summaryrefslogtreecommitdiff
path: root/games/nestopia/Makefile.patch
diff options
context:
space:
mode:
authorDugan Chen <thedoogster [t] gmail [dot] com>2017-12-17 18:35:37 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-12-17 18:35:37 +0700
commitfe223ce487c466de0b99b61cf49bb93b1bd02ca9 (patch)
tree363994949cbd82b710212d3d30bd3855e08d430a /games/nestopia/Makefile.patch
parent900ae7465e6d72914088a8715fffb90d73a37e9c (diff)
downloadslackbuilds-fe223ce487c466de0b99b61cf49bb93b1bd02ca9.tar.gz
games/nestopia: Updated for version 1.48.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/nestopia/Makefile.patch')
-rw-r--r--games/nestopia/Makefile.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/games/nestopia/Makefile.patch b/games/nestopia/Makefile.patch
deleted file mode 100644
index 26bf7391d2..0000000000
--- a/games/nestopia/Makefile.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.orig 2013-07-29 16:43:11.000000000 -0700
-+++ Makefile 2014-03-23 23:09:17.353715034 -0700
-@@ -181,14 +181,13 @@
-
- install:
- mkdir -p $(DATADIR)/icons
-- mkdir -p $(PREFIX)/share/pixmaps
-- install -m 0755 $(BIN) $(BINDIR)
-- install -m 0644 source/unix/icons/nestopia.desktop $(DATADIR)
-- install -m 0644 NstDatabase.xml $(DATADIR)
-+ install -Dm 0755 $(BIN) $(BINDIR)/$(BIN)
-+ install -Dm 0644 source/unix/icons/nestopia.desktop $(DATADIR)/nestopia.desktop
-+ install -Dm 0644 NstDatabase.xml $(DATADIR)/NstDatabase.xml
- install -m 0644 source/unix/icons/*.png $(DATADIR)/icons
- install -m 0644 source/unix/icons/*.svg $(DATADIR)/icons
-- install -m 0644 source/unix/icons/nestopia.svg $(PREFIX)/share/pixmaps
-- xdg-desktop-menu install --novendor $(DATADIR)/nestopia.desktop
-+ install -Dm 0644 source/unix/icons/nestopia.svg $(PREFIX)/share/pixmaps/nestopia.svg
-+ install -Dm 0644 $(DATADIR)/nestopia.desktop $(PREFIX)/share/applications/nestopia.desktop
-
- uninstall:
- xdg-desktop-menu uninstall $(DATADIR)/nestopia.desktop