diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-04-17 08:30:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:51:38 +0700 |
commit | 5fe6e80d68906dd71f9540f2f939eef958f82d44 (patch) | |
tree | 8c9c43c63650cdac7c4b383b54f278292dafaff2 /desktop/superkey-launch | |
parent | 6c8cc52ff4d242315fe7cfc802138f7957442a15 (diff) | |
download | slackbuilds-5fe6e80d68906dd71f9540f2f939eef958f82d44.tar.gz |
desktop/superkey-launch: Updated for version 1.51.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/superkey-launch')
-rw-r--r-- | desktop/superkey-launch/README | 5 | ||||
-rw-r--r-- | desktop/superkey-launch/slack-desc | 4 | ||||
-rw-r--r-- | desktop/superkey-launch/superkey-launch.SlackBuild | 10 | ||||
-rw-r--r-- | desktop/superkey-launch/superkey-launch.info | 6 |
4 files changed, 15 insertions, 10 deletions
diff --git a/desktop/superkey-launch/README b/desktop/superkey-launch/README index b5c1eec5f7..dc7f5e9204 100644 --- a/desktop/superkey-launch/README +++ b/desktop/superkey-launch/README @@ -1,5 +1,6 @@ superkey-launch allows you to open KRunner in KDE using the Super key -as well as the app launcher in XFCE and Mate. +as well as the app launcher in XFCE, Mate, Fluxbox and several other +environemnts. If you hold down the Super key it will still act as a modifier key, allowing you to use it for other keyboard shortcuts. @@ -7,4 +8,4 @@ allowing you to use it for other keyboard shortcuts. superkey-launch is desktop agnostic. superkey-launch is a small application that runs in the background as a daemon -It was forked from xcape by Albin Olsson: https://github.com/alols/xcape
\ No newline at end of file +It was forked from xcape by Albin Olsson: https://github.com/alols/xcape diff --git a/desktop/superkey-launch/slack-desc b/desktop/superkey-launch/slack-desc index 234587e5e1..f4ea097b78 100644 --- a/desktop/superkey-launch/slack-desc +++ b/desktop/superkey-launch/slack-desc @@ -9,8 +9,8 @@ superkey-launch: superkey-launch (keybinding utility) superkey-launch: superkey-launch: superkey-launch binds the super key to alt + f2. -superkey-launch: This allows app launchers in many desktop -superkey-launch: environments to be easily launched, while still +superkey-launch: This allows app launchers in several desktop +superkey-launch: environments to be launched quickly, while still superkey-launch: allowing the super key to be used as a superkey-launch: modifier key. superkey-launch: diff --git a/desktop/superkey-launch/superkey-launch.SlackBuild b/desktop/superkey-launch/superkey-launch.SlackBuild index 6f678fca11..b515a853fd 100644 --- a/desktop/superkey-launch/superkey-launch.SlackBuild +++ b/desktop/superkey-launch/superkey-launch.SlackBuild @@ -29,7 +29,7 @@ # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=superkey-launch -VERSION=${VERSION:-0.32} +VERSION=${VERSION:-1.51} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ else LIBDIRSUFFIX="" fi -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -69,6 +69,7 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz cd $PRGNAM-$VERSION +sed -i "s|MANDIR?=/local/man/man1|MANDIR?=/man/man1|" Makefile make \ OPTS="$SLKCFLAGS" \ PREFIX=/usr \ @@ -84,9 +85,12 @@ make install \ X11LIB=/usr/lib${LIBDIRSUFFIX}/X11 \ DESTDIR=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp $CWD/README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/desktop/superkey-launch/superkey-launch.info b/desktop/superkey-launch/superkey-launch.info index d5ec577544..c6f17c7700 100644 --- a/desktop/superkey-launch/superkey-launch.info +++ b/desktop/superkey-launch/superkey-launch.info @@ -1,8 +1,8 @@ PRGNAM="superkey-launch" -VERSION="0.32" +VERSION="1.51" HOMEPAGE="https://github.com/ryanpcmcquen/superkey-launch" -DOWNLOAD="https://github.com/ryanpcmcquen/superkey-launch/archive/0.32.tar.gz" -MD5SUM="e661b9ef9e5801d1846db493806720bf" +DOWNLOAD="https://github.com/ryanpcmcquen/superkey-launch/archive/1.51.tar.gz" +MD5SUM="282efa06359032656649cf7a2cc84164" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |