diff options
author | 2002-06-27 19:33:43 +0000 | |
---|---|---|
committer | 2002-06-27 19:33:43 +0000 | |
commit | a7c73e5d85f419d1b3c7159ddbe81f53b1e8e921 (patch) | |
tree | 43f91e7acb53d9b2b188b7673e1f95c146cf5141 /kde-base/kdeartwork | |
parent | masking kde 3.0.2 (diff) | |
download | historical-a7c73e5d85f419d1b3c7159ddbe81f53b1e8e921.tar.gz historical-a7c73e5d85f419d1b3c7159ddbe81f53b1e8e921.tar.bz2 historical-a7c73e5d85f419d1b3c7159ddbe81f53b1e8e921.zip |
kde 3.0.2. not officially released yet. in testing by me and verwilst as usual.
Diffstat (limited to 'kde-base/kdeartwork')
-rw-r--r-- | kde-base/kdeartwork/kdeartwork-3.0.2.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/kde-base/kdeartwork/kdeartwork-3.0.2.ebuild b/kde-base/kdeartwork/kdeartwork-3.0.2.ebuild new file mode 100644 index 000000000000..9595d1636837 --- /dev/null +++ b/kde-base/kdeartwork/kdeartwork-3.0.2.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.2.ebuild,v 1.1 2002/06/27 19:33:43 danarmak Exp $ + +inherit 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 +} |