Created
September 7, 2014 14:46
-
-
Save gileri/b325a87ff2a0e6763f51 to your computer and use it in GitHub Desktop.
Brogue application file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Name=Brogue 1.7.2 | |
GenericName=Roguelike | |
Comment=Brave the Dungeons of Doom! | |
Exec=/usr/bin/brogue | |
Path=/usr/share/brogue | |
Icon=/usr/share/brogue/brogue-icon.png | |
Terminal=false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14c14,15 | |
< 'brogue.sh') | |
--- | |
> 'brogue.sh' | |
> 'brogue.desktop') | |
16c17,18 | |
< '9de3fa32ba7fe562b0224417eaea5c26') | |
--- | |
> '9de3fa32ba7fe562b0224417eaea5c26' | |
> '0629a669cb3054ee32c6f0d44681b535') | |
41c43,44 | |
< #install -Dm644 brogue.desktop "$pkgdir/usr/share/applications/brogue.desktop" | |
--- | |
> install -Dm644 bin/brogue-icon.png "$pkgdir/usr/share/brogue/brogue-icon.png" | |
> install -Dm644 "$srcdir/brogue.desktop" "$pkgdir/usr/share/applications/brogue.desktop" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment