pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/dmenu Update to version 4.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/86a023a57744
branches: trunk
changeset: 604214:86a023a57744
user: reed <reed%pkgsrc.org@localhost>
date: Fri May 25 21:00:26 2012 +0000
description:
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:
x11/dmenu/Makefile | 6 ++++--
x11/dmenu/PLIST | 6 +++---
x11/dmenu/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 9 deletions(-)
diffs (48 lines):
diff -r 9bb60c6a5747 -r 86a023a57744 x11/dmenu/Makefile
--- a/x11/dmenu/Makefile Fri May 25 20:40:08 2012 +0000
+++ b/x11/dmenu/Makefile Fri May 25 21:00:26 2012 +0000
@@ -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_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 -r 9bb60c6a5747 -r 86a023a57744 x11/dmenu/PLIST
--- a/x11/dmenu/PLIST Fri May 25 20:40:08 2012 +0000
+++ b/x11/dmenu/PLIST Fri May 25 21:00:26 2012 +0000
@@ -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 -r 9bb60c6a5747 -r 86a023a57744 x11/dmenu/distinfo
--- a/x11/dmenu/distinfo Fri May 25 20:40:08 2012 +0000
+++ b/x11/dmenu/distinfo Fri May 25 21:00:26 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index