diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-11-15 23:33:20 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-17 18:42:47 +0700 |
commit | 77260c802dee7c88da494439475f45f334c15588 (patch) | |
tree | 26083071795683e952b34fe1d487a1e343c61e61 /libraries/bamf | |
parent | 977fa465f050688ea099db217f37d0477588c2db (diff) | |
download | slackbuilds-77260c802dee7c88da494439475f45f334c15588.tar.gz |
libraries/bamf: Updated for version 0.5.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/bamf')
-rw-r--r-- | libraries/bamf/README | 6 | ||||
-rw-r--r-- | libraries/bamf/bamf.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/bamf/bamf.info | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/libraries/bamf/README b/libraries/bamf/README index b9db5532e6..d0684a05f7 100644 --- a/libraries/bamf/README +++ b/libraries/bamf/README @@ -1,6 +1,6 @@ bamf (Window matching library - shared library) -bamf matches application windows to desktop files. Removes the -headache of applications matching into a simple DBus daemon and c -wrapper library. Currently features application matching at amazing +bamf matches application windows to desktop files. Removes the +headache of applications matching into a simple DBus daemon and c +wrapper library. Currently features application matching at amazing levels of accuracy (covering nearly every corner case). diff --git a/libraries/bamf/bamf.SlackBuild b/libraries/bamf/bamf.SlackBuild index aa14a5fb61..4ee3a85b1c 100644 --- a/libraries/bamf/bamf.SlackBuild +++ b/libraries/bamf/bamf.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for bamf. # -# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bamf -VERSION=${VERSION:-0.5.3} +VERSION=${VERSION:-0.5.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,7 +90,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr DOCS="ChangeLog COPYING COPYING.LGPL INSTALL TODO" mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION +cp $DOCS $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/bamf/bamf.info b/libraries/bamf/bamf.info index 8078c6866c..eb73f7ebc2 100644 --- a/libraries/bamf/bamf.info +++ b/libraries/bamf/bamf.info @@ -1,8 +1,8 @@ PRGNAM="bamf" -VERSION="0.5.3" +VERSION="0.5.4" HOMEPAGE="https://launchpad.net/bamf" -DOWNLOAD="https://launchpad.net/bamf/0.5/0.5.3/+download/bamf-0.5.3.tar.gz" -MD5SUM="738edf04764c174f01a3e021fc6e44ea" +DOWNLOAD="https://launchpad.net/bamf/0.5/0.5.4/+download/bamf-0.5.4.tar.gz" +MD5SUM="e5078ec8f6c8a9d77242010dcd3b3217" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libgtop libwnck3" |