diff options
author | dougb <dougb@FreeBSD.org> | 2000-11-21 06:53:17 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2000-11-21 06:53:17 +0000 |
commit | 56edd10689fa98efdc7167b4b66288c653c994ee (patch) | |
tree | 24e20ca6d2246898288c5e7acd03156417b4c6ce /x11/wmmenu/files | |
parent | 7b7625d2c94230c69cb6db890ee0271e54d3d095 (diff) | |
download | FreeBSD-ports-56edd10689fa98efdc7167b4b66288c653c994ee.zip FreeBSD-ports-56edd10689fa98efdc7167b4b66288c653c994ee.tar.gz |
Add wmmenu, "A dockapp for WindowMaker that provides a popup menu of
icons that launch applications." I made a few changes to the
originator's submission in order to make the example files work
out of the box with our default icon directory arrangement.
PR: ports/22907
Submitted by: Jeremy Karlson, karlj000@unbc.ca
Diffstat (limited to 'x11/wmmenu/files')
-rw-r--r-- | x11/wmmenu/files/patch-aa | 11 | ||||
-rw-r--r-- | x11/wmmenu/files/patch-ab | 11 | ||||
-rw-r--r-- | x11/wmmenu/files/patch-ac | 13 |
3 files changed, 35 insertions, 0 deletions
diff --git a/x11/wmmenu/files/patch-aa b/x11/wmmenu/files/patch-aa new file mode 100644 index 0000000..7b07431 --- /dev/null +++ b/x11/wmmenu/files/patch-aa @@ -0,0 +1,11 @@ +--- options.c.BACKUP Thu Nov 16 21:11:16 2000 ++++ options.c Thu Nov 16 21:11:25 2000 +@@ -4,7 +4,7 @@ + #include <string.h> + #include <assert.h> + /* POSIX */ +-#include <getopt.h> ++#include <unistd.h> + + #include "options.h" + #include "version.h" diff --git a/x11/wmmenu/files/patch-ab b/x11/wmmenu/files/patch-ab new file mode 100644 index 0000000..a13d5a4 --- /dev/null +++ b/x11/wmmenu/files/patch-ab @@ -0,0 +1,11 @@ +--- example/apps.Dist Sat Aug 5 00:40:31 2000 ++++ example/apps Sun Nov 19 18:32:02 2000 +@@ -4,8 +4,6 @@ + + "GNUstep.xpm" Menu title + "linuxterm.xpm" xterm -T Terminal -name terminal -geometry 80x50 & +-"HomeNeighborOpen.xpm" xterm -T "Login terminal" -name loginxterm -e bin/rloginsession & +-"FileManager.xpm" xterm -T "Midnight Commander" -name mc -geometry 100x50 -sl 1000 -e mc -c & + "mixer.xpm" gaumix & + "HP-16C-48.xpm" kcalc & + diff --git a/x11/wmmenu/files/patch-ac b/x11/wmmenu/files/patch-ac new file mode 100644 index 0000000..0c675be --- /dev/null +++ b/x11/wmmenu/files/patch-ac @@ -0,0 +1,13 @@ +--- example/defaults.Dist Sat Aug 5 00:40:06 2000 ++++ example/defaults Sun Nov 19 18:28:53 2000 +@@ -12,4 +12,10 @@ + + xpmpath /usr/local/share/WindowMaker/Icons + xpmpath /usr/local/share/pixmaps ++ ++xpmpath %%PREFIX%%/share/WindowMaker/Backgrounds ++xpmpath %%PREFIX%%/share/WindowMaker/Icons ++xpmpath %%PREFIX%%/share/WindowMaker/Pixmaps ++xpmpath %%PREFIX%%/include/X11/pixmaps ++ + tile tile2.xpm |