diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-06-27 00:56:37 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-06-27 00:56:37 +0000 |
commit | 9429b8b4ccf469b16b47e794ed22aa1dd2440374 (patch) | |
tree | 3bfbd37c34b9e9349af8b1b6b47a121cebdb6bc2 /app-pda | |
parent | Fix for bug #54263 (diff) | |
download | gentoo-2-9429b8b4ccf469b16b47e794ed22aa1dd2440374.tar.gz gentoo-2-9429b8b4ccf469b16b47e794ed22aa1dd2440374.tar.bz2 gentoo-2-9429b8b4ccf469b16b47e794ed22aa1dd2440374.zip |
install icons in the right place (#54264)
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/jpilot/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/jpilot/jpilot-0.99.7.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-pda/jpilot/ChangeLog b/app-pda/jpilot/ChangeLog index 7d11c08587fa..4edcb467e1c3 100644 --- a/app-pda/jpilot/ChangeLog +++ b/app-pda/jpilot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/jpilot # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.17 2004/06/24 21:42:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/ChangeLog,v 1.18 2004/06/27 00:56:37 liquidx Exp $ + + 26 Jun 2004; Alastair Tse <liquidx@gentoo.org> jpilot-0.99.7.ebuild: + install icons in the right place (#54264) 05 May 2004; Bryan Østergaard <kloeri@gentoo.org> jpilot-0.99.6-r1.ebuild: Stable on alpha. diff --git a/app-pda/jpilot/jpilot-0.99.7.ebuild b/app-pda/jpilot/jpilot-0.99.7.ebuild index 1da66abb671a..1d2145f45fa3 100644 --- a/app-pda/jpilot/jpilot-0.99.7.ebuild +++ b/app-pda/jpilot/jpilot-0.99.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.7.ebuild,v 1.2 2004/06/24 21:42:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot/jpilot-0.99.7.ebuild,v 1.3 2004/06/27 00:56:37 liquidx Exp $ SYNCMAL="0.72.1" MALSYNC="2.2.0" @@ -60,7 +60,7 @@ src_install() { einstall \ docdir=${D}/usr/share/doc/${PF} \ - icondir=${D}/usr/share/doc/${PF}/icons \ + icondir=${D}/usr/share/pixmaps \ desktopdir=${D}/usr/share/applications || die "install failed" insinto /usr/lib/jpilot/plugins @@ -73,6 +73,9 @@ src_install() { newdoc jpilot-syncmal-${SYNCMAL}/README README.jpilot-syncmal dodoc jpilot-syncmal-${SYNCMAL}/malsync/Doc/README_AvantGo dodoc jpilot-syncmal-${SYNCMAL}/malsync/Doc/README_malsync + + dosym jpilot-icon3.xpm /usr/share/pixmaps/jpilot.xpm + dodir /usr/share/${PN} insinto /usr/share/${PN} doins ${S}/jpilotrc.* |