diff options
author | 2003-08-24 06:41:52 +0000 | |
---|---|---|
committer | 2003-08-24 06:41:52 +0000 | |
commit | 243a8f4be8af1cf519bd170c5b028cd2a155585b (patch) | |
tree | a653a50130720d097dbacdbad646b6cb85847d27 /x11-wm/openbox | |
parent | bump (diff) | |
download | gentoo-2-243a8f4be8af1cf519bd170c5b028cd2a155585b.tar.gz gentoo-2-243a8f4be8af1cf519bd170c5b028cd2a155585b.tar.bz2 gentoo-2-243a8f4be8af1cf519bd170c5b028cd2a155585b.zip |
bump
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r-- | x11-wm/openbox/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/openbox/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/openbox/files/digest-openbox-3.0_alpha6 | 1 | ||||
-rw-r--r-- | x11-wm/openbox/openbox-3.0_alpha6.ebuild | 38 |
4 files changed, 46 insertions, 2 deletions
diff --git a/x11-wm/openbox/ChangeLog b/x11-wm/openbox/ChangeLog index ff0f011f22d9..15d1fa90833a 100644 --- a/x11-wm/openbox/ChangeLog +++ b/x11-wm/openbox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/openbox # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.42 2003/08/20 07:08:30 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/ChangeLog,v 1.43 2003/08/24 06:41:37 tseng Exp $ + +*openbox-3.0_alpha6 (24 Aug 2003) + + 24 Aug 2003; Brandon Hale <tseng@gentoo.org> openbox-3.0_alpha6.ebuild: + Version bump. *openbox-3.0_alpha5 (20 Aug 2003) diff --git a/x11-wm/openbox/Manifest b/x11-wm/openbox/Manifest index 77a9c71749c6..23da54bf12b6 100644 --- a/x11-wm/openbox/Manifest +++ b/x11-wm/openbox/Manifest @@ -4,8 +4,8 @@ MD5 361ab57577c98f4fb489a3ccfcd22757 openbox-2.3.0.ebuild 1241 MD5 90456545581e2ae09f6ef4f26610e441 openbox-2.3.1.ebuild 1261 MD5 9b48f7d27547e97d8aa2ea9b0e8fb028 openbox-3.0_alpha4.ebuild 1142 MD5 14c1ce55b84bd81934a571f9cf31e839 openbox-3.0_alpha5.ebuild 860 -MD5 98811362b2c8a9f6b67212590743d7e5 ChangeLog 10125 MD5 14c1ce55b84bd81934a571f9cf31e839 openbox-3.0_alpha6.ebuild 860 +MD5 35a4bde4007086d845dc4ec6961d4669 ChangeLog 10251 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_alpha6 b/x11-wm/openbox/files/digest-openbox-3.0_alpha6 new file mode 100644 index 000000000000..9b5c35e2c552 --- /dev/null +++ b/x11-wm/openbox/files/digest-openbox-3.0_alpha6 @@ -0,0 +1 @@ +MD5 09fffebd0c7066d3aab4f4fa4242720c openbox-3.0-alpha6.tar.gz 570629 diff --git a/x11-wm/openbox/openbox-3.0_alpha6.ebuild b/x11-wm/openbox/openbox-3.0_alpha6.ebuild new file mode 100644 index 000000000000..d37aded91135 --- /dev/null +++ b/x11-wm/openbox/openbox-3.0_alpha6.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header + +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" +RDEPEND=${DEPEND} + +LICENSE="GPL-2" +KEYWORDS="~x86" + +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 "This release moves the menu back to its own file." + einfo "There are also many changes in the rc3 file." + einfo "Please check out the examples in /usr/share/openbox/ before running." +} |