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 | aadc891e549885cd6b94cc9e65394c7a4dfcd2c8 (patch) | |
tree | e60771a3353af26abf0cdd8a68d1539a41b2c4b3 /kde-base/kdeartwork | |
parent | adding a new server to sf (diff) | |
download | historical-aadc891e549885cd6b94cc9e65394c7a4dfcd2c8.tar.gz historical-aadc891e549885cd6b94cc9e65394c7a4dfcd2c8.tar.bz2 historical-aadc891e549885cd6b94cc9e65394c7a4dfcd2c8.zip |
kde-3.0.5b (masked via package.mask)
Diffstat (limited to 'kde-base/kdeartwork')
-rw-r--r-- | kde-base/kdeartwork/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdeartwork/kdeartwork-3.0.5b.ebuild | 26 |
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/kdeartwork/ChangeLog b/kde-base/kdeartwork/ChangeLog index 8eabfef52c08..cc2233632a09 100644 --- a/kde-base/kdeartwork/ChangeLog +++ b/kde-base/kdeartwork/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdeartwork # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/ChangeLog,v 1.31 2003/03/19 15:58:18 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/ChangeLog,v 1.32 2003/04/08 19:58:08 hannes Exp $ + +*kdeartwork-3.0.5b (08 Apr 2003) + + 08 Apr 2003; Hannes Mehnert <hannes@gentoo.org> kdeartwork-3.0.5b.ebuild: + version bump *kdeartwork-3.1.1 (14 Mar 2003) 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 +} |