* [gentoo-commits] gentoo-x86 commit in x11-wm/openbox: openbox-3.4.9.ebuild ChangeLog openbox-3.4.8_rc1-r1.ebuild openbox-3.4.8_rc1.ebuild
@ 2009-12-27 2:03 Ben de Groot (yngwin)
0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2009-12-27 2:03 UTC (permalink / raw
To: gentoo-commits
yngwin 09/12/27 02:03:19
Modified: ChangeLog
Added: openbox-3.4.9.ebuild
Removed: openbox-3.4.8_rc1-r1.ebuild
openbox-3.4.8_rc1.ebuild
Log:
Version bump. Adding patch submitted by Matt Michalowski to fix bug 291965.
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Revision Changes Path
1.181 x11-wm/openbox/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/ChangeLog?rev=1.181&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/ChangeLog?rev=1.181&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/ChangeLog?r1=1.180&r2=1.181
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog 9 Dec 2009 01:24:02 -0000 1.180
+++ ChangeLog 27 Dec 2009 02:03:19 -0000 1.181
@@ -1,6 +1,14 @@
# ChangeLog for x11-wm/openbox
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.180 2009/12/09 01:24:02 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.181 2009/12/27 02:03:19 yngwin Exp $
+
+*openbox-3.4.9 (27 Dec 2009)
+
+ 27 Dec 2009; Ben de Groot <yngwin@gentoo.org> -openbox-3.4.8_rc1.ebuild,
+ -openbox-3.4.8_rc1-r1.ebuild, +openbox-3.4.9.ebuild,
+ +files/openbox-gnome-session-3.4.9.patch:
+ Version bump. Adding patch submitted by Matt Michalowski to fix bug
+ 291965.
*openbox-3.4.8 (09 Dec 2009)
1.1 x11-wm/openbox/openbox-3.4.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/openbox-3.4.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/openbox/openbox-3.4.9.ebuild?rev=1.1&content-type=text/plain
Index: openbox-3.4.9.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.4.9.ebuild,v 1.1 2009/12/27 02:03:19 yngwin Exp $
EAPI="2"
inherit eutils
MY_P=${P/_/-}
DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager."
HOMEPAGE="http://icculus.org/openbox/"
SRC_URI="http://icculus.org/openbox/releases/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="nls startup-notification xinerama"
RDEPEND=">=dev-libs/glib-2.6
>=dev-libs/libxml2-2.0
>=media-libs/fontconfig-2
x11-libs/libXft
x11-libs/libXrandr
x11-libs/libXt
>=x11-libs/pango-1.8[X]
nls? ( sys-devel/gettext )
startup-notification? ( >=x11-libs/startup-notification-0.8 )
xinerama? ( x11-libs/libXinerama )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
x11-proto/xextproto
x11-proto/xf86vidmodeproto
xinerama? ( x11-proto/xineramaproto )"
S="${WORKDIR}/${MY_P}"
src_prepare() {
epatch "${FILESDIR}"/${PN}-gnome-session-${PV}.patch
}
src_configure() {
econf \
--docdir=/usr/share/doc/${PF} \
$(use_enable nls) \
$(use_enable startup-notification)
}
src_install() {
dodir /etc/X11/Sessions
echo "/usr/bin/openbox-session" > "${D}/etc/X11/Sessions/${PN}"
fperms a+x /etc/X11/Sessions/${PN}
emake DESTDIR="${D}" install || die "emake install failed"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-12-27 2:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-27 2:03 [gentoo-commits] gentoo-x86 commit in x11-wm/openbox: openbox-3.4.9.ebuild ChangeLog openbox-3.4.8_rc1-r1.ebuild openbox-3.4.8_rc1.ebuild Ben de Groot (yngwin)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox