pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/docker Import docker-1.5 as x11/docker.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4da797cf42eb
branches:  trunk
changeset: 545814:4da797cf42eb
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Wed Aug 13 11:42:55 2008 +0000

description:
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:

 x11/docker/DESCR            |  10 ++++++++++
 x11/docker/Makefile         |  26 ++++++++++++++++++++++++++
 x11/docker/PLIST            |   2 ++
 x11/docker/distinfo         |   6 ++++++
 x11/docker/patches/patch-aa |  16 ++++++++++++++++
 5 files changed, 60 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r 6b298cbb5972 -r 4da797cf42eb x11/docker/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/docker/DESCR  Wed Aug 13 11:42:55 2008 +0000
@@ -0,0 +1,10 @@
+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.
diff -r 6b298cbb5972 -r 4da797cf42eb x11/docker/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/docker/Makefile       Wed Aug 13 11:42:55 2008 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/13 11:42:55 ahoka Exp $
+#
+
+DISTNAME=      docker-1.5
+CATEGORIES=    x11
+MASTER_SITES=  http://offload1.icculus.org/openbox/2/docker/
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+MAINTAINER=    ahoka%NetBSD.org@localhost
+HOMEPAGE=      http://icculus.org/openbox/2/docker/
+COMMENT=       WindowMaker dock app which acts as a system tray
+
+USE_TOOLS+=    pkg-config gmake
+
+MAKE_ENV+=     PREFIX=${DESTDIR}${PREFIX}
+MAKE_ENV+=     XLIBPATH=${X11BASE}
+
+INSTALLATION_DIRS+=    bin
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/docker ${DESTDIR}${PREFIX}/bin
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6b298cbb5972 -r 4da797cf42eb x11/docker/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/docker/PLIST  Wed Aug 13 11:42:55 2008 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/08/13 11:42:55 ahoka Exp $
+bin/docker
diff -r 6b298cbb5972 -r 4da797cf42eb x11/docker/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/docker/distinfo       Wed Aug 13 11:42:55 2008 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/13 11:42:55 ahoka Exp $
+
+SHA1 (docker-1.5.tar.gz) = aff3e0c6103a7b1f190d4207868ae7c28d267304
+RMD160 (docker-1.5.tar.gz) = d36883acf4de5c2e97d478a7d29cb66645189748
+Size (docker-1.5.tar.gz) = 14863 bytes
+SHA1 (patch-aa) = be91c68b6b9e16434e11b0567338ee9fa2b040eb
diff -r 6b298cbb5972 -r 4da797cf42eb x11/docker/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/docker/patches/patch-aa       Wed Aug 13 11:42:55 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index