summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-04-12 19:52:10 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-04-12 19:52:10 +0000
commit4c3f3e3bade396d2f8219fc16e3137adcfe12df7 (patch)
tree3c45b29adb7521b13b7e8aa2fdd2e5b569d3e4b3 /x11-plugins
parentAdded IUSE statements. Inherit from eutils when it's necessary. (Manifest rec... (diff)
downloadgentoo-2-4c3f3e3bade396d2f8219fc16e3137adcfe12df7.tar.gz
gentoo-2-4c3f3e3bade396d2f8219fc16e3137adcfe12df7.tar.bz2
gentoo-2-4c3f3e3bade396d2f8219fc16e3137adcfe12df7.zip
Initial import. Closing bug #32687.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmalbum/ChangeLog10
-rw-r--r--x11-plugins/wmalbum/Manifest2
-rw-r--r--x11-plugins/wmalbum/files/digest-wmalbum-0.1.51
-rw-r--r--x11-plugins/wmalbum/metadata.xml8
-rw-r--r--x11-plugins/wmalbum/wmalbum-0.1.5.ebuild21
5 files changed, 42 insertions, 0 deletions
diff --git a/x11-plugins/wmalbum/ChangeLog b/x11-plugins/wmalbum/ChangeLog
new file mode 100644
index 000000000000..56937c9f64be
--- /dev/null
+++ b/x11-plugins/wmalbum/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-plugins/wmalbum
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalbum/ChangeLog,v 1.1 2004/04/12 19:52:10 pyrania Exp $
+
+*wmalbum-0.1.5 (12 Apr 2004)
+
+ 12 Apr 2004; Markus Nigbur <pyrania@gentoo.org> metadata.xml,
+ wmalbum-0.1.5.ebuild:
+ Initial import. Closing bug #32687.
+
diff --git a/x11-plugins/wmalbum/Manifest b/x11-plugins/wmalbum/Manifest
new file mode 100644
index 000000000000..02dace6a2ac7
--- /dev/null
+++ b/x11-plugins/wmalbum/Manifest
@@ -0,0 +1,2 @@
+MD5 a325f7b7afd2410467d8f6043c0558a3 wmalbum-0.1.5.ebuild 557
+MD5 81625e5e35db10ed1928fdc12006d593 files/digest-wmalbum-0.1.5 65
diff --git a/x11-plugins/wmalbum/files/digest-wmalbum-0.1.5 b/x11-plugins/wmalbum/files/digest-wmalbum-0.1.5
new file mode 100644
index 000000000000..6acb5d9905e1
--- /dev/null
+++ b/x11-plugins/wmalbum/files/digest-wmalbum-0.1.5
@@ -0,0 +1 @@
+MD5 b59e76bceda08cc9c8290d42675e891a wmalbum-0.1.5.tar.gz 157369
diff --git a/x11-plugins/wmalbum/metadata.xml b/x11-plugins/wmalbum/metadata.xml
new file mode 100644
index 000000000000..5dcf50dbe813
--- /dev/null
+++ b/x11-plugins/wmalbum/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>desktop-dock</herd>
+<longdescription>
+WMAlbum is a dock applet that displays album covers for songs being played by XMMS. You must already have images of the album covers stored near the file being played. WMAlbum provides a handy circular menu for play/skip/etc, and can replace wmxmms. Although dock applets are designed for the WindowMaker window manager, they also work in other window managers including openbox and blackbox.
+</longdescription>
+</pkgmetadata>
diff --git a/x11-plugins/wmalbum/wmalbum-0.1.5.ebuild b/x11-plugins/wmalbum/wmalbum-0.1.5.ebuild
new file mode 100644
index 000000000000..492f2a4eac73
--- /dev/null
+++ b/x11-plugins/wmalbum/wmalbum-0.1.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmalbum/wmalbum-0.1.5.ebuild,v 1.1 2004/04/12 19:52:10 pyrania Exp $
+
+DESCRIPTION="WMAlbum is a dock applet that displays album covers for songs being played by XMMS."
+HOMEPAGE="http://wmalbum.sourceforge.net/"
+SRC_URI="mirror://sourceforge/wmalbum/wmalbum-0.1.5.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+RDEPEND="media-sound/xmms"
+DEPEND="virtual/x11
+ media-libs/gdk-pixbuf"
+
+src_install() {
+ einstall
+ dodoc AUTHORS COPYING INSTALL NEWS README TODO THANKS
+ insinto /usr/share/doc/${PF}
+ doins wmalbum
+}