diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-06 13:46:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-06 13:46:33 +0000 |
commit | 8740cc0af0092345126d2ea90a12e6d392ba67e7 (patch) | |
tree | 71252485bd275c89d17a9a2f917c68ea2e0ad61b /x11-themes | |
parent | drop alpha,hppa,ia64,mips, bug filed. prep for 2.14 unmask. (diff) | |
download | gentoo-2-8740cc0af0092345126d2ea90a12e6d392ba67e7.tar.gz gentoo-2-8740cc0af0092345126d2ea90a12e6d392ba67e7.tar.bz2 gentoo-2-8740cc0af0092345126d2ea90a12e6d392ba67e7.zip |
Don't depend on KDE, it's an icon set, not a KDE application.
(Portage version: 2.1_pre10-r3)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/flatsvg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/flatsvg/files/digest-flatsvg-1.0 | 2 | ||||
-rw-r--r-- | x11-themes/flatsvg/flatsvg-1.0.ebuild | 13 |
3 files changed, 9 insertions, 11 deletions
diff --git a/x11-themes/flatsvg/ChangeLog b/x11-themes/flatsvg/ChangeLog index 0f6d5f6bbcb1..d54713b2c5e7 100644 --- a/x11-themes/flatsvg/ChangeLog +++ b/x11-themes/flatsvg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/flatsvg # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/flatsvg/ChangeLog,v 1.5 2006/05/06 13:03:59 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/flatsvg/ChangeLog,v 1.6 2006/05/06 13:46:33 flameeyes Exp $ + + 06 May 2006; Diego Pettenò <flameeyes@gentoo.org> flatsvg-1.0.ebuild: + Don't depend on KDE, it's an icon set, not a KDE application. 06 May 2006; Simon Stelling <blubb@gentoo.org> flatsvg-1.0.ebuild: stable on amd64 diff --git a/x11-themes/flatsvg/files/digest-flatsvg-1.0 b/x11-themes/flatsvg/files/digest-flatsvg-1.0 index 21507d6ae9a6..0a97a1243f8f 100644 --- a/x11-themes/flatsvg/files/digest-flatsvg-1.0 +++ b/x11-themes/flatsvg/files/digest-flatsvg-1.0 @@ -1 +1,3 @@ MD5 0013229a7c451759bc4871caef40067b flatSVG1.0.tar.gz 2090679 +RMD160 21c1b1b4e623d3a567eca55b2704092ba3b70981 flatSVG1.0.tar.gz 2090679 +SHA256 f51e464d728c3d56b91058e98911d60d1be8a93381104041c3506784be0e2124 flatSVG1.0.tar.gz 2090679 diff --git a/x11-themes/flatsvg/flatsvg-1.0.ebuild b/x11-themes/flatsvg/flatsvg-1.0.ebuild index cba10acf7401..356cd8d76617 100644 --- a/x11-themes/flatsvg/flatsvg-1.0.ebuild +++ b/x11-themes/flatsvg/flatsvg-1.0.ebuild @@ -1,9 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/flatsvg/flatsvg-1.0.ebuild,v 1.5 2006/05/06 13:03:59 blubb Exp $ - -inherit kde -need-kde 3.3 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/flatsvg/flatsvg-1.0.ebuild,v 1.6 2006/05/06 13:46:33 flameeyes Exp $ DESCRIPTION="Flat SVG icon set" SRC_URI="http://www.atqu23.dsl.pipex.com/danny/flatSVG${PV}.tar.gz" @@ -17,12 +14,8 @@ IUSE="" S="${WORKDIR}/FlatSVG" -src_compile() { - einfo "Nothing to compile..." -} - src_install(){ cd ${S} - dodir ${PREFIX}/share/icons/ - cp -rf ${S} ${D}/${PREFIX}/share/icons/FlatSVG + dodir "/usr/share/icons/" + cp -rf "${S}" "${D}/usr/share/icons/FlatSVG" } |