diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2003-02-08 00:28:39 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2003-02-08 00:28:39 +0000 |
commit | f717b79576f5b55a72f453beae81d1350942ecbc (patch) | |
tree | cf39a15e84f1b2d43781764518e7bd6f419e489e /x11-wm | |
parent | Added hppa to keywords. (diff) | |
download | gentoo-2-f717b79576f5b55a72f453beae81d1350942ecbc.tar.gz gentoo-2-f717b79576f5b55a72f453beae81d1350942ecbc.tar.bz2 gentoo-2-f717b79576f5b55a72f453beae81d1350942ecbc.zip |
Bump to latest stable
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/ChangeLog | 11 | ||||
-rw-r--r-- | x11-wm/openbox/files/digest-openbox-2.3.0 | 1 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-2.3.0.ebuild | 37 |
3 files changed, 48 insertions, 1 deletions
diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog index 25fa049feb3d..5d7a82b7f46e 100644 --- a/x11-wm/openbox/ChangeLog +++ b/x11-wm/openbox/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for x11-wm/openbox # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.26 2003/01/02 20:54:54 mkeadle Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.27 2003/02/08 00:28:39 mkeadle Exp $ + +*openbox-2.3.0 (07 Feb 2003) + + 07 Feb 2003; Matt Keadle <mkeadle@gentoo.org> openbox-2.3.0.ebuild + files/digest-openbox-2.3.0 + + Bump to latest version. Even though this is considered stable by the + ob team, it is marked ~x86 as it will not build without Xft2 (which + is ~x86 itself). *openbox-2.2.3 (02 Jan 2003) diff --git a/x11-wm/openbox/files/digest-openbox-2.3.0 b/x11-wm/openbox/files/digest-openbox-2.3.0 new file mode 100644 index 000000000000..b8e36b693203 --- /dev/null +++ b/x11-wm/openbox/files/digest-openbox-2.3.0 @@ -0,0 +1 @@ +MD5 4f707bebfde0db419c4bf834c781f493 openbox-2.3.0.tar.gz 507664 diff --git a/x11-wm/openbox/openbox-2.3.0.ebuild b/x11-wm/openbox/openbox-2.3.0.ebuild new file mode 100644 index 000000000000..bff678821883 --- /dev/null +++ b/x11-wm/openbox/openbox-2.3.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-2.3.0.ebuild,v 1.1 2003/02/08 00:28:39 mkeadle Exp $ + +IUSE="nls" + +inherit commonbox + +S=${WORKDIR}/${P} +DESCRIPTION=" Openbox is a window manager with an enhanced Blackbox style-engine that supports the KDE and GNOME2 desktop environments and their applications. It provides a familiar environment to Blackbox users with added customizability." +SRC_URI="http://icculus.org/openbox/releases/${P}.tar.gz" +HOMEPAGE="http://icculus.org/openbox/" + +SLOT="2" +LICENSE="BSD" +KEYWORDS="~x86" + +DEPEND="$DEPEND + x11-libs/xft" + +mydoc="CHANGE* TODO LICENSE data/README*" +myconf="--enable-xinerama" + +src_install() { + + commonbox_src_install + + rm -f ${D}/usr/share/man/man1/xftlsfonts* + mv ${D}/usr/share/commonbox/openbox/epistrc \ + ${D}/usr/share/commonbox/epistrc.default + rmdir ${D}/usr/share/commonbox/${PN} + rmdir ${D}/usr/share/commonbox/${MYBIN} + + insinto /usr/share/commonbox/buttons + doins ${S}/data/buttons/*.xbm + +} |