diff options
author | jschauma <jschauma> | 2006-08-20 23:07:17 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2006-08-20 23:07:17 +0000 |
commit | 1f1c1ae956f3cb64b197a6fdc181ed6bf883d7b4 (patch) | |
tree | 545ab0f4977447f94ce25543312133c7cb0c8138 /wm/bbkeys09 | |
parent | 64a47f4f2d604a95ae3c1b0986ba0051e0ef629c (diff) | |
download | pkgsrc-1f1c1ae956f3cb64b197a6fdc181ed6bf883d7b4.tar.gz |
By popular demand:
Finally add packages for the "new" version of blackbox, 0.70.x.
This window manager is incompatible with older versions, and older
add-on applications (aka "bbtools") will not work with this version.
Hence, add new versions of bbkeys and bbpager as well, to provide
at least the basics. (Again, these will not work with older versions.)
Why are we adding these? Well, I'm told that blackbox 0.70.x is
fully EWMH compliant and has better fonts. And people always ask
"why is blackbox 0.70.x not in pkgsrc?".
blackbox version 0.65 and the other bbtools that work with blackbox
will remain in pkgsrc.
Diffstat (limited to 'wm/bbkeys09')
-rw-r--r-- | wm/bbkeys09/DESCR | 5 | ||||
-rw-r--r-- | wm/bbkeys09/Makefile | 21 | ||||
-rw-r--r-- | wm/bbkeys09/PLIST | 15 | ||||
-rw-r--r-- | wm/bbkeys09/distinfo | 6 | ||||
-rw-r--r-- | wm/bbkeys09/patches/patch-aa | 13 |
5 files changed, 60 insertions, 0 deletions
diff --git a/wm/bbkeys09/DESCR b/wm/bbkeys09/DESCR new file mode 100644 index 00000000000..f909dc57ed4 --- /dev/null +++ b/wm/bbkeys09/DESCR @@ -0,0 +1,5 @@ +Provide keyboard shortcuts for X11R6, specifically intended for use with the +Blackbox window manager but usable with any. + +Can bind actions such as executing commands, altering the states of windows, +switching workspaces, etc. to arbitrary keys. diff --git a/wm/bbkeys09/Makefile b/wm/bbkeys09/Makefile new file mode 100644 index 00000000000..1df4704c755 --- /dev/null +++ b/wm/bbkeys09/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2006/08/20 23:07:18 jschauma Exp $ +# + +DISTNAME= bbkeys-0.9.0 +PKGNAME= bbkeys09-0.9.0 +CATEGORIES= x11 wm +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbkeys/} + +MAINTAINER= jschauma@NetBSD.org +HOMEPAGE= http://bbkeys.sourceforge.net/ +COMMENT= General X Window keygrabber + +CONFLICTS+= bbkeys<=0.9 + +GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ +USE_TOOLS+= perl:run pkg-config + +.include "../../wm/blackbox70/buildlink3.mk" +.include "../../mk/x11.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/wm/bbkeys09/PLIST b/wm/bbkeys09/PLIST new file mode 100644 index 00000000000..d8752f9a734 --- /dev/null +++ b/wm/bbkeys09/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1 2006/08/20 23:07:18 jschauma Exp $ +bin/bbkeys +bin/bbkeysconf.pl +man/man1/bbkeys.1 +man/man5/bbkeys.bb.5 +man/man5/bbkeysrc.5 +share/bbtools/bbkeys.bb +share/bbtools/bbkeys.nobb +share/doc/bbkeys/AUTHORS +share/doc/bbkeys/BUGS +share/doc/bbkeys/ChangeLog +share/doc/bbkeys/NEWS +share/doc/bbkeys/README +@unexec ${RMDIR} %D/share/bbtools 2>/dev/null || ${TRUE} +@dirrm share/doc/bbkeys diff --git a/wm/bbkeys09/distinfo b/wm/bbkeys09/distinfo new file mode 100644 index 00000000000..4fff5de54fd --- /dev/null +++ b/wm/bbkeys09/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2006/08/20 23:07:18 jschauma Exp $ + +SHA1 (bbkeys-0.9.0.tar.gz) = b406f47f298fe83df6be89d2437dae2cee007439 +RMD160 (bbkeys-0.9.0.tar.gz) = a42506693da977bed17d56ee0c1e5d0440464ac6 +Size (bbkeys-0.9.0.tar.gz) = 199146 bytes +SHA1 (patch-aa) = b0c79c06d3e7897a63c43ee09ccbf7e05eedffe8 diff --git a/wm/bbkeys09/patches/patch-aa b/wm/bbkeys09/patches/patch-aa new file mode 100644 index 00000000000..6ba0bc1200d --- /dev/null +++ b/wm/bbkeys09/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2006/08/20 23:07:18 jschauma Exp $ + +--- Makefile.in.orig 2006-08-20 11:44:15.000000000 -0400 ++++ Makefile.in 2006-08-20 11:43:55.000000000 -0400 +@@ -130,7 +130,7 @@ + SUBDIRS = src data doc rpm + MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in + +-docdir = $(datadir)/doc/bbkeys ++docdir = $(datadir)/share/doc/bbkeys + doc_DATA = AUTHORS BUGS ChangeLog LICENSE NEWS README TODO + EXTRA_DIST = $(doc_DATA) debian + subdir = . |