summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2006-11-17 19:37:48 +0000
committerDavid Shakaryan <omp@gentoo.org>2006-11-17 19:37:48 +0000
commit0673af9553ca4fd1ba88392d940bc443d7002161 (patch)
treebeb8288f1e4dfd72fe9d42ec795dc1d35dcdea9b /x11-misc/netwmpager
parentAdded eautoreconf() to fix library names on amd64. (diff)
downloadgentoo-2-0673af9553ca4fd1ba88392d940bc443d7002161.tar.gz
gentoo-2-0673af9553ca4fd1ba88392d940bc443d7002161.tar.bz2
gentoo-2-0673af9553ca4fd1ba88392d940bc443d7002161.zip
Version bump. (bug #155069)
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'x11-misc/netwmpager')
-rw-r--r--x11-misc/netwmpager/ChangeLog5
-rw-r--r--x11-misc/netwmpager/files/digest-netwmpager-1.113
-rw-r--r--x11-misc/netwmpager/netwmpager-1.11.ebuild37
3 files changed, 44 insertions, 1 deletions
diff --git a/x11-misc/netwmpager/ChangeLog b/x11-misc/netwmpager/ChangeLog
index 81d551b599d1..85e0b3e9c0f7 100644
--- a/x11-misc/netwmpager/ChangeLog
+++ b/x11-misc/netwmpager/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/netwmpager
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/netwmpager/ChangeLog,v 1.5 2006/10/28 22:30:39 omp Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/netwmpager/ChangeLog,v 1.6 2006/11/17 19:37:48 omp Exp $
+
+ 17 Nov 2006; David Shakaryan <omp@gentoo.org> +netwmpager-1.11.ebuild:
+ Version bump. (bug #155069)
28 Oct 2006; David Shakaryan <omp@gentoo.org> netwmpager-1.6.ebuild:
Remove monolithic X support and add pkgconfig to DEPEND. (bug #150804)
diff --git a/x11-misc/netwmpager/files/digest-netwmpager-1.11 b/x11-misc/netwmpager/files/digest-netwmpager-1.11
new file mode 100644
index 000000000000..bc81a934fe72
--- /dev/null
+++ b/x11-misc/netwmpager/files/digest-netwmpager-1.11
@@ -0,0 +1,3 @@
+MD5 60e96e91d67ad59db21b2f093a996bdb netwmpager-1.11.tar.bz2 37190
+RMD160 ca863b3266ef1321f7b5ee47d2fad7fc1e2c35a8 netwmpager-1.11.tar.bz2 37190
+SHA256 925a159f13724168b78ccac712e02c8eda1ac741bf78f1b04dbedd92f3549c74 netwmpager-1.11.tar.bz2 37190
diff --git a/x11-misc/netwmpager/netwmpager-1.11.ebuild b/x11-misc/netwmpager/netwmpager-1.11.ebuild
new file mode 100644
index 000000000000..b43a445a2426
--- /dev/null
+++ b/x11-misc/netwmpager/netwmpager-1.11.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/netwmpager/netwmpager-1.11.ebuild,v 1.1 2006/11/17 19:37:48 omp Exp $
+
+DESCRIPTION="EWMH (NetWM) compatible pager. Works with Openbox and other EWMH
+compliant window managers."
+HOMEPAGE="http://onion.dynserv.net/~timo/netwmpager.html"
+SRC_URI="http://onion.dynserv.net/~timo/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXrender
+ x11-libs/libXft
+ x11-libs/libXdmcp
+ x11-libs/libXau"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ virtual/xft
+ x11-proto/xproto"
+
+src_compile() {
+ # econf does not work.
+ ./configure --prefix=/usr || die "configure failed"
+ emake || die "emake failed"
+}
+
+src_install () {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc config-example README
+
+ # Don't install duplicate ungzipped config-example.
+ rm -rf "${D}/usr/share/netwmpager/"
+}