summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston A. Elder <prez@gentoo.org>2003-05-04 05:16:27 +0000
committerPreston A. Elder <prez@gentoo.org>2003-05-04 05:16:27 +0000
commit6880cc64d623c1fb395b52327c006133b55c28c0 (patch)
treef491c5425f76b45929a960bb644296e7b4a7d3da /x11-plugins/karamba-albums
parentAdded xmmsbar (diff)
downloadhistorical-6880cc64d623c1fb395b52327c006133b55c28c0.tar.gz
historical-6880cc64d623c1fb395b52327c006133b55c28c0.tar.bz2
historical-6880cc64d623c1fb395b52327c006133b55c28c0.zip
Added karamba albums plugin
Diffstat (limited to 'x11-plugins/karamba-albums')
-rw-r--r--x11-plugins/karamba-albums/ChangeLog9
-rw-r--r--x11-plugins/karamba-albums/files/digest-karamba-albums-1.5a1
-rw-r--r--x11-plugins/karamba-albums/karamba-albums-1.5a.ebuild43
3 files changed, 53 insertions, 0 deletions
diff --git a/x11-plugins/karamba-albums/ChangeLog b/x11-plugins/karamba-albums/ChangeLog
new file mode 100644
index 000000000000..7441ea82cd90
--- /dev/null
+++ b/x11-plugins/karamba-albums/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-plugins/karamba-albums
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/karamba-albums/ChangeLog,v 1.1 2003/05/04 05:16:27 prez Exp $
+
+*karamba-albums-1.5a (03 May 2003)
+
+ 03 May 2003; Preston A. Elder <prez@gentoo.org> karamba-albums-1.5a.ebuild:
+ Initial import.
+
diff --git a/x11-plugins/karamba-albums/files/digest-karamba-albums-1.5a b/x11-plugins/karamba-albums/files/digest-karamba-albums-1.5a
new file mode 100644
index 000000000000..873727b93f83
--- /dev/null
+++ b/x11-plugins/karamba-albums/files/digest-karamba-albums-1.5a
@@ -0,0 +1 @@
+MD5 0eea2883cca803dd9acac35882a58b6f 5692-albums_1.5a.tgz 3731
diff --git a/x11-plugins/karamba-albums/karamba-albums-1.5a.ebuild b/x11-plugins/karamba-albums/karamba-albums-1.5a.ebuild
new file mode 100644
index 000000000000..b13bc2010e41
--- /dev/null
+++ b/x11-plugins/karamba-albums/karamba-albums-1.5a.ebuild
@@ -0,0 +1,43 @@
+# 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-albums/karamba-albums-1.5a.ebuild,v 1.1 2003/05/04 05:16:27 prez Exp $
+
+DESCRIPTION="BOFH bar plugin for Karamba"
+HOMEPAGE="http://www.kdelook.org/content/show.php?content=5692"
+SRC_URI="http://www.kdelook.org/content/files/5692-albums_${PV}.tgz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+RDEPEND="|| ( >=x11-misc/karamba-0.17 >=x11-misc/superkaramba-0.21 )"
+
+src_unpack () {
+ unpack ${A}
+ mv albums_1.5a ${P}
+}
+
+src_compile () {
+ echo -n ""
+}
+
+src_install () {
+ dodir /usr/share/karamba/themes/albums
+
+ mv pictures.pl pictures.pl~
+ sed -e 's#/usr/mark/karamba.themes/#/usr/share/karamba/themes/albums/#' \
+ pictures.pl~ >pictures.pl
+
+ sed -e 's#pictures.pl#~/.karamba/pictures.pl#g' \
+ -e 's#mailcheck.pl#~/.karamba/mailcheck.pl#g' \
+ albums.theme > ${D}/usr/share/karamba/themes/albums/albums.theme
+ sed -e 's#pictures.pl#~/.karamba/pictures.pl#g' \
+ -e 's#mailcheck.pl#~/.karamba/mailcheck.pl#g' \
+ albumsclock.theme > ${D}/usr/share/karamba/themes/albums/albumsclock.theme
+ sed -e 's#pictures.pl#~/.karamba/pictures.pl#g' \
+ -e 's#mailcheck.pl#~/.karamba/mailcheck.pl#g' \
+ albumsmail.theme > ${D}/usr/share/karamba/themes/albums/albumsmail.theme
+ cp -r pics ${D}/usr/share/karamba/themes/albums
+ chmod -R go=u,go-w ${D}/usr/share/karamba/themes/albums
+
+ dodoc pictures.pl mailcheck.pl
+}