diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-30 13:29:21 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-30 13:29:21 +0000 |
commit | 2c2308b9b285d71b193ecc770dd1e179c14569a3 (patch) | |
tree | 36c2991b21809fdd63d7217585c2f8d7e4675d9e /x11/wmdrawer/files | |
parent | update japanese/kochi-ttffont: 20030118 --> 20030628 (diff) |
- USE_GETOPT_LONG
- dependency on gtk12
- Replace patchfile with REINPLACE_CMDs
- Use transparent png instead of xpm
PR: 51678
Submitted by: maintainer (parts)
Diffstat (limited to 'x11/wmdrawer/files')
-rw-r--r-- | x11/wmdrawer/files/patch-Makefile | 30 | ||||
-rw-r--r-- | x11/wmdrawer/files/patch-wmdrawerrc.example | 14 |
2 files changed, 11 insertions, 33 deletions
diff --git a/x11/wmdrawer/files/patch-Makefile b/x11/wmdrawer/files/patch-Makefile deleted file mode 100644 index f7a6a77944f0..000000000000 --- a/x11/wmdrawer/files/patch-Makefile +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.orig Sun Apr 13 13:24:15 2003 -+++ Makefile Sun Apr 13 13:25:41 2003 -@@ -9,7 +9,7 @@ - - DESTDIR = - --PREFIX = $(DESTDIR)/usr/local -+PREFIX = /usr/X11R6 - DOCDIR = $(PREFIX)/share/doc - - USE_GDKPIXBUF = 1 -@@ -19,14 +19,14 @@ - - ifdef USE_GDKPIXBUF - PIXBUF_DEF = -DUSE_GDKPIXBUF --CFLAGS = -O3 -Wall `gdk-pixbuf-config --cflags` --LDFLAGS = `gdk-pixbuf-config --libs` -lgdk_pixbuf_xlib -+CFLAGS = -O -Wall `gdk-pixbuf-config --cflags` -+LDFLAGS = -lgnugetopt `gdk-pixbuf-config --libs` -lgdk_pixbuf_xlib - endif - - ifdef USE_GDKPIXBUF2 - PIXBUF_DEF = -DUSE_GDKPIXBUF2 --CFLAGS = -O3 -Wall `pkg-config --cflags gdk-pixbuf-xlib-2.0` -I/usr/X11R6/include --LDFLAGS = `pkg-config --libs gdk-pixbuf-xlib-2.0` -rdynamic -lX11 -lXi -lXext -L/usr/X11R6/lib -+CFLAGS = -O -Wall `pkg-config --cflags gdk-pixbuf-xlib-2.0` -I/usr/X11R6/include -+LDFLAGS = -lgnugetopt `pkg-config --libs gdk-pixbuf-xlib-2.0` -rdynamic -lX11 -lXi -lXext -L/usr/X11R6/lib - endif - - DEFS += $(PIXBUF_DEF) diff --git a/x11/wmdrawer/files/patch-wmdrawerrc.example b/x11/wmdrawer/files/patch-wmdrawerrc.example index a854bf4f02c2..22c3be0b8a40 100644 --- a/x11/wmdrawer/files/patch-wmdrawerrc.example +++ b/x11/wmdrawer/files/patch-wmdrawerrc.example @@ -1,11 +1,19 @@ ---- wmdrawerrc.example.orig Thu Apr 10 16:36:58 2003 -+++ wmdrawerrc.example Thu Apr 10 16:38:54 2003 +--- wmdrawerrc.example.orig Tue Apr 8 04:00:08 2003 ++++ wmdrawerrc.example Fri May 2 00:41:14 2003 @@ -1,7 +1,7 @@ # Config file example for wmdrawer [general] # Dock's icon [optional] -#dock_icon panel-drawer.png -+dock_icon daemon.xpm ++dock_icon daemon.png # Drawer's opening direction [required] # Top to bottom = 0 +@@ -75,6 +75,7 @@ + [images_paths] + /usr/share/pixmaps + /usr/local/share/pixmaps/ ++/usr/X11R6/share/wmdrawer + + # A first column with 5 buttons + # Each button must be defined with this syntax: |