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