summaryrefslogtreecommitdiff
path: root/x11/autocutsel
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2015-06-09 13:10:00 +0000
committerryoon <ryoon@pkgsrc.org>2015-06-09 13:10:00 +0000
commitee43a234ee777c3e12a6c9582ecf5395643bebae (patch)
treec89c271a8679fcd5474f0686ed7795db0fb4af2c /x11/autocutsel
parent4c83e8100c9f1a930a92a97c276751dc056d88fe (diff)
downloadpkgsrc-ee43a234ee777c3e12a6c9582ecf5395643bebae.tar.gz
Update to 0.10.0
* Adjust X11 library dependencies. Changelog: 0.10.0: set WM_NAME, _NET_WM_NAME, and _NET_WM_PID (Michael Stapelberg) support for UTF-8 strings minor fixes 0.9.1: fixed cutsel segfault for empty cut buffer (Jurij Smakov) built package with libtool 2.4.2.418 to support ppc64le
Diffstat (limited to 'x11/autocutsel')
-rw-r--r--x11/autocutsel/Makefile22
-rw-r--r--x11/autocutsel/distinfo8
2 files changed, 20 insertions, 10 deletions
diff --git a/x11/autocutsel/Makefile b/x11/autocutsel/Makefile
index 035c81e1be7..c43f47d51ae 100644
--- a/x11/autocutsel/Makefile
+++ b/x11/autocutsel/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2012/10/06 05:59:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2015/06/09 13:10:00 ryoon Exp $
#
-DISTNAME= autocutsel-0.9.0
-PKGREVISION= 1
+DISTNAME= autocutsel-0.10.0
CATEGORIES= x11
-MASTER_SITES= http://savannah.nongnu.org/download/autocutsel/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=sigmike/}
+GITHUB_PROJECT= autocutsel
+GITHUB_TAG= ${PKGVERSION_NOREV}
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://www.nongnu.org/autocutsel/
@@ -12,16 +13,25 @@ COMMENT= Synchronizes the X11 cutbuffer and CLIPBOARD selection
LICENSE= gnu-gpl-v2
USE_LIBTOOL= yes
+USE_TOOLS+= automake
GNU_CONFIGURE= yes
INSTALLATION_DIRS= share/doc/autocutsel
+pre-configure:
+ set -e; cd ${WRKSRC}; \
+ aclocal && libtoolize && autoheader && \
+ automake --gnu --add-missing && autoconf
+
post-install:
${INSTALL_DATA} ${WRKSRC}/README \
${DESTDIR}${PREFIX}/share/doc/autocutsel/
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libXp/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/autocutsel/distinfo b/x11/autocutsel/distinfo
index 75176e7931a..e5efe305cd9 100644
--- a/x11/autocutsel/distinfo
+++ b/x11/autocutsel/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2012/10/06 05:59:30 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2015/06/09 13:10:00 ryoon Exp $
-SHA1 (autocutsel-0.9.0.tar.gz) = 7b15210b17a1499d2deba2261993373d3be14bb2
-RMD160 (autocutsel-0.9.0.tar.gz) = d6bfd0cfb53cb15dbd10b4bc989f6ebdc20511e9
-Size (autocutsel-0.9.0.tar.gz) = 297595 bytes
+SHA1 (autocutsel-0.10.0.tar.gz) = a2314565fe932ab67f6ec4cbf1b2ea0bb339240c
+RMD160 (autocutsel-0.10.0.tar.gz) = 70e62bc65eb74d33f17a0ee2141d211ba2a260ee
+Size (autocutsel-0.10.0.tar.gz) = 19114 bytes