summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-01-22 12:59:01 +0000
committerobache <obache@pkgsrc.org>2012-01-22 12:59:01 +0000
commitdd05a4c3f200af61a201194250543a56494ea071 (patch)
tree1d68daf3e05c91c8517295f4b8f237a3e420bcc3 /x11
parent5eaa100d69fa91b4b88e6fa9a5cfb1634672d198 (diff)
downloadpkgsrc-dd05a4c3f200af61a201194250543a56494ea071.tar.gz
Update dmenu to 4.4.1.
PR#45763 by Bug Hunting. 4.2 This release contains plenty code cleanups. 4.2.1 Bug fix release, there were two missing files in yesterdays dmenu-4.2.tar.gz. 4.3 This is basically smaller and faster. 4.3.1 And a quick bugfix release. 4.4 This release fixes some bugs and it should be slightly nippier, especially if your path is, ahem, broken. 4.4.1 This release fixes a small bug in the font loading, and changes dmenu_run to let you use shell logic (foo && bar, etc).
Diffstat (limited to 'x11')
-rw-r--r--x11/dmenu/DESCR5
-rw-r--r--x11/dmenu/Makefile9
-rw-r--r--x11/dmenu/PLIST5
-rw-r--r--x11/dmenu/distinfo8
-rw-r--r--x11/dmenu/options.mk4
5 files changed, 15 insertions, 16 deletions
diff --git a/x11/dmenu/DESCR b/x11/dmenu/DESCR
index 5faa16c01e6..af8ec6d0b1a 100644
--- a/x11/dmenu/DESCR
+++ b/x11/dmenu/DESCR
@@ -1,3 +1,2 @@
-dynamic menu is a generic menu for X, originally designed for dwm (wm/dwm).
-It manages huge amounts (up to 10.000 and more) of user defined menu items
-efficiently.
+dmenu is a dynamic menu for X, originally designed for dwm (wm/dwm).
+It manages large numbers of user-defined menu items efficiently.
diff --git a/x11/dmenu/Makefile b/x11/dmenu/Makefile
index 67f7804b60e..af99b490512 100644
--- a/x11/dmenu/Makefile
+++ b/x11/dmenu/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.7 2011/06/17 11:47:30 obache Exp $
+# $NetBSD: Makefile,v 1.8 2012/01/22 12:59:01 obache Exp $
#
-DISTNAME= dmenu-4.1.1
+DISTNAME= dmenu-4.4.1
CATEGORIES= x11
MASTER_SITES= http://dl.suckless.org/tools/
MAINTAINER= leot1990@users.sourceforge.net
HOMEPAGE= http://tools.suckless.org/dmenu
COMMENT= Dynamic menu for X
-
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
@@ -25,8 +24,8 @@ SUBST_FILES.makefile= config.mk
SUBST_SED.makefile+= -e 's,/usr/local,${PREFIX},g'
SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g'
SUBST_SED.makefile+= -e 's,/usr/X11R6,${X11BASE},'
-SUBST_SED.makefile+= -e 's,^CFLAGS = ,CFLAGS += ,'
-SUBST_SED.makefile+= -e 's,^LDFLAGS = ,LDFLAGS += ,'
+SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,'
+SUBST_SED.makefile+= -e 's,^LDFLAGS *= ,LDFLAGS += ,'
SUBST_SED.makefile+= -e 's/cc/${CC:Q}/'
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
diff --git a/x11/dmenu/PLIST b/x11/dmenu/PLIST
index 1fb08315d1b..8c2897fc5d6 100644
--- a/x11/dmenu/PLIST
+++ b/x11/dmenu/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 22:48:51 ahoka Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/01/22 12:59:01 obache Exp $
bin/dmenu
-bin/dmenu_path
bin/dmenu_run
+bin/lsx
man/man1/dmenu.1
+man/man1/lsx.1
diff --git a/x11/dmenu/distinfo b/x11/dmenu/distinfo
index ded68b1decf..dd6d49680e8 100644
--- a/x11/dmenu/distinfo
+++ b/x11/dmenu/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2010/07/02 21:48:49 ghen Exp $
+$NetBSD: distinfo,v 1.6 2012/01/22 12:59:01 obache Exp $
-SHA1 (dmenu-4.1.1.tar.gz) = 5d41d9cbf68960863623d821962c31cac92d92fc
-RMD160 (dmenu-4.1.1.tar.gz) = 3683f9dc620b16b39dc531e49402d37bec78f123
-Size (dmenu-4.1.1.tar.gz) = 9351 bytes
+SHA1 (dmenu-4.4.1.tar.gz) = 42f8bb4b8bf72840cc343f0b3f31975a22350e5a
+RMD160 (dmenu-4.4.1.tar.gz) = 4a15486eaf19fdde93e763ec340001e5e74ac2a4
+Size (dmenu-4.4.1.tar.gz) = 9318 bytes
diff --git a/x11/dmenu/options.mk b/x11/dmenu/options.mk
index 68200f2945d..8532bd1963b 100644
--- a/x11/dmenu/options.mk
+++ b/x11/dmenu/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2009/06/15 08:18:20 ahoka Exp $
+# $NetBSD: options.mk,v 1.2 2012/01/22 12:59:01 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dmenu
PKG_SUPPORTED_OPTIONS= xinerama
@@ -19,6 +19,6 @@ SUBST_CLASSES+= options
SUBST_STAGE.options= pre-build
SUBST_MESSAGE.options= Toggle the Xinerama support
SUBST_FILES.options= config.mk
-SUBST_SED.options+= -e '/^XINERAMA/ d'
+SUBST_SED.options+= -e '/^XINERAMA/d'
. include "../../x11/libX11/buildlink3.mk"
.endif