summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2008-11-07 23:51:43 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2008-11-07 23:51:43 +0000
commit0c387bbbb3a6df58302cd9e11a116610a5280b09 (patch)
treed95395ed023d9554c050f587bd9c58b607d307cc /x11-themes/domino/domino-0.4-r1.ebuild
parentAdded a patch from Martin von Gagern in bug #245973 to prevent wx/db.h (diff)
downloadgentoo-2-0c387bbbb3a6df58302cd9e11a116610a5280b09.tar.gz
gentoo-2-0c387bbbb3a6df58302cd9e11a116610a5280b09.tar.bz2
gentoo-2-0c387bbbb3a6df58302cd9e11a116610a5280b09.zip
Revbump, so it uses as prefix /usr/kde/3.5 instead of /usr/.
Actualy makes domino work on kde-3.5.10. Fixes bug 245541. (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'x11-themes/domino/domino-0.4-r1.ebuild')
-rw-r--r--x11-themes/domino/domino-0.4-r1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-themes/domino/domino-0.4-r1.ebuild b/x11-themes/domino/domino-0.4-r1.ebuild
new file mode 100644
index 000000000000..522a41584aae
--- /dev/null
+++ b/x11-themes/domino/domino-0.4-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/domino/domino-0.4-r1.ebuild,v 1.1 2008/11/07 23:51:43 scarabeus Exp $
+
+ARTS_REQUIRED="never"
+inherit kde
+
+DESCRIPTION="A KDE style with a soft look"
+HOMEPAGE="http://www.kde-look.org/content/show.php?content=42804"
+SRC_URI="http://www.kde-look.org/CONTENT/content-files/42804-${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+EXTRA_ECONF="--prefix=/usr/kde/3.5/"
+
+RDEPEND="|| ( =kde-base/kwin-3.5* =kde-base/kdebase-3.5* )"
+need-kde 3.5
+
+PATCHES=( "${FILESDIR}/${P}-fbsd.patch" )
+
+src_unpack() {
+ kde_src_unpack
+ rm -f "${S}/configure"
+}