summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Hale <tseng@gentoo.org>2003-11-07 05:12:51 +0000
committerBrandon Hale <tseng@gentoo.org>2003-11-07 05:12:51 +0000
commit0e01b08c430138d231bc1a4d0f9888f7b7be31f6 (patch)
tree62279d91091149017d3936c9189d8192dea8a80d /x11-wm/openbox
parentadded more usable themes (diff)
downloadhistorical-0e01b08c430138d231bc1a4d0f9888f7b7be31f6.tar.gz
historical-0e01b08c430138d231bc1a4d0f9888f7b7be31f6.tar.bz2
historical-0e01b08c430138d231bc1a4d0f9888f7b7be31f6.zip
added more usable themes
Diffstat (limited to 'x11-wm/openbox')
-rw-r--r--x11-wm/openbox/Manifest4
-rw-r--r--x11-wm/openbox/files/digest-openbox-3.01
-rw-r--r--x11-wm/openbox/openbox-3.0.ebuild15
3 files changed, 16 insertions, 4 deletions
diff --git a/x11-wm/openbox/Manifest b/x11-wm/openbox/Manifest
index a00064ad6bac..2752e3005084 100644
--- a/x11-wm/openbox/Manifest
+++ b/x11-wm/openbox/Manifest
@@ -1,10 +1,10 @@
-MD5 30479a0d7edcaddf18d32fbbe0a0714c ChangeLog 13105
+MD5 6c15a33d7981e4f9d507c503e8b56d3f ChangeLog 13236
MD5 416452bedba085c06bd2502510370e1a metadata.xml 162
MD5 5dfe3a3dad2d7e59ec7e5fc229b3997f openbox-1.2.4.ebuild 629
MD5 cd8e991ef4a7829c1a715bf68403ecdf openbox-2.1.3-r4.ebuild 874
MD5 d00d1c66664d638aa414324a9de97a24 openbox-2.3.0.ebuild 1237
MD5 bbddfe37157511609a9ef1a0674b1a73 openbox-2.3.1.ebuild 1257
-MD5 8cda09f42e128d63354895507fa1c294 openbox-3.0.ebuild 1339
+MD5 1cdbcd0fa50d924962d12fbb14e9b6b0 openbox-3.0.ebuild 1317
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 b/x11-wm/openbox/files/digest-openbox-3.0
index a0939446ce8b..91ae849ebf39 100644
--- a/x11-wm/openbox/files/digest-openbox-3.0
+++ b/x11-wm/openbox/files/digest-openbox-3.0
@@ -1 +1,2 @@
MD5 61074775106004b0add30dcaaf85a759 openbox-3.0.tar.gz 549264
+MD5 3d69bb394dae0994461172fccedc602a ob-themes-usability.tar.bz2 19204
diff --git a/x11-wm/openbox/openbox-3.0.ebuild b/x11-wm/openbox/openbox-3.0.ebuild
index b297b0dce1b6..50b22d75bded 100644
--- a/x11-wm/openbox/openbox-3.0.ebuild
+++ b/x11-wm/openbox/openbox-3.0.ebuild
@@ -1,10 +1,13 @@
# 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.ebuild,v 1.2 2003/11/07 04:04:51 tseng Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.0.ebuild,v 1.3 2003/11/07 05:12:42 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"
+
+SRC_URI="http://icculus.org/openbox/releases/${P/_/-}.tar.gz
+ mirror://gentoo/ob-themes-usability.tar.bz2"
+
HOMEPAGE="http://icculus.org/openbox/"
IUSE="nls"
SLOT="3"
@@ -35,4 +38,12 @@ src_install () {
make DESTDIR=${D} install || die
dodoc README AUTHORS ChangeLog TODO
+
+ # Extra styles from http://home.clara.co.uk/dpb/openbox.htm
+ # These are included due to the poor usability of the default themes
+ # for users with limited vision. These are based on Jimmac's
+ # Gorilla and Industrial themes for Metacity.
+
+ dodir /usr/share/themes
+ cp -a ${WORKDIR}/ob-themes-usability/* ${D}/usr/share/themes
}