ham/xpsk31: Added desktop file and icon.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
JK Wood 2014-07-18 11:06:28 +07:00 committed by Willy Sudiarto Raharjo
parent 863b1e283e
commit 5a8d17cd11
4 changed files with 21 additions and 1 deletions

3
ham/xpsk31/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=xpsk31
VERSION=${VERSION:-2.7}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -86,6 +86,11 @@ make install DESTDIR=$PKG
mkdir -p $PKG/usr/share/$PRGNAM-$VERSION
install -m 644 xpsk31/xpsk31rc $PKG/usr/share/$PRGNAM-$VERSION
mkdir -p $PKG/usr/share/applications
mkdir -p $PKG/usr/share/pixmaps
install -m 644 $CWD/xpsk31.desktop $PKG/usr/share/applications
install -m 644 $CWD/xpsk31.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
@ -97,6 +102,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}

11
ham/xpsk31/xpsk31.desktop Normal file
View file

@ -0,0 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Name=xpsk31
GenericName=xpsk31
Comment=GTK+ graphical version of lpsk31
Exec=xpsk31
Icon=xpsk31
Terminal=false
Type=Application
Categories=Network;HamRadio;
Version=1.0

BIN
ham/xpsk31/xpsk31.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB