]> Pileus Git - ~andy/sunrise/blobdiff - app-office/thinking-rock-bin/thinking-rock-bin-2.0_pre2-r2.ebuild
app-dicts/words-bin: Adding ~amd64 keyword
[~andy/sunrise] / app-office / thinking-rock-bin / thinking-rock-bin-2.0_pre2-r2.ebuild
index 88cf158a3de3a88a4d768fa6dff0252b434a9333..e3c1490dad8df85cd918a2a30a5b6dc72f012ffb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -7,11 +7,11 @@ inherit eutils
 MY_P="tr-2.0.epsilon"
 DESCRIPTION="Java-based Getting Things Done (GTD) application"
 HOMEPAGE="http://thinkingrock.com.au/"
-SRC_URI="http://mesh.dl.sourceforge.net/sourceforge/thinkingrock/${MY_P}.zip"
+SRC_URI="mirror://sourceforge/thinkingrock/${MY_P}.zip"
 
 LICENSE="CDDL"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.5.0"
@@ -30,8 +30,7 @@ src_install() {
        dosym ${installDir}/bin/thinkingrock /usr/bin/thinkingrock
        # Symlink the directory and the jar to have them without version number
        dosym ${installDir} /opt/${PN}
-       insinto /usr/share/pixmaps
-       newins thinkingrock/resource/images/logo.png thinking-rock.png
-       insinto /usr/share/applications
-       newins "${FILESDIR}"/thinking-rock-2.0.desktop thinking-rock.desktop
+
+       newicon thinkingrock/resource/images/logo.png thinking-rock.png
+       newmenu "${FILESDIR}"/thinking-rock-2.0.desktop thinking-rock.desktop
 }