Gentoo Archives: gentoo-commits

From: "David Shakaryan (omp)" <omp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/netwmpager: ChangeLog netwmpager-1.11-r1.ebuild
Date: Thu, 24 Apr 2008 07:51:32
Message-Id: E1JowEr-0006o1-LA@stork.gentoo.org
1 omp 08/04/24 07:51:29
2
3 Modified: ChangeLog
4 Added: netwmpager-1.11-r1.ebuild
5 Log:
6 Fix incorrect desktop switching; patch by Tobias Klausmann (bug #216012)
7 (Portage version: 2.1.5_rc3)
8
9 Revision Changes Path
10 1.9 x11-misc/netwmpager/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/netwmpager/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/netwmpager/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/netwmpager/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/netwmpager/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 22 Apr 2007 09:58:56 -0000 1.8
23 +++ ChangeLog 24 Apr 2008 07:51:29 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-misc/netwmpager
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/netwmpager/ChangeLog,v 1.8 2007/04/22 09:58:56 corsair Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/netwmpager/ChangeLog,v 1.9 2008/04/24 07:51:29 omp Exp $
30 +
31 +*netwmpager-1.11-r1 (24 Apr 2008)
32 +
33 + 24 Apr 2008; David Shakaryan <omp@g.o>
34 + +files/netwmpager-1.11-desktop-switch.patch, +netwmpager-1.11-r1.ebuild:
35 + Fix incorrect desktop switching; patch by Tobias Klausmann (bug #216012)
36
37 22 Apr 2007; Markus Rothe <corsair@g.o> netwmpager-1.11.ebuild:
38 Added ~ppc64
39
40
41
42 1.1 x11-misc/netwmpager/netwmpager-1.11-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/netwmpager/netwmpager-1.11-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/netwmpager/netwmpager-1.11-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: netwmpager-1.11-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/netwmpager/netwmpager-1.11-r1.ebuild,v 1.1 2008/04/24 07:51:29 omp Exp $
52
53 inherit eutils
54
55 DESCRIPTION="EWMH (NetWM) compatible pager. Works with Openbox and other EWMH
56 compliant window managers."
57 HOMEPAGE="http://onion.dynserv.net/~timo/netwmpager.html"
58 SRC_URI="http://onion.dynserv.net/~timo/files/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
63 IUSE=""
64
65 RDEPEND="x11-libs/libX11
66 x11-libs/libXrender
67 x11-libs/libXft
68 x11-libs/libXdmcp
69 x11-libs/libXau"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig
72 virtual/xft
73 x11-proto/xproto"
74
75 src_unpack() {
76 unpack ${A}
77 cd "${S}"
78
79 epatch "${FILESDIR}/${P}-desktop-switch.patch"
80 }
81
82 src_compile() {
83 # econf does not work.
84 ./configure --prefix=/usr || die "configure failed"
85 emake || die "emake failed"
86 }
87
88 src_install () {
89 emake DESTDIR="${D}" install || die "emake install failed"
90 dodoc config-example README
91
92 # Don't install duplicate ungzipped config-example.
93 rm -rf "${D}/usr/share/netwmpager/"
94 }
95
96
97
98 --
99 gentoo-commits@l.g.o mailing list