diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2003-04-08 19:58:09 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2003-04-08 19:58:09 +0000 |
commit | f6b363c852f5fea9f295379ac0c0b914ed3f5b1e (patch) | |
tree | 01ee4a7474922e6e7a1e4ad9fb355c4d59a299be /kde-base/kdeartwork/kdeartwork-3.0.5b.ebuild | |
parent | adding a new server to sf (diff) | |
download | gentoo-2-f6b363c852f5fea9f295379ac0c0b914ed3f5b1e.tar.gz gentoo-2-f6b363c852f5fea9f295379ac0c0b914ed3f5b1e.tar.bz2 gentoo-2-f6b363c852f5fea9f295379ac0c0b914ed3f5b1e.zip |
kde-3.0.5b (masked via package.mask)
Diffstat (limited to 'kde-base/kdeartwork/kdeartwork-3.0.5b.ebuild')
-rw-r--r-- | kde-base/kdeartwork/kdeartwork-3.0.5b.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-base/kdeartwork/kdeartwork-3.0.5b.ebuild b/kde-base/kdeartwork/kdeartwork-3.0.5b.ebuild new file mode 100644 index 000000000000..84dcd3c9af84 --- /dev/null +++ b/kde-base/kdeartwork/kdeartwork-3.0.5b.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.5b.ebuild,v 1.1 2003/04/08 19:58:08 hannes Exp $ +inherit kde-dist eutils + +IUSE="opengl" +DESCRIPTION="KDE $PV - artwork" +KEYWORDS="x86 ~ppc ~alpha ~sparc" + +newdepend "opengl? ( virtual/opengl ) ~kde-base/kdebase-${PV}" + +myconf="$myconf --with-dpms" +use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl" + +src_unpack() { + kde_src_unpack + cd ${S} + # added to fix GL problems within xscreensavers + epatch ${FILESDIR}/kdeartwork-screensaver.patch +} + +# kepp this here just in case, seems fixed though +src_install() { + dodir ${PREFIX}/share/apps/kthememgr/Themes + kde_src_install all +} |