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