diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-12 17:15:20 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-12 17:15:20 +0000 |
commit | 6f1cb2616a9a8c23e9be60c95b95de7d6845d5bc (patch) | |
tree | efb25d9b2e7fa2e71f86b7f1124d73f4ff1b26d2 /media-gfx/tuxpaint | |
parent | removed old ebuild (diff) | |
download | gentoo-2-6f1cb2616a9a8c23e9be60c95b95de7d6845d5bc.tar.gz gentoo-2-6f1cb2616a9a8c23e9be60c95b95de7d6845d5bc.tar.bz2 gentoo-2-6f1cb2616a9a8c23e9be60c95b95de7d6845d5bc.zip |
Install kde files in /usr (#63863).
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-gfx/tuxpaint')
-rw-r--r-- | media-gfx/tuxpaint/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.13-r1.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/media-gfx/tuxpaint/ChangeLog b/media-gfx/tuxpaint/ChangeLog index 849fcb90b31b..80a03384d535 100644 --- a/media-gfx/tuxpaint/ChangeLog +++ b/media-gfx/tuxpaint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/tuxpaint -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.10 2004/11/24 01:48:43 leonardop Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/ChangeLog,v 1.11 2005/02/12 17:15:20 greg_g Exp $ + + 12 Feb 2005; Gregorio Guidi <greg_g@gentoo.org> tuxpaint-0.9.13-r1.ebuild: + Install kde files in /usr (#63863). *tuxpaint-0.9.13-r1 (23 Nov 2004) diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.13-r1.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.13-r1.ebuild index c862f75c442e..d3c09733f8b5 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.13-r1.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.13-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.13-r1.ebuild,v 1.1 2004/11/24 01:48:43 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tuxpaint/tuxpaint-0.9.13-r1.ebuild,v 1.2 2005/02/12 17:15:20 greg_g Exp $ inherit eutils @@ -47,9 +47,9 @@ src_install () { use gnome && myopts="${myopts} GNOME_PREFIX=/usr" if use kde && which kde-config ; then - myopts="${myopts} KDE_PREFIX=\ -$(kde-config --install apps --expandvars) KDE_ICON_PREFIX=\ -$(kde-config --install icon --expandvars)" + myopts="${myopts} \ + KDE_PREFIX=/usr/share/applnk \ + KDE_ICON_PREFIX=/usr/share/icons" fi use nls && myopts="${myopts} ENABLE_GETTEXT=1" |