summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/scanmem/files')
-rw-r--r--dev-util/scanmem/files/scanmem-0.13-configure.patch31
-rw-r--r--dev-util/scanmem/files/scanmem-0.13-desktop.patch11
-rw-r--r--dev-util/scanmem/files/scanmem-0.13-docs.patch19
3 files changed, 0 insertions, 61 deletions
diff --git a/dev-util/scanmem/files/scanmem-0.13-configure.patch b/dev-util/scanmem/files/scanmem-0.13-configure.patch
deleted file mode 100644
index cedc96a07098..000000000000
--- a/dev-util/scanmem/files/scanmem-0.13-configure.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- scanmem-0.13/configure.ac
-+++ scanmem-0.13/configure.ac
-@@ -108,16 +108,17 @@
- test/Makefile
- ])
-
--AC_ARG_ENABLE(gui, [AS_HELP_STRING([--enable-gui],
-- [enable gameconqueror, the gui front-end of scanmem])],
-- [enable_gui=true
-- AC_CONFIG_FILES([
-- gui/Makefile
-- gui/consts.py
-- gui/gameconqueror
-- ])],
-- [enable_gui=false]
-- )
-+AC_ARG_ENABLE([gui],
-+ AS_HELP_STRING([--enable-gui],
-+ [enable gameconqueror, the gui front-end of scanmem]))
-
--AM_CONDITIONAL([ENABLE_GUI], [test x$enable_gui = xtrue])
-+AS_IF([test "x$enable_gui" = "xyes"], [
-+ AC_CONFIG_FILES([
-+ gui/Makefile
-+ gui/consts.py
-+ gui/gameconqueror
-+ ])
-+])
-+
-+AM_CONDITIONAL([ENABLE_GUI], [test "x$enable_gui" = "xyes"])
- AC_OUTPUT
diff --git a/dev-util/scanmem/files/scanmem-0.13-desktop.patch b/dev-util/scanmem/files/scanmem-0.13-desktop.patch
deleted file mode 100644
index 7fabcb3f2860..000000000000
--- a/dev-util/scanmem/files/scanmem-0.13-desktop.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- scanmem-0.13/gui/GameConqueror.desktop
-+++ scanmem-0.13/gui/GameConqueror.desktop
-@@ -4,6 +4,6 @@
- Exec=gameconqueror
- Terminal=false
- Type=Application
--Icon=GameConqueror_128x128.png
--Categories=GNOME;Application;Game;
-+Icon=GameConqueror_128x128
-+Categories=GNOME;GTK;Game;
- StartupNotify=true
diff --git a/dev-util/scanmem/files/scanmem-0.13-docs.patch b/dev-util/scanmem/files/scanmem-0.13-docs.patch
deleted file mode 100644
index 7969de3ec0e8..000000000000
--- a/dev-util/scanmem/files/scanmem-0.13-docs.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- scanmem-0.13/gui/Makefile.am
-+++ scanmem-0.13/gui/Makefile.am
-@@ -4,7 +4,6 @@
- dist_icons_DATA = GameConqueror_128x128.png GameConqueror_72x72.png
- dist_desktop_DATA = GameConqueror.desktop
- dist_man_MANS = gameconqueror.1
--dist_doc_DATA = README TODO COPYING
- EXTRA_DIST = gameconqueror.in consts.py.in
-
- gameconquerordir=$(datadir)/gameconqueror
---- scanmem-0.13/Makefile.am
-+++ scanmem-0.13/Makefile.am
-@@ -12,6 +12,5 @@
- scanmem_SOURCES += scanroutines.h scanroutines.c show_message.h show_message.c
- scanmem_CFLAGS = -O2 -g -Wall
- dist_man_MANS = scanmem.1
--dist_doc_DATA = README
-
- EXTRA_DIST = gpl-2.0.txt gpl-3.0.txt