summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-06-05 19:14:09 +0000
committerDan Armak <danarmak@gentoo.org>2002-06-05 19:14:09 +0000
commitd5f64555a4ec98da051bf45b90aae5d672a7faea (patch)
tree164fa690c7a550a90148c42ee8581d667ecd5550 /kde-base/kdeartwork
parentfor the upcoming kde 3.0.1.20020604 (diff)
downloadgentoo-2-d5f64555a4ec98da051bf45b90aae5d672a7faea.tar.gz
gentoo-2-d5f64555a4ec98da051bf45b90aae5d672a7faea.tar.bz2
gentoo-2-d5f64555a4ec98da051bf45b90aae5d672a7faea.zip
kde 3.0.1.20020604 :-) explanation in the announcement that should be tomorrow, masked for now.
Diffstat (limited to 'kde-base/kdeartwork')
-rw-r--r--kde-base/kdeartwork/files/digest-kdeartwork-3.0.1.200206042
-rw-r--r--kde-base/kdeartwork/kdeartwork-3.0.1.20020604.ebuild28
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-base/kdeartwork/files/digest-kdeartwork-3.0.1.20020604 b/kde-base/kdeartwork/files/digest-kdeartwork-3.0.1.20020604
new file mode 100644
index 000000000000..1947670e1b5d
--- /dev/null
+++ b/kde-base/kdeartwork/files/digest-kdeartwork-3.0.1.20020604
@@ -0,0 +1,2 @@
+MD5 fd0fa11082b690ef4e691aca5f14f45f kdeartwork-3.0.1-20020604.diff 59724
+MD5 87ca9fbac6a97b6aa0689f53fca41565 kdeartwork-3.0.1.tar.bz2 10917073
diff --git a/kde-base/kdeartwork/kdeartwork-3.0.1.20020604.ebuild b/kde-base/kdeartwork/kdeartwork-3.0.1.20020604.ebuild
new file mode 100644
index 000000000000..5e77bd99ad16
--- /dev/null
+++ b/kde-base/kdeartwork/kdeartwork-3.0.1.20020604.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Dan Armak <danarmak@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $
+
+inherit kde-patch kde-dist
+
+newdepend "opengl? ( virtual/opengl ) ~kde-base/kdebase-${PV}"
+
+DESCRIPTION="${DESCRIPTION}Artwork"
+
+myconf="$myconf --with-dpms"
+use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl"
+
+src_unpack() {
+
+ base_src_unpack
+
+ cd ${S}
+ # added to fix GL problems within xscreensavers
+ patch -p1 < ${FILESDIR}/kdeartwork-screensaver.patch
+
+}
+
+src_install() {
+ dodir ${KDEDIR}/share/apps/kthememgr/Themes
+ kde_src_install all
+}