diff options
author | Preston A. Elder <prez@gentoo.org> | 2003-05-04 03:12:52 +0000 |
---|---|---|
committer | Preston A. Elder <prez@gentoo.org> | 2003-05-04 03:12:52 +0000 |
commit | b964e0a08427927e1c2b65056ff52fa374da506e (patch) | |
tree | 807432b012bd902f27f6f449c5ff30e28abe4924 /x11-plugins | |
parent | Forgot to mask (diff) | |
download | gentoo-2-b964e0a08427927e1c2b65056ff52fa374da506e.tar.gz gentoo-2-b964e0a08427927e1c2b65056ff52fa374da506e.tar.bz2 gentoo-2-b964e0a08427927e1c2b65056ff52fa374da506e.zip |
Added bofh_bar
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/karamba-bofh_bar/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/karamba-bofh_bar/files/digest-karamba-bofh_bar-0.01 | 1 | ||||
-rw-r--r-- | x11-plugins/karamba-bofh_bar/karamba-bofh_bar-0.01.ebuild | 38 |
3 files changed, 48 insertions, 0 deletions
diff --git a/x11-plugins/karamba-bofh_bar/ChangeLog b/x11-plugins/karamba-bofh_bar/ChangeLog new file mode 100644 index 000000000000..415db8db1845 --- /dev/null +++ b/x11-plugins/karamba-bofh_bar/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-plugins/karamba-kroller +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-bofh_bar/ChangeLog,v 1.1 2003/05/04 03:12:52 prez Exp $ + +*karamba-kroller-0.84 (03 May 2003) + + 03 May 2003; Preston A. Elder <prez@gentoo.org> karamba-kroller-0.84.ebuild: + Initial import. + diff --git a/x11-plugins/karamba-bofh_bar/files/digest-karamba-bofh_bar-0.01 b/x11-plugins/karamba-bofh_bar/files/digest-karamba-bofh_bar-0.01 new file mode 100644 index 000000000000..f7d1640ed896 --- /dev/null +++ b/x11-plugins/karamba-bofh_bar/files/digest-karamba-bofh_bar-0.01 @@ -0,0 +1 @@ +MD5 d5d1e7c89a7dc53d39c77faf4eb0838b 5892-bofh_bar.tar.gz 115704 diff --git a/x11-plugins/karamba-bofh_bar/karamba-bofh_bar-0.01.ebuild b/x11-plugins/karamba-bofh_bar/karamba-bofh_bar-0.01.ebuild new file mode 100644 index 000000000000..66f0a6e11012 --- /dev/null +++ b/x11-plugins/karamba-bofh_bar/karamba-bofh_bar-0.01.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-bofh_bar/karamba-bofh_bar-0.01.ebuild,v 1.1 2003/05/04 03:12:52 prez Exp $ + +DESCRIPTION="BOFH bar plugin for Karamba" +HOMEPAGE="http://www.kdelook.org/content/show.php?content=5892" +SRC_URI="http://www.kdelook.org/content/files/5892-bofh_bar.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +RDEPEND="|| (>=x11-misc/karamba-0.17 >=x11-misc/superkaramba-0.21)" + +src_unpack () { + unpack ${A} + mv home/lynrd/bofhbar/bofh_bar ${P} + rm -rf home +} + +src_compile () { + echo -n "" +} + +src_install () { + dodir /usr/share/karamba/bin /usr/share/karamba/themes/bofh_bar + sed -e 's#~/bofh_bar/excuses#/usr/share/karamba/themes/bofh_bar/excuses#' \ + bofhserver.pl > ${D}/usr/share/karamba/bin/bofhserver.pl + chmod 755 ${D}/usr/share/karamba/bin/bofhserver.pl + sed -e 's#~/mails.pl#~/.karamba/mails.pl#' \ + -e 's#~/bofhserver.pl#bofhserver.pl#' \ + -e 's#/usr/bin/evolution#kmail#' \ + bofhbar.theme > ${D}/usr/share/karamba/themes/bofh_bar/bofh_bar.theme + cp excuses ${D}/usr/share/karamba/themes/bofh_bar + cp -r pics ${D}/usr/share/karamba/themes/bofh_bar + chmod -R go=u,go-w ${D}/usr/share/karamba/themes/bofh_bar + + dodoc README COPYING COPYRIGHT mails.pl wishlist +} |