diff options
author | Brandon Hale <tseng@gentoo.org> | 2003-09-04 03:48:51 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2003-09-04 03:48:51 +0000 |
commit | 6b7d96c8debdc0c8815ce62968bc3d57d44c7e5f (patch) | |
tree | ab39a3347a4516508f46e7d32799140b974fadc8 /x11-wm | |
parent | Version bump. (diff) | |
download | historical-6b7d96c8debdc0c8815ce62968bc3d57d44c7e5f.tar.gz historical-6b7d96c8debdc0c8815ce62968bc3d57d44c7e5f.tar.bz2 historical-6b7d96c8debdc0c8815ce62968bc3d57d44c7e5f.zip |
Version bump.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/openbox/files/digest-openbox-3.0_beta1 | 1 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-3.0_beta1.ebuild | 40 |
3 files changed, 43 insertions, 2 deletions
diff --git a/x11-wm/openbox/Manifest b/x11-wm/openbox/Manifest index fc1ecaa64506..4c72a707525e 100644 --- a/x11-wm/openbox/Manifest +++ b/x11-wm/openbox/Manifest @@ -5,9 +5,9 @@ MD5 bbddfe37157511609a9ef1a0674b1a73 openbox-2.3.1.ebuild 1257 MD5 f0ec40880e9e420e8a60007571228c9f openbox-3.0_alpha7.ebuild 1021 MD5 4d4f8b535cdeb331fb1991e063c018c4 openbox-3.0_alpha8.ebuild 1045 MD5 416452bedba085c06bd2502510370e1a metadata.xml 162 -MD5 fdd839beba91a07269087d630edcdc29 ChangeLog 10921 +MD5 48f967c381f6c3c11ed005027b325dae ChangeLog 10921 MD5 f37c638c0e9d87183de38f8b761e53bb openbox-3.0_alpha6.ebuild 1021 -MD5 4d4f8b535cdeb331fb1991e063c018c4 openbox-3.0_beta1.ebuild 1045 +MD5 1dff6119d1cabe22e483fccdaf041f3a openbox-3.0_beta1.ebuild 1044 MD5 f0b52d0f48a8b10c418a6d6558c4198c files/digest-openbox-1.2.4 65 MD5 14ea1589afa8d9807619faebdd1468b5 files/digest-openbox-2.1.3-r4 65 MD5 e8173797964d97d9293eee8faa1a95aa files/digest-openbox-2.3.0 65 diff --git a/x11-wm/openbox/files/digest-openbox-3.0_beta1 b/x11-wm/openbox/files/digest-openbox-3.0_beta1 new file mode 100644 index 000000000000..b8275caffda2 --- /dev/null +++ b/x11-wm/openbox/files/digest-openbox-3.0_beta1 @@ -0,0 +1 @@ +MD5 35e9cd19505069764f7cebc1a1ed6fc6 openbox-3.0-beta1.tar.gz 567384 diff --git a/x11-wm/openbox/openbox-3.0_beta1.ebuild b/x11-wm/openbox/openbox-3.0_beta1.ebuild new file mode 100644 index 000000000000..18992e8e9072 --- /dev/null +++ b/x11-wm/openbox/openbox-3.0_beta1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.0_beta1.ebuild,v 1.1 2003/09/04 03:48:47 tseng Exp $ + +S=${WORKDIR}/${P/_/-} +DESCRIPTION="Openbox is a standards compliant, fast, light-weight, extensible window manager." +SRC_URI="http://icculus.org/openbox/releases/${P/_/-}.tar.gz" +HOMEPAGE="http://icculus.org/openbox/" +IUSE="nls" +SLOT="3" + +DEPEND="virtual/xft + virtual/x11 + >=dev-libs/glib-2 + >=x11-libs/gtk+-2 + >=gnome-base/libglade-2" +RDEPEND=${DEPEND} + +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +src_compile() { + + econf \ + `use_enable nls` \ + --program-suffix="3" || die + emake || die +} + +src_install () { + + make DESTDIR=${D} install || die + dodoc README AUTHORS ChangeLog TODO +} + +pkg_postinst () { + einfo "A few more small changes to the configs and themes." + einfo "Your rc3 and menu should move to rc.xml and menu.xml respectively." + einfo "Please check out the examples in /usr/share/openbox/ before running." +} |