diff options
author | Przemyslaw Maciag <troll@gentoo.org> | 2007-02-10 13:24:57 +0000 |
---|---|---|
committer | Przemyslaw Maciag <troll@gentoo.org> | 2007-02-10 13:24:57 +0000 |
commit | d05c8de9888ea8da44ca2817749bb72d1ee72de1 (patch) | |
tree | 2d60b6d34e60820eb36646232a1a0beff1c2a9e3 /sci-calculators | |
parent | amd64 stable, bug 162682 (diff) | |
download | gentoo-2-d05c8de9888ea8da44ca2817749bb72d1ee72de1.tar.gz gentoo-2-d05c8de9888ea8da44ca2817749bb72d1ee72de1.tar.bz2 gentoo-2-d05c8de9888ea8da44ca2817749bb72d1ee72de1.zip |
Move desktop from applnk
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/abakus/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/abakus/abakus-0.90.ebuild | 4 | ||||
-rw-r--r-- | sci-calculators/abakus/abakus-0.91.ebuild | 15 |
3 files changed, 16 insertions, 10 deletions
diff --git a/sci-calculators/abakus/ChangeLog b/sci-calculators/abakus/ChangeLog index a89a7e1a0cf2..981e5274bc39 100644 --- a/sci-calculators/abakus/ChangeLog +++ b/sci-calculators/abakus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/abakus -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/ChangeLog,v 1.8 2006/12/30 21:20:41 centic Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/ChangeLog,v 1.9 2007/02/10 13:24:57 troll Exp $ + + 10 Feb 2007; Przemysław Maciąg <troll@gentoo.org> abakus-0.91.ebuild: + Move desktop file from applnk 30 Dec 2006; Dominik Stadler <centic@gentoo.org> abakus-0.90.ebuild, abakus-0.91.ebuild: diff --git a/sci-calculators/abakus/abakus-0.90.ebuild b/sci-calculators/abakus/abakus-0.90.ebuild index 6b78b6fe555c..de7b920668d4 100644 --- a/sci-calculators/abakus/abakus-0.90.ebuild +++ b/sci-calculators/abakus/abakus-0.90.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/abakus-0.90.ebuild,v 1.6 2006/12/30 21:20:41 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/abakus-0.90.ebuild,v 1.7 2007/02/10 13:24:57 troll Exp $ inherit kde diff --git a/sci-calculators/abakus/abakus-0.91.ebuild b/sci-calculators/abakus/abakus-0.91.ebuild index 6aa179b89b34..4ee0f4be76e9 100644 --- a/sci-calculators/abakus/abakus-0.91.ebuild +++ b/sci-calculators/abakus/abakus-0.91.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/abakus-0.91.ebuild,v 1.3 2006/12/30 21:20:41 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/abakus/abakus-0.91.ebuild,v 1.4 2007/02/10 13:24:57 troll Exp $ inherit kde @@ -14,9 +14,9 @@ KEYWORDS="~amd64 x86" # leave gmp out for now, does not work for me IUSE="debug gmp" -DEPEND=">=dev-util/scons-0.96.1 - gmp? ( dev-libs/mpfr )" -#RDEPEND="" +RDEPEND="gmp? ( dev-libs/mpfr )" +DEPEND="${RDEPEND} + >=dev-util/scons-0.96.1" need-kde 3.3 @@ -37,5 +37,8 @@ src_compile() { src_install() { DESTDIR="${D}/usr" scons install dodoc AUTHORS README -} + rm -fR ${D}/usr/share/applnk/ + newicon ${S}/src/hi64-app-abakus.png ${PN}.png + domenu ${S}/src/${PN}.desktop +} |