diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-17 06:22:15 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-17 06:22:15 +0000 |
commit | e29b2e439e4aed43124942679fad123ad4ab8c08 (patch) | |
tree | 9e58aba5342c61673d67ca9df20a19f97261ab1f /x11-misc | |
parent | fixed dependency (diff) | |
download | historical-e29b2e439e4aed43124942679fad123ad4ab8c08.tar.gz historical-e29b2e439e4aed43124942679fad123ad4ab8c08.tar.bz2 historical-e29b2e439e4aed43124942679fad123ad4ab8c08.zip |
version bump
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/commonbox-utils/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/commonbox-utils/commonbox-utils-0.2.ebuild | 36 | ||||
-rw-r--r-- | x11-misc/commonbox-utils/files/digest-commonbox-utils-0.2 | 1 |
3 files changed, 46 insertions, 1 deletions
diff --git a/x11-misc/commonbox-utils/ChangeLog b/x11-misc/commonbox-utils/ChangeLog index ff568eb7697b..a11ed9ec8d71 100644 --- a/x11-misc/commonbox-utils/ChangeLog +++ b/x11-misc/commonbox-utils/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-misc/commonbox-utils # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/ChangeLog,v 1.3 2002/07/26 04:51:08 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/ChangeLog,v 1.4 2002/08/17 06:21:53 seemant Exp $ + +*commonbox-utils-0.2 (16 Aug 2002) + + 16 Aug 2002; Seemant Kulleen <seemant@gentoo.org> + commonbox-utils-0.2.ebuild files/digest-commonbox-utils-0.2 : + + I edited the upstream package to change "FB-Settings" in the menu to just + "Settings" *commonbox-utils-0.1 (14 Jul 2002) diff --git a/x11-misc/commonbox-utils/commonbox-utils-0.2.ebuild b/x11-misc/commonbox-utils/commonbox-utils-0.2.ebuild new file mode 100644 index 000000000000..73d70297a1d5 --- /dev/null +++ b/x11-misc/commonbox-utils/commonbox-utils-0.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-misc/commonbox-utils/commonbox-utils-0.2.ebuild,v 1.1 2002/08/17 06:22:15 seemant Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="Common utilities for flux|black|open(box). Provides bsetroot, bsetbg, and commonbox-menugen." +SRC_URI="mirror://gentoo/${P}.tar.bz2" +HOMEPAGE="http://mkeadle.org/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" + +RDEPEND="virtual/x11" + +src_compile() { + + ./install.sh + +} + +src_install () { + + dobin ${S}/util/bsetbg ${S}/util/bsetroot ${S}/util/commonbox-menugen + dodoc README.commonbox-utils AUTHORS COPYING + doman bsetroot.1 bsetbg.1 + + dodir /usr/share/commonbox + commonbox-menugen -kg -o ${D}/usr/share/commonbox/menu +} + + +pkg_postinst() { + + commonbox-menugen -kg +} diff --git a/x11-misc/commonbox-utils/files/digest-commonbox-utils-0.2 b/x11-misc/commonbox-utils/files/digest-commonbox-utils-0.2 new file mode 100644 index 000000000000..105ba11d5781 --- /dev/null +++ b/x11-misc/commonbox-utils/files/digest-commonbox-utils-0.2 @@ -0,0 +1 @@ +MD5 d8b9d292ecf45d4dfb4dc6a361fecb1c commonbox-utils-0.2.tar.bz2 98314 |