diff --git a/games/tome-sx/tome-sx.SlackBuild b/games/tome-sx/tome-sx.SlackBuild index abb6c4086b..c12eed96ff 100644 --- a/games/tome-sx/tome-sx.SlackBuild +++ b/games/tome-sx/tome-sx.SlackBuild @@ -88,6 +88,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG -name "delete.me" | xargs rm -f find $PKG -name ".cvsignore" | xargs rm -f +install -m 0644 -D $CWD/tome-sx.png $PKG/usr/share/pixmaps/tome-sx.png +install -m 0644 -D $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ changes.txt copying.txt credits.txt LICENSE README.md lib/help \ diff --git a/games/tome-sx/tome-sx.desktop b/games/tome-sx/tome-sx.desktop new file mode 100644 index 0000000000..90bd6c5f5e --- /dev/null +++ b/games/tome-sx/tome-sx.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=ToME-sx +Comment=Dive into Arda and defeat Morgoth +Exec=tome-sx +Terminal=true +Type=Application +Categories=Game; +Icon=tome-sx diff --git a/games/tome-sx/tome-sx.png b/games/tome-sx/tome-sx.png new file mode 100644 index 0000000000..ee931a91ee Binary files /dev/null and b/games/tome-sx/tome-sx.png differ