main/bamf: updated to 0.5.6

This commit is contained in:
emmett1
2022-02-19 08:26:47 +08:00
parent 552831770a
commit dcced32fda
3 changed files with 4 additions and 7 deletions

View File

@@ -1 +1 @@
682269ccdde6f6842cceb3cd636d087e bamf-0.5.5.tar.xz
49ed19dd5db0b4109f4dc2e4fe2ed13d bamf-0.5.6.tar.gz

View File

@@ -1,4 +1,4 @@
bamf-0.5.5-1
bamf-0.5.6-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libbamf3/

View File

@@ -2,16 +2,13 @@
# depends : libgtop libwnck3 gobject-introspection python3-lxml vala gnome-common
name=bamf
version=0.5.5
version=0.5.6
release=1
source="https://launchpad.net/bamf/${version%.*}/$version/+download/$name-$version.tar.xz"
source="https://launchpad.net/bamf/${version%.*}/$version/+download/$name-$version.tar.gz"
build() {
cd $name-$version
#export PYTHON='/usr/bin/python2'
export CFLAGS="$CFLAGS -Wno-deprecated-declarations"
# avoiding generate bloat gtk-doc
sed -i '/GTK_DOC_CHECK/d' configure.ac
sed -i '/^doc/d' configure.ac