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 | ab386c41f115671db87dcd870583c3f4a774362e (patch) | |
tree | fc6fc3acde172da29df860caa78cbbb0f30f0a13 /media-gfx | |
parent | removed old ebuild (diff) | |
download | historical-ab386c41f115671db87dcd870583c3f4a774362e.tar.gz historical-ab386c41f115671db87dcd870583c3f4a774362e.tar.bz2 historical-ab386c41f115671db87dcd870583c3f4a774362e.zip |
Install kde files in /usr (#63863).
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/tuxpaint/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/tuxpaint/Manifest | 6 | ||||
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.13-r1.ebuild | 10 |
3 files changed, 13 insertions, 10 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/Manifest b/media-gfx/tuxpaint/Manifest index 8521ed8b4030..9cace7132bd3 100644 --- a/media-gfx/tuxpaint/Manifest +++ b/media-gfx/tuxpaint/Manifest @@ -1,6 +1,6 @@ -MD5 8c0f021b51f85cd1bdbd19a8508ccc30 ChangeLog 1412 MD5 60d69ee439da76dbf4d88951ef86236a metadata.xml 648 +MD5 bcc11cbb4eee84c2e74971900afca44d tuxpaint-0.9.13-r1.ebuild 1315 +MD5 9c5b9aee781f55dd334125d30de9805f ChangeLog 1525 MD5 a63e8fdd74bd98798239d8266cb5bf93 tuxpaint-0.9.13.ebuild 1856 -MD5 a49e2d72e22618023ad03872d7f9f67f tuxpaint-0.9.13-r1.ebuild 1361 -MD5 ac7dc281a67f1db989d39470aa12ea8e files/digest-tuxpaint-0.9.13-r1 142 MD5 9f0ca98deef70db6f3e6878392434cae files/digest-tuxpaint-0.9.13 68 +MD5 ac7dc281a67f1db989d39470aa12ea8e files/digest-tuxpaint-0.9.13-r1 142 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" |