summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Keadle <mkeadle@gentoo.org>2003-06-23 18:42:57 +0000
committerMatt Keadle <mkeadle@gentoo.org>2003-06-23 18:42:57 +0000
commita0265c7896cc7a29a43620230494976c36f07b24 (patch)
tree1545906d6529334912c3af460dad4e40cac95de5 /x11-misc/commonbox-utils
parent Doing silly things before holiday is always very bad. (diff)
downloadgentoo-2-a0265c7896cc7a29a43620230494976c36f07b24.tar.gz
gentoo-2-a0265c7896cc7a29a43620230494976c36f07b24.tar.bz2
gentoo-2-a0265c7896cc7a29a43620230494976c36f07b24.zip
closing bug #22359. cleaning up color menu.
Diffstat (limited to 'x11-misc/commonbox-utils')
-rw-r--r--x11-misc/commonbox-utils/ChangeLog9
-rw-r--r--x11-misc/commonbox-utils/Manifest4
-rw-r--r--x11-misc/commonbox-utils/commonbox-utils-0.4.ebuild42
-rw-r--r--x11-misc/commonbox-utils/files/digest-commonbox-utils-0.41
4 files changed, 54 insertions, 2 deletions
diff --git a/x11-misc/commonbox-utils/ChangeLog b/x11-misc/commonbox-utils/ChangeLog
index 97929d66fb2e..c13011afe822 100644
--- a/x11-misc/commonbox-utils/ChangeLog
+++ b/x11-misc/commonbox-utils/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-misc/commonbox-utils
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/ChangeLog,v 1.11 2003/06/12 22:19:31 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/ChangeLog,v 1.12 2003/06/23 18:42:49 mkeadle Exp $
+
+*commonbox-utils-0.4 (23 Jun 2003)
+
+ 23 Jun 2003; mkeadle <mkeadle@gentoo.org> commonbox-utils-0.4.ebuild:
+ small modification to bsetbg that actually allows tile and stretch, closing
+ bug #22359. also took the time to quickly clean up the hugeness of the solid
+ color menu.
12 Jun 2003; <msterret@gentoo.org> commonbox-utils-0.3.ebuild:
fix Header
diff --git a/x11-misc/commonbox-utils/Manifest b/x11-misc/commonbox-utils/Manifest
index f86fe84001ab..0ca3d663ff48 100644
--- a/x11-misc/commonbox-utils/Manifest
+++ b/x11-misc/commonbox-utils/Manifest
@@ -1,3 +1,5 @@
-MD5 03694f8b44422bcbc7cac5b9e7cf1fea ChangeLog 1667
+MD5 29e4ffc769d0a3c4f52e4e95d924777b ChangeLog 1946
+MD5 f59e7d14ce76a2f618cdcc38df89bb0b commonbox-utils-0.4.ebuild 843
MD5 1b1c7de3511c410de64bc758ef6ac1dd commonbox-utils-0.3.ebuild 909
+MD5 03f2762a64fe90b5ab9be75bfd099169 files/digest-commonbox-utils-0.4 72
MD5 bb574f724e4107fa13a594b802c86bb6 files/digest-commonbox-utils-0.3 72
diff --git a/x11-misc/commonbox-utils/commonbox-utils-0.4.ebuild b/x11-misc/commonbox-utils/commonbox-utils-0.4.ebuild
new file mode 100644
index 000000000000..279d02cbcbf0
--- /dev/null
+++ b/x11-misc/commonbox-utils/commonbox-utils-0.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Common utilities for fluxbox, blackbox, and openbox"
+#SRC_URI="mirror://gentoo/${P}.tar.bz2"
+SRC_URI="http://mkeadle.org/distfiles/${P}.tar.bz2"
+HOMEPAGE="http://mkeadle.org/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ppc sparc alpha hppa"
+
+DEPENDS="media-gfx/xv"
+
+RDEPEND="virtual/x11"
+
+src_compile() {
+
+ cd ${S}
+ ./compile.sh
+
+}
+
+src_install () {
+
+ dobin ${S}/util/bsetbg ${S}/util/bsetroot ${S}/util/commonbox-menugen ${S}/util/commonbox-imagebgmenugen
+ dodoc README.commonbox-utils AUTHORS COPYING
+ doman bsetroot.1 bsetbg.1
+
+ insinto /usr/share/commonbox
+ doins ${S}/solidbgmenu
+}
+
+
+pkg_postinst() {
+
+ commonbox-imagebgmenugen
+ commonbox-menugen -kg -o /usr/share/commonbox/menu
+
+}
diff --git a/x11-misc/commonbox-utils/files/digest-commonbox-utils-0.4 b/x11-misc/commonbox-utils/files/digest-commonbox-utils-0.4
new file mode 100644
index 000000000000..20837dfe6cc8
--- /dev/null
+++ b/x11-misc/commonbox-utils/files/digest-commonbox-utils-0.4
@@ -0,0 +1 @@
+MD5 48207094d0fd35bb0b4af15c751703cf commonbox-utils-0.4.tar.bz2 100805