summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2006-05-30 21:35:30 +0000
committerMarkus Ullmann <jokey@gentoo.org>2006-05-30 21:35:30 +0000
commit13a0ad4741f33eb746abc6b09588178ef6fbc8ab (patch)
tree9b84a158d83e461e6823bcfa1c8648a9aa804ad7 /kde-misc/mtaskbar/mtaskbar-0.7.ebuild
parentRemoving 4.2 per ferringb's request. 4.3 has the same keywords (diff)
downloadgentoo-2-13a0ad4741f33eb746abc6b09588178ef6fbc8ab.tar.gz
gentoo-2-13a0ad4741f33eb746abc6b09588178ef6fbc8ab.tar.bz2
gentoo-2-13a0ad4741f33eb746abc6b09588178ef6fbc8ab.zip
Initial import, thanks to Ruben Jenster and Przemyslaw Maciag, fixing bug #83975
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'kde-misc/mtaskbar/mtaskbar-0.7.ebuild')
-rw-r--r--kde-misc/mtaskbar/mtaskbar-0.7.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/kde-misc/mtaskbar/mtaskbar-0.7.ebuild b/kde-misc/mtaskbar/mtaskbar-0.7.ebuild
new file mode 100644
index 000000000000..c4dc31c1c5b4
--- /dev/null
+++ b/kde-misc/mtaskbar/mtaskbar-0.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/mtaskbar/mtaskbar-0.7.ebuild,v 1.1 2006/05/30 21:35:30 jokey Exp $
+
+inherit kde eutils
+
+DESCRIPTION="A beautiful taskbar for KDE's kicker"
+HOMEPAGE="http://www.kde-apps.org/content/show.php?content=16261"
+SRC_URI="http://www.uni-weimar.de/~wolff3/kdelook/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+S=${WORKDIR}/${P}/${PN}
+
+need-kde 3.3
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${PN}-gcc4.patch
+ epatch ${FILESDIR}/${PN}-desktop.patch
+}