summaryrefslogtreecommitdiff
path: root/x11/dmenu
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2012-05-25 21:00:26 +0000
committerreed <reed@pkgsrc.org>2012-05-25 21:00:26 +0000
commit1f1de6a95b530d55ff69704364600b1323e678a5 (patch)
tree0edc80571e8538bff50ec23e214ad15b31068f55 /x11/dmenu
parent91347cc23b94cd30dbbbd3637ffd930c46dbef4b (diff)
downloadpkgsrc-1f1de6a95b530d55ff69704364600b1323e678a5.tar.gz
Update to version 4.5
Patch provide by leot. Thank you. Changes: * Detects monitor based on input focus, not just pointer location. * Token matching instead of just substrings. * XIM composition support. * Paste from clipboard with C-S-y. * stest(1) replaces lsx(1). * M-[Gghjkl] restored for vi-like navigation. * New colour scheme, matching dwm-6.0. * Couple of bug fixes.
Diffstat (limited to 'x11/dmenu')
-rw-r--r--x11/dmenu/Makefile6
-rw-r--r--x11/dmenu/PLIST6
-rw-r--r--x11/dmenu/distinfo8
3 files changed, 11 insertions, 9 deletions
diff --git a/x11/dmenu/Makefile b/x11/dmenu/Makefile
index af99b490512..a74d131eca3 100644
--- a/x11/dmenu/Makefile
+++ b/x11/dmenu/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2012/01/22 12:59:01 obache Exp $
+# $NetBSD: Makefile,v 1.9 2012/05/25 21:00:26 reed Exp $
#
-DISTNAME= dmenu-4.4.1
+DISTNAME= dmenu-4.5
CATEGORIES= x11
MASTER_SITES= http://dl.suckless.org/tools/
@@ -24,6 +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},'
+# -D_XOPEN_SOURCE=600 is needed for usleep(3) and S_ISLNK() macro in <sys/stat.h>
+SUBST_SED.makefile+= -e 's,^CPPFLAGS *= ,CPPFLAGS = -D_XOPEN_SOURCE=600 ,'
SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,'
SUBST_SED.makefile+= -e 's,^LDFLAGS *= ,LDFLAGS += ,'
SUBST_SED.makefile+= -e 's/cc/${CC:Q}/'
diff --git a/x11/dmenu/PLIST b/x11/dmenu/PLIST
index 8c2897fc5d6..43b259a38a3 100644
--- a/x11/dmenu/PLIST
+++ b/x11/dmenu/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2012/01/22 12:59:01 obache Exp $
+@comment $NetBSD: PLIST,v 1.5 2012/05/25 21:00:26 reed Exp $
bin/dmenu
bin/dmenu_run
-bin/lsx
+bin/stest
man/man1/dmenu.1
-man/man1/lsx.1
+man/man1/stest.1
diff --git a/x11/dmenu/distinfo b/x11/dmenu/distinfo
index dd6d49680e8..546588615bd 100644
--- a/x11/dmenu/distinfo
+++ b/x11/dmenu/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2012/01/22 12:59:01 obache Exp $
+$NetBSD: distinfo,v 1.7 2012/05/25 21:00:26 reed Exp $
-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
+SHA1 (dmenu-4.5.tar.gz) = 70c1a13b950b7b0cb1bc35e30c6e861a78359953
+RMD160 (dmenu-4.5.tar.gz) = b771a84e0e9a8fbb29317c07fa77f92b64dcdc2f
+Size (dmenu-4.5.tar.gz) = 11543 bytes