summaryrefslogtreecommitdiff
path: root/x11-plugins/wmmenu
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-02-18 16:44:12 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-18 23:07:13 +0100
commitd5de1aaf993dde2408705825bfc25871274f3c69 (patch)
tree1e4a4bd8a9dfb2b40ddd55b426a812349dababbe /x11-plugins/wmmenu
parent91fb56fee7bd7fe062e6d6bdd4519c074bca8a51 (diff)
downloadgentoo-d5de1aaf993dde2408705825bfc25871274f3c69.tar.gz
gentoo-d5de1aaf993dde2408705825bfc25871274f3c69.tar.xz
x11-plugins/wmmenu: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/4014
Diffstat (limited to 'x11-plugins/wmmenu')
-rw-r--r--x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch32
-rw-r--r--x11-plugins/wmmenu/files/wmmenu-1.2-support-libdockapp-0.5.0.patch14
2 files changed, 0 insertions, 46 deletions
diff --git a/x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch b/x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch
deleted file mode 100644
index 766f9c672fe..00000000000
--- a/x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- wmmenu/Makefile~ 2002-03-23 07:51:36 -0500
-+++ wmmenu/Makefile 2004-12-16 19:44:36 -0500
-@@ -4,7 +4,7 @@
- ETCDIR = $(prefix)/etc
-
- # comment out both lines to get the old, Xpm-only, version
--GDKPIXBUF = 1
-+#GDKPIXBUF = 1
- #GDKPIXBUF2 = 1
-
- XROOT = /usr/X11R6
-@@ -19,17 +19,17 @@
-
- # If you want to use gdk-pixbuf-2.0, pass GDKPIXBUF2=1 to make command
- ifdef GDKPIXBUF2
--PIXBUF_CFG = /opt/gtk2/bin/pkg-config gdk-pixbuf-xlib-2.0
-+PIXBUF_CFG = pkg-config gdk-pixbuf-xlib-2.0
- PIXBUF_DEF = -DWITH_GDKPIXBUF
- PIXBUF_INC := $(shell $(PIXBUF_CFG) --cflags)
- PIXBUF_LIB := -rdynamic -L$(shell $(PIXBUF_CFG) --variable=prefix)/lib -lgdk_pixbuf_xlib-2.0
- endif
-
- CC = gcc #-g
--CFLAGS = -pipe $(CPPFLAGS) -O2
-+CFLAGS = $(CPPFLAGS) ${EXTRACFLAGS}
- CPPFLAGS = -MMD -ansi -pedantic -Wall $(INCDIRS) $(DEFINES)
- INCDIRS = -I$(DAROOT)/include -I$(XROOT)/include $(PIXBUF_INC)
- DEFINES = -DETCDIR='"$(ETCDIR)"' $(PIXBUF_DEF)
--LDFLAGS = -s
-+#LDFLAGS = -s
- LIBDIRS = -L$(DAROOT)/lib -L$(XROOT)/lib $(PIXBUF_LIB)
- LDLIBS = -ldockapp -lXpm -lXext -lX11 -lm
diff --git a/x11-plugins/wmmenu/files/wmmenu-1.2-support-libdockapp-0.5.0.patch b/x11-plugins/wmmenu/files/wmmenu-1.2-support-libdockapp-0.5.0.patch
deleted file mode 100644
index ffc8d274ec3..00000000000
--- a/x11-plugins/wmmenu/files/wmmenu-1.2-support-libdockapp-0.5.0.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- wmmenu/wmmenu.c~ 2002-03-10 05:41:12 -0500
-+++ wmmenu/wmmenu.c 2004-12-16 18:30:52 -0500
-@@ -18,8 +18,9 @@
-
- DAParseArguments (Options_Argc, Options_Argv, NULL, 0,
- "wmmenu", VERSION) ;
-- DAInitialize (NULL, (char*)Menu_GetTitle (), 48, 48, argc, argv) ;
--
-+ DAOpenDisplay (NULL, argc, argv) ;
-+ DACreateIcon((char*)Menu_GetTitle (), 48, 48, argc, argv);
-+
- Pixmaps_LoadMenu () ;
- Pixmaps_LoadTile () ;
- /* needs tile to be loaded before to have autoscale work */