summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@googlemail.com>2010-07-18 00:13:26 +0200
committerHenry Gebhardt <hsggebhardt@googlemail.com>2010-07-18 14:21:19 +0200
commitee8859aad4cc688427739a9b93329cd933be623d (patch)
tree8c50ef0506e30868cec4249d49990413b6db4703 /media-sound
parentsys-devel/pcc-libs: Remove (diff)
downloadkork-ee8859aad4cc688427739a9b93329cd933be623d.tar.gz
kork-ee8859aad4cc688427739a9b93329cd933be623d.tar.bz2
kork-ee8859aad4cc688427739a9b93329cd933be623d.zip
media-sound/quark-3.23: Yeah, maintained! :-)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/quark/Manifest2
-rw-r--r--media-sound/quark/quark-3.23.ebuild34
2 files changed, 36 insertions, 0 deletions
diff --git a/media-sound/quark/Manifest b/media-sound/quark/Manifest
new file mode 100644
index 0000000..5aa19c8
--- /dev/null
+++ b/media-sound/quark/Manifest
@@ -0,0 +1,2 @@
+DIST quark-3.23.tar.gz 214691 RMD160 82cb52969dc3684cf95c73f04394f5c52ddad8ff SHA1 e677d438bba1540fdc411035910f28b447391007 SHA256 fe11c22788a178cb47b5215bb0ff3846dfd9cbe19043f411f12fac9fda3759d7
+EBUILD quark-3.23.ebuild 877 RMD160 62ce52b286320f87ef1b7088a8733b3cbd6c28e6 SHA1 324d8828796231afceb165cefec5935bb52a8989 SHA256 b6232e610a3cb1c3f2fde24db0b448bd9587b35ddf71bc5a55733bdfeddb023f
diff --git a/media-sound/quark/quark-3.23.ebuild b/media-sound/quark/quark-3.23.ebuild
new file mode 100644
index 0000000..23f1821
--- /dev/null
+++ b/media-sound/quark/quark-3.23.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/quark/quark-3.21.ebuild,v 1.13 2008/08/07 20:41:26 mr_bones_ Exp $
+
+inherit gnome2 eutils
+#autotools
+
+DESCRIPTION="Quark is the Anti-GUI Music Player with a cool Docklet!"
+SRC_URI="http://hsgg.github.com/${PN}/${P}.tar.gz"
+HOMEPAGE="http://hsgg.github.com/quark"
+SLOT="0"
+
+KEYWORDS="alpha amd64 ppc sparc x86"
+
+LICENSE="GPL-2"
+
+IUSE=""
+RDEPEND=">=media-libs/xine-lib-1_beta10
+ >=x11-libs/gtk+-2.2.1
+ >=gnome-base/gconf-2.2.0
+ >=gnome-base/gnome-vfs-2.0.4-r2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+DOCS="AUTHORS README"
+
+
+pkg_postinst () {
+ elog "Quark is an anti-gui music player."
+ elog ""
+ elog "Running the binary strange-quark will launch it in a"
+ elog "freedesktop.org dock ie: Gnome Notification Area"
+ elog ""
+}