pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/keylaunch Update to 1.3.3, provided by Sergey Svis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/061660bc8424
branches:  trunk
changeset: 526383:061660bc8424
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 08 19:49:16 2007 +0000

description:
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@localhost>  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@localhost>  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:

 x11/keylaunch/Makefile         |  15 ++++++++-------
 x11/keylaunch/distinfo         |   9 ++++-----
 x11/keylaunch/patches/patch-aa |  18 ------------------
 3 files changed, 12 insertions(+), 30 deletions(-)

diffs (72 lines):

diff -r cfeeccca0dda -r 061660bc8424 x11/keylaunch/Makefile
--- a/x11/keylaunch/Makefile    Thu Mar 08 19:43:45 2007 +0000
+++ b/x11/keylaunch/Makefile    Thu Mar 08 19:49:16 2007 +0000
@@ -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@localhost
-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 -r cfeeccca0dda -r 061660bc8424 x11/keylaunch/distinfo
--- a/x11/keylaunch/distinfo    Thu Mar 08 19:43:45 2007 +0000
+++ b/x11/keylaunch/distinfo    Thu Mar 08 19:49:16 2007 +0000
@@ -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 -r cfeeccca0dda -r 061660bc8424 x11/keylaunch/patches/patch-aa
--- a/x11/keylaunch/patches/patch-aa    Thu Mar 08 19:43:45 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index