From 328090635f93aabbed356a3c667fd187ea80cbd0 Mon Sep 17 00:00:00 2001 From: JK Wood Date: Fri, 18 Jul 2014 11:09:35 +0700 Subject: ham/xgridloc: Added desktop file and icon. Signed-off-by: Willy Sudiarto Raharjo --- ham/xgridloc/doinst.sh | 3 +++ ham/xgridloc/xgridloc.SlackBuild | 8 +++++++- ham/xgridloc/xgridloc.desktop | 12 ++++++++++++ ham/xgridloc/xgridloc.png | Bin 0 -> 6628 bytes 4 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 ham/xgridloc/doinst.sh create mode 100644 ham/xgridloc/xgridloc.desktop create mode 100644 ham/xgridloc/xgridloc.png (limited to 'ham') diff --git a/ham/xgridloc/doinst.sh b/ham/xgridloc/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/ham/xgridloc/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi diff --git a/ham/xgridloc/xgridloc.SlackBuild b/ham/xgridloc/xgridloc.SlackBuild index 06405a1055..379c4dd2ed 100644 --- a/ham/xgridloc/xgridloc.SlackBuild +++ b/ham/xgridloc/xgridloc.SlackBuild @@ -22,7 +22,7 @@ PRGNAM=xgridloc VERSION=${VERSION:-1.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -83,6 +83,11 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG +mkdir -p $PKG/usr/share/applications +mkdir -p $PKG/usr/share/pixmaps +install -m 644 $CWD/xgridloc.desktop $PKG/usr/share/applications +install -m 644 $CWD/xgridloc.png $PKG/usr/share/pixmaps + 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 @@ -94,6 +99,7 @@ find $PKG/usr/doc -type f -exec chmod 644 {} \; mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG${PKGTYPE:-.tgz} diff --git a/ham/xgridloc/xgridloc.desktop b/ham/xgridloc/xgridloc.desktop new file mode 100644 index 0000000000..4c65b9302d --- /dev/null +++ b/ham/xgridloc/xgridloc.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=xgridloc +GenericName=xgridloc +Comment=GTK+ application for the calculation of Maidenhead QRA Locators +Exec=xgridloc +Icon=xgridloc +Terminal=false +Type=Application +Categories=HamRadio; +Version=1.0 +X-Desktop-File-Install-Version=0.15 diff --git a/ham/xgridloc/xgridloc.png b/ham/xgridloc/xgridloc.png new file mode 100644 index 0000000000..91574d68cc Binary files /dev/null and b/ham/xgridloc/xgridloc.png differ -- cgit v1.2.3