diff options
author | B. Watson <yalhcru@gmail.com> | 2014-11-14 02:03:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-14 02:03:15 +0700 |
commit | d4fbabf1068015e6b7d5ed45ab0e9346a0a642e9 (patch) | |
tree | 977a3a572d93cf15f171c099a060a8522e31e55a /games/zsnes | |
parent | 2c52e185ab212108408f0c9faeb9999375a4c24a (diff) |
games/zsnes: fix .info and .desktop.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/zsnes')
-rw-r--r-- | games/zsnes/slack-desc | 2 | ||||
-rw-r--r-- | games/zsnes/zsnes.SlackBuild | 2 | ||||
-rw-r--r-- | games/zsnes/zsnes.desktop | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/zsnes/slack-desc b/games/zsnes/slack-desc index 40ba841d554a..0afb252ae8bf 100644 --- a/games/zsnes/slack-desc +++ b/games/zsnes/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -zsnes: ZSNES (SNES games emulator) +zsnes: zsnes (SNES games emulator) zsnes: zsnes: ZSNES is a Super Nintendo emulator programmed by zsKnight and _Demo_. zsnes: On April 2, 2001 the ZSNES project was GPL'ed and its source released diff --git a/games/zsnes/zsnes.SlackBuild b/games/zsnes/zsnes.SlackBuild index 9fe1ac285a8f..bdad578a74fa 100644 --- a/games/zsnes/zsnes.SlackBuild +++ b/games/zsnes/zsnes.SlackBuild @@ -23,7 +23,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=zsnes -VERSION=1.51b +VERSION=${VERSION:-1.51b} BUILD=${BUILD:-3} TAG=${TAG:-_SBo} diff --git a/games/zsnes/zsnes.desktop b/games/zsnes/zsnes.desktop index 72564bc9bf77..5d956ff6c4e3 100644 --- a/games/zsnes/zsnes.desktop +++ b/games/zsnes/zsnes.desktop @@ -5,7 +5,7 @@ Exec=zsnes Icon=zsnes Terminal=false Type=Application -Categories=Application;Game;Emulator +Categories=Game;Emulator; StartupNotify=false GenericName=ZSNES Emulator X-KDE-StartupNotify=false |