diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2014-04-26 18:23:35 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2014-04-26 18:23:35 +0000 |
commit | 608d84623ccd329b2c45c47b567dfd9852b46a73 (patch) | |
tree | 8b0edb33dcfdb45c4203c8b614ff7b58d534d954 /x11-wm/openbox | |
parent | drop old (diff) | |
download | gentoo-2-608d84623ccd329b2c45c47b567dfd9852b46a73.tar.gz gentoo-2-608d84623ccd329b2c45c47b567dfd9852b46a73.tar.bz2 gentoo-2-608d84623ccd329b2c45c47b567dfd9852b46a73.zip |
remove old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/openbox/files/openbox-gnome-session-3.4.9.patch | 12 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-3.5.0_p20130215.ebuild | 78 |
3 files changed, 5 insertions, 91 deletions
diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog index 1678b93d297f..fe8d23eb8f29 100644 --- a/x11-wm/openbox/ChangeLog +++ b/x11-wm/openbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/openbox # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.289 2014/01/26 12:09:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.290 2014/04/26 18:23:35 hwoarang Exp $ + + 26 Apr 2014; Markos Chandras <hwoarang@gentoo.org> + -files/openbox-gnome-session-3.4.9.patch, -openbox-3.5.0_p20130215.ebuild: + remove old 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> openbox-3.5.2-r1.ebuild: Stable for sparc, wrt bug #494226 diff --git a/x11-wm/openbox/files/openbox-gnome-session-3.4.9.patch b/x11-wm/openbox/files/openbox-gnome-session-3.4.9.patch deleted file mode 100644 index 044de98e5913..000000000000 --- a/x11-wm/openbox/files/openbox-gnome-session-3.4.9.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- data/xsession/openbox-gnome-session.in.orig 2009-12-27 02:43:49.000000000 +0100 -+++ data/xsession/openbox-gnome-session.in 2009-12-27 02:48:03.000000000 +0100 -@@ -18,6 +18,9 @@ - MAJOR=$(echo $VER | cut -d . -f 1) - MINOR=$(echo $VER | cut -d . -f 2) - -+# use gnome menus (gentoo bug #291965) -+export XDG_MENU_PREFIX=gnome- -+ - # run GNOME with Openbox as its window manager - - if test $MAJOR -lt 2 || (test $MAJOR = 2 && test $MINOR -le 22); then diff --git a/x11-wm/openbox/openbox-3.5.0_p20130215.ebuild b/x11-wm/openbox/openbox-3.5.0_p20130215.ebuild deleted file mode 100644 index 43718098c599..000000000000 --- a/x11-wm/openbox/openbox-3.5.0_p20130215.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.5.0_p20130215.ebuild,v 1.10 2013/08/03 06:53:43 ago Exp $ - -EAPI="4" -inherit multilib autotools python eutils - -DESCRIPTION="A standards compliant, fast, light-weight, extensible window manager" -HOMEPAGE="http://openbox.org/" -SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz -branding? ( http://dev.gentoo.org/~hwoarang/distfiles/surreal-gentoo.tar.gz )" - -LICENSE="GPL-2" -SLOT="3" -KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd ~arm-linux ~x86-linux" -IUSE="branding debug imlib nls python session startup-notification static-libs" - -RDEPEND="dev-libs/glib:2 - >=dev-libs/libxml2-2.0 - python? ( dev-python/pyxdg ) - >=media-libs/fontconfig-2 - x11-libs/libXft - x11-libs/libXrandr - x11-libs/libXt - >=x11-libs/pango-1.8[X] - imlib? ( media-libs/imlib2 ) - startup-notification? ( >=x11-libs/startup-notification-0.8 ) - x11-libs/libXinerama" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig - x11-proto/xextproto - x11-proto/xf86vidmodeproto - x11-proto/xineramaproto" - -S="${WORKDIR}" - -src_prepare() { - use python && python_convert_shebangs -r 2 . - epatch "${FILESDIR}"/${PN}-gnome-session-3.4.9.patch - sed -i \ - -e "s:-O0 -ggdb ::" \ - -e 's/-fno-strict-aliasing//' \ - "${S}"/m4/openbox.m4 || die - epatch_user - eautoreconf -} - -src_configure() { - econf \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --disable-silent-rules \ - $(use_enable debug) \ - $(use_enable imlib imlib2) \ - $(use_enable nls) \ - $(use_enable startup-notification) \ - $(use_enable session session-management) \ - $(use_enable static-libs static) \ - --with-x -} - -src_install() { - dodir /etc/X11/Sessions - echo "/usr/bin/openbox-session" > "${ED}/etc/X11/Sessions/${PN}" - fperms a+x /etc/X11/Sessions/${PN} - emake DESTDIR="${D}" install - if use branding; then - insinto /usr/share/themes - doins -r "${WORKDIR}"/Surreal_Gentoo - # make it the default theme - sed -i \ - "/<theme>/{n; s@<name>.*</name>@<name>Surreal_Gentoo</name>@}" \ - "${D}"/etc/xdg/openbox/rc.xml \ - || die "failed to set Surreal Gentoo as the default theme" - fi - ! use static-libs && rm "${ED}"/usr/$(get_libdir)/lib{obt,obrender}.la - ! use python && rm "${ED}"/usr/libexec/openbox-xdg-autostart -} |