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-wm/openbox: ChangeLog openbox-3.4.7.1.ebuild openbox-3.4.7_pre2.ebuild openbox-3.4.7_pre3.ebuild
Date: Fri, 18 Apr 2008 07:43:46
Message-Id: E1JmlG3-0003o0-Ej@stork.gentoo.org
1 omp 08/04/18 07:43:43
2
3 Modified: ChangeLog
4 Added: openbox-3.4.7.1.ebuild
5 Removed: openbox-3.4.7_pre2.ebuild openbox-3.4.7_pre3.ebuild
6 Log:
7 Version bump; remove older prerelease versions.
8 (Portage version: 2.1.5_rc3)
9
10 Revision Changes Path
11 1.163 x11-wm/openbox/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/ChangeLog?rev=1.163&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/ChangeLog?rev=1.163&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/ChangeLog?r1=1.162&r2=1.163
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v
20 retrieving revision 1.162
21 retrieving revision 1.163
22 diff -u -r1.162 -r1.163
23 --- ChangeLog 30 Mar 2008 06:16:32 -0000 1.162
24 +++ ChangeLog 18 Apr 2008 07:43:42 -0000 1.163
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-wm/openbox
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.162 2008/03/30 06:16:32 omp Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.163 2008/04/18 07:43:42 omp Exp $
30 +
31 +*openbox-3.4.7.1 (18 Apr 2008)
32 +
33 + 18 Apr 2008; David Shakaryan <omp@g.o> -openbox-3.4.7_pre2.ebuild,
34 + -openbox-3.4.7_pre3.ebuild, +openbox-3.4.7.1.ebuild:
35 + Version bump; remove older prerelease versions.
36
37 *openbox-3.4.7_pre3 (30 Mar 2008)
38
39
40
41
42 1.1 x11-wm/openbox/openbox-3.4.7.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/openbox-3.4.7.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/openbox-3.4.7.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: openbox-3.4.7.1.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-wm/openbox/openbox-3.4.7.1.ebuild,v 1.1 2008/04/18 07:43:42 omp Exp $
52
53 DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager."
54 HOMEPAGE="http://icculus.org/openbox/"
55 SRC_URI="http://icculus.org/openbox/releases/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="3"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60 IUSE="nls startup-notification xinerama"
61
62 RDEPEND=">=dev-libs/glib-2.6
63 >=dev-libs/libxml2-2.0
64 >=media-libs/fontconfig-2
65 virtual/xft
66 x11-libs/libXrandr
67 x11-libs/libXt
68 >=x11-libs/pango-1.8
69 nls? ( sys-devel/gettext )
70 startup-notification? ( >=x11-libs/startup-notification-0.8 )
71 xinerama? ( x11-libs/libXinerama )"
72 DEPEND="${RDEPEND}
73 dev-util/pkgconfig
74 x11-proto/xextproto
75 x11-proto/xf86vidmodeproto
76 xinerama? ( x11-proto/xineramaproto )"
77
78 src_compile() {
79 econf \
80 --docdir=/usr/share/doc/${PF} \
81 $(use_enable nls) \
82 $(use_enable startup-notification) \
83 || die "econf failed"
84 emake || die "emake failed"
85 }
86
87 src_install() {
88 dodir /etc/X11/Sessions
89 echo "/usr/bin/openbox-session" > "${D}/etc/X11/Sessions/${PN}"
90 fperms a+x /etc/X11/Sessions/${PN}
91
92 emake DESTDIR="${D}" install || die "emake install failed"
93 }
94
95
96
97 --
98 gentoo-commits@l.g.o mailing list