diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2014-09-22 18:35:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-25 17:01:33 +0700 |
commit | e143dcab1a3334da101a166d9a9f0cff9c01159e (patch) | |
tree | 8515e95bd44ffa4492d8d038a7a30e68e793b1f4 /academic/gtypist | |
parent | 233432d3dbefca32264401b24761b9c1e9f82706 (diff) | |
download | slackbuilds-e143dcab1a3334da101a166d9a9f0cff9c01159e.tar.gz |
academic/gtypist: Added desktop file.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/gtypist')
-rw-r--r-- | academic/gtypist/gtypist.SlackBuild | 12 | ||||
-rw-r--r-- | academic/gtypist/gtypist.desktop | 10 |
2 files changed, 18 insertions, 4 deletions
diff --git a/academic/gtypist/gtypist.SlackBuild b/academic/gtypist/gtypist.SlackBuild index c75f6f6cd5..d06518afd9 100644 --- a/academic/gtypist/gtypist.SlackBuild +++ b/academic/gtypist/gtypist.SlackBuild @@ -22,7 +22,7 @@ PRGNAM=gtypist VERSION=${VERSION:-2.9.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -84,6 +84,10 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG +# Copy .desktop file +mkdir -p $PKG/usr/share/applications +cp $CWD/gtypist.desktop $PKG/usr/share/applications/ + 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 diff --git a/academic/gtypist/gtypist.desktop b/academic/gtypist/gtypist.desktop new file mode 100644 index 0000000000..23c5b8e5f3 --- /dev/null +++ b/academic/gtypist/gtypist.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Gtypist +GenericName=GNU Typist typing tutor +Icon=gtypist +Exec=gtypist +Type=Application +Categories=Education; +Terminal=true +StartupNotify=false |