ham/linlogbook: Added desktop file and icon.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
JK Wood 2014-07-21 19:17:26 +07:00 committed by Willy Sudiarto Raharjo
parent 1d9201b467
commit 61db789894
3 changed files with 22 additions and 1 deletions

3
ham/linlogbook/doinst.sh Normal file
View File

@ -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

View File

@ -22,7 +22,7 @@
PRGNAM=linlogbook
VERSION=${VERSION:-0.5}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -74,6 +74,12 @@ make
mkdir -p $PKG/usr/bin
install -m 755 bin/linlogbook $PKG/usr/bin/
mkdir -p $PKG/usr/share/pixmaps
install -m 644 images/linlogbook.png $PKG/usr/share/pixmaps
mkdir -p $PKG/usr/share/applications
install -m 644 $CWD/linlogbook.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
@ -86,6 +92,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}

View File

@ -0,0 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Name=LinLogBook
GenericName=LinLogBook
Comment=A ham radio logbook for linux
Exec=linlogbook
Icon=linlogbook
Terminal=false
Type=Application
Categories=HamRadio;
Version=1.0