diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-08-13 11:42:55 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-08-13 11:42:55 +0000 |
commit | 0fab7bb75ce753866e8bd7f61527f6fb6019c934 (patch) | |
tree | a290e24ee733fe027cbd7c9409a4739376ccb4f2 /x11/docker/patches/patch-aa | |
parent | 3eee62a74abb008c4abdc39994d391386949db9f (diff) | |
download | pkgsrc-0fab7bb75ce753866e8bd7f61527f6fb6019c934.tar.gz |
Import docker-1.5 as x11/docker.
Docker is a docking application (WindowMaker dock app) which acts as a system
tray for KDE and GNOME2. It can be used to replace the panel in either
environment, allowing you to have a system tray without running the KDE/GNOME
panel or environment.
Docker is designed to work with Openbox 2, but it should work fine in any
window manager that supports WindowMaker dock apps.
If you running WindowMaker or otherwise and experiencing problems, you should
try using the -wmaker option to make docker keep a fixed size.
Diffstat (limited to 'x11/docker/patches/patch-aa')
-rw-r--r-- | x11/docker/patches/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/docker/patches/patch-aa b/x11/docker/patches/patch-aa new file mode 100644 index 00000000000..3fcce670aa1 --- /dev/null +++ b/x11/docker/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1.1.1 2008/08/13 11:42:55 ahoka Exp $ + +--- Makefile.orig 2002-11-20 11:20:49.000000000 +0100 ++++ Makefile +@@ -5,9 +5,9 @@ + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# + + # Change this PREFIX to where you want docker to be installed +-PREFIX=/usr/local ++PREFIX?=/usr/local + # Change this XLIBPATH to point to your X11 development package's installation +-XLIBPATH=/usr/X11R6/lib ++XLIBPATH?=/usr/X11R6/lib + + # Sets some flags for stricter compiling + CFLAGS=-pedantic -Wall -W -O |