diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-08 19:49:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-08 19:49:16 +0000 |
commit | 8648201a4bdc0ea833aad89436af785074f9c383 (patch) | |
tree | cc649f5afcfd2f112b4714ab8afde24418f28c1d /x11 | |
parent | dbe499c1ff31bd476c5efc3017e5b83ab810003e (diff) | |
download | pkgsrc-8648201a4bdc0ea833aad89436af785074f9c383.tar.gz |
Update to 1.3.3, provided by Sergey Svishchev in private mail:
keylaunch (1.3.3) unstable; urgency=low
* No longer depend on xlibs-dev. (Closes: #347006)
-- Stefan Pfetzing <dreamind@dreamind.de> Mon, 9 Jan 2006 17:58:57 +0100
keylaunch (1.3.2) unstable; urgency=low
* Update Keylaunch to use autoconf.
* Install documentation.
* Complain when ~/.keylaunchr is not found.
-- Stefan Pfetzing <dreamind@dreamind.de> Sat, 9 Jul 2005 20:15:43 +0200
keylaunch (1.3.1) unstable; urgency=low
* The I'm back release.
* Finally fixed the problem when $HOME was not defined, so lets get
the information from the right place.
* Fix lintian errors.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/keylaunch/Makefile | 15 | ||||
-rw-r--r-- | x11/keylaunch/distinfo | 9 | ||||
-rw-r--r-- | x11/keylaunch/patches/patch-aa | 18 |
3 files changed, 12 insertions, 30 deletions
diff --git a/x11/keylaunch/Makefile b/x11/keylaunch/Makefile index 870896eec21..e8039199c25 100644 --- a/x11/keylaunch/Makefile +++ b/x11/keylaunch/Makefile @@ -1,24 +1,25 @@ -# $NetBSD: Makefile,v 1.15 2007/01/15 16:58:16 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2007/03/08 19:49:16 wiz Exp $ # -DISTNAME= keylaunch-1.3.0 -PKGREVISION= 1 +DISTNAME= keylaunch_1.3.3 +PKGNAME= keylaunch-1.3.3 CATEGORIES= x11 -MASTER_SITES= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/files/ +MASTER_SITES= http://www.oroborus.org/debian/dists/sid/main/source/x11/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/download.htm +HOMEPAGE= http://www.oroborus.org/?node=Download COMMENT= X utility for binding commands to a hot key -WRKSRC= ${WRKDIR}/keylaunch +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake +GNU_CONFIGURE= yes INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/keylaunch ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/keylaunch - ${INSTALL_DATA} ${WRKSRC}/example_rc \ + ${INSTALL_DATA} ${WRKSRC}/docs/example_rc \ ${PREFIX}/share/examples/keylaunch/keylaunch.rc .include "../../x11/libX11/buildlink3.mk" diff --git a/x11/keylaunch/distinfo b/x11/keylaunch/distinfo index 8211a13b569..e96f4a72859 100644 --- a/x11/keylaunch/distinfo +++ b/x11/keylaunch/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 17:36:16 wiz Exp $ +$NetBSD: distinfo,v 1.3 2007/03/08 19:49:16 wiz Exp $ -SHA1 (keylaunch-1.3.0.tar.gz) = 05ca476470db8a7658a679e2d6b615baa94f6c2d -RMD160 (keylaunch-1.3.0.tar.gz) = ff2a5a63b83cb2520266ed528582f131496e8278 -Size (keylaunch-1.3.0.tar.gz) = 9559 bytes -SHA1 (patch-aa) = 9de576545b654063c6f960eabd115fbcc217acbf +SHA1 (keylaunch_1.3.3.tar.gz) = 925decf486482442a39eba50809a35023755ef00 +RMD160 (keylaunch_1.3.3.tar.gz) = bfa9c526b2b0e217266bd7bd438921208ca3a498 +Size (keylaunch_1.3.3.tar.gz) = 69854 bytes diff --git a/x11/keylaunch/patches/patch-aa b/x11/keylaunch/patches/patch-aa deleted file mode 100644 index 1f6bbe02e2d..00000000000 --- a/x11/keylaunch/patches/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/11/25 09:40:08 zuntum Exp $ - ---- Makefile.orig Tue May 22 00:23:17 2001 -+++ Makefile -@@ -1,12 +1,8 @@ --CC = gcc --CFLAGS = -g -O2 -Wall --XROOT = /usr/X11 --INCLUDES = -I$(XROOT)/include -+XROOT = $(X11BASE) - LIBS = -lX11 --LDPATH = -L$(XROOT)/lib -+LDPATH = -L$(X11BASE)/lib -Wl,-R$(X11BASE)/lib - - PROG = keylaunch --PREFIX = /usr - RCFILE = .$(PROG)rc - DEFINES = -DRCFILE=\"$(RCFILE)\" #-DDEBUG |