mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/tome-sx: Add .desktop.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
9f9c133060
commit
f642ba4c3e
3 changed files with 11 additions and 0 deletions
|
@ -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 "delete.me" | xargs rm -f
|
||||||
find $PKG -name ".cvsignore" | 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
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a \
|
cp -a \
|
||||||
changes.txt copying.txt credits.txt LICENSE README.md lib/help \
|
changes.txt copying.txt credits.txt LICENSE README.md lib/help \
|
||||||
|
|
8
games/tome-sx/tome-sx.desktop
Normal file
8
games/tome-sx/tome-sx.desktop
Normal file
|
@ -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
|
BIN
games/tome-sx/tome-sx.png
Normal file
BIN
games/tome-sx/tome-sx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 603 B |
Loading…
Reference in a new issue