pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xbindkeys Do not install the xbindkeys_show utilit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f044307560bd
branches: trunk
changeset: 461533:f044307560bd
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Wed Sep 17 15:08:34 2003 +0000
description:
Do not install the xbindkeys_show utility, which requires Tk, to keep this
package small. Also, make this package install under PREFIX and not X11BASE.
Bump PKGREVISION to 1 because of these.
While here, split the Makefile in two parts to help in the creation of the
new xbindkeys-tk package.
diffstat:
x11/xbindkeys/Makefile | 15 +++------------
x11/xbindkeys/Makefile.common | 17 +++++++++++++++++
x11/xbindkeys/PLIST | 5 +++--
x11/xbindkeys/distinfo | 3 ++-
x11/xbindkeys/patches/patch-aa | 20 ++++++++++++++++++++
5 files changed, 45 insertions(+), 15 deletions(-)
diffs (88 lines):
diff -r d27883fcf443 -r f044307560bd x11/xbindkeys/Makefile
--- a/x11/xbindkeys/Makefile Wed Sep 17 15:04:05 2003 +0000
+++ b/x11/xbindkeys/Makefile Wed Sep 17 15:08:34 2003 +0000
@@ -1,17 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:56:51 grant Exp $
+# $NetBSD: Makefile,v 1.6 2003/09/17 15:08:34 jmmv Exp $
#
-DISTNAME= xbindkeys-1.5.5
-CATEGORIES= x11
-MASTER_SITES= http://hocwp.free.fr/xbindkeys/
+.include "Makefile.common"
-MAINTAINER= jmmv%NetBSD.org@localhost
-HOMEPAGE= http://hocwp.free.fr/xbindkeys/xbindkeys.html
-COMMENT= Launches shell commands with your keyboard or your mouse
+PKGREVISION= 1
-USE_BUILDLINK2= yes
-USE_X11BASE= yes
-GNU_CONFIGURE= yes
-
-.include "../../x11/tk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d27883fcf443 -r f044307560bd x11/xbindkeys/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xbindkeys/Makefile.common Wed Sep 17 15:08:34 2003 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile.common,v 1.1 2003/09/17 15:08:35 jmmv Exp $
+#
+
+DISTNAME= xbindkeys-1.5.5
+CATEGORIES= x11
+MASTER_SITES= http://hocwp.free.fr/xbindkeys/
+
+MAINTAINER= jmmv%NetBSD.org@localhost
+HOMEPAGE= http://hocwp.free.fr/xbindkeys/xbindkeys.html
+COMMENT= Launches shell commands with your keyboard or your mouse
+
+DISTINFO_FILE= ${.CURDIR}/../../x11/xbindkeys/distinfo
+PATCH_DIR= ${.CURDIR}/../../x11/xbindkeys/patches
+
+USE_BUILDLINK2= yes
+USE_X11= yes
+GNU_CONFIGURE= yes
diff -r d27883fcf443 -r f044307560bd x11/xbindkeys/PLIST
--- a/x11/xbindkeys/PLIST Wed Sep 17 15:04:05 2003 +0000
+++ b/x11/xbindkeys/PLIST Wed Sep 17 15:08:34 2003 +0000
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.2 2002/07/11 14:23:37 tron Exp $
-bin/xbindkeys_config
+@comment $NetBSD: PLIST,v 1.2 2003/09/17 15:08:36 jmmv Exp $
+bin/xbindkeys
+man/man1/xbindkeys.1
diff -r d27883fcf443 -r f044307560bd x11/xbindkeys/distinfo
--- a/x11/xbindkeys/distinfo Wed Sep 17 15:04:05 2003 +0000
+++ b/x11/xbindkeys/distinfo Wed Sep 17 15:08:34 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2002/12/15 11:59:22 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2003/09/17 15:08:36 jmmv Exp $
SHA1 (xbindkeys-1.5.5.tar.gz) = f568d80c40f7163be21d7e02fb1c50ed1a4d28d5
Size (xbindkeys-1.5.5.tar.gz) = 85470 bytes
+SHA1 (patch-aa) = 4343ab36cc1727dc0cf21be810c8c3decf0f5704
diff -r d27883fcf443 -r f044307560bd x11/xbindkeys/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xbindkeys/patches/patch-aa Wed Sep 17 15:08:34 2003 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.3 2003/09/17 15:08:37 jmmv Exp $
+
+--- Makefile.in.orig 2002-10-05 12:18:52.000000000 +0200
++++ Makefile.in
+@@ -89,13 +89,13 @@ xbindkeys_LDADD = @X_LIBS@
+
+ xbindkeys_DEPENDENCIES = xbindkeys.o keys.o options.o get_key.o grab_key.o
+
+-man_MANS = xbindkeys.1 xbindkeys_show.1
++man_MANS = xbindkeys.1
+
+ EXTRA_DIST = BUGS xbindkeys.1 xbindkeys_show.1 \
+ TODO xbindkeysrc xbindkeys_show
+
+
+-bin_SCRIPTS = xbindkeys_show
++bin_SCRIPTS =
+ subdir = .
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
Home |
Main Index |
Thread Index |
Old Index