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 | ffcfdb9b71174a8692f3fc8be4cb47ab9fe54d86 (patch) | |
tree | 34c13472323576b7e7406baa96f31d9e1509b8e0 /app-pda/jpilot | |
parent | Fix for bug #54263 (diff) | |
download | historical-ffcfdb9b71174a8692f3fc8be4cb47ab9fe54d86.tar.gz historical-ffcfdb9b71174a8692f3fc8be4cb47ab9fe54d86.tar.bz2 historical-ffcfdb9b71174a8692f3fc8be4cb47ab9fe54d86.zip |
install icons in the right place (#54264)
Diffstat (limited to 'app-pda/jpilot')
-rw-r--r-- | app-pda/jpilot/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/jpilot/Manifest | 4 | ||||
-rw-r--r-- | app-pda/jpilot/jpilot-0.99.7.ebuild | 9 |
3 files changed, 12 insertions, 6 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/Manifest b/app-pda/jpilot/Manifest index 7d6860a5e6c4..98124fc2eef9 100644 --- a/app-pda/jpilot/Manifest +++ b/app-pda/jpilot/Manifest @@ -1,8 +1,8 @@ MD5 85d9d6fe43174cbbb6beb52c65642adb jpilot-0.99.5.ebuild 1925 MD5 7b86fd2c9a30eb48daf702f0b6404f12 jpilot-0.99.6-r1.ebuild 2271 MD5 c1dba0bafa6ab7cf5dbe77c1257ed6a7 jpilot-0.99.2-r1.ebuild 1821 -MD5 d44804a9d1ac6d313c4e2b2f5399fa50 jpilot-0.99.7.ebuild 2271 -MD5 eb6d1792bd1f390be6b819897dede45d ChangeLog 3868 +MD5 1b680459062d2fa3642da2a91ffdc9ae jpilot-0.99.7.ebuild 2326 +MD5 08c4478200c9ef7cd9249235b44b05a8 ChangeLog 3983 MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156 MD5 fec9283977e434f78771d9dc3b05569f files/digest-jpilot-0.99.5 208 MD5 25502d8cc007a47634cfb80b10b6d0fd files/digest-jpilot-0.99.7 208 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.* |