summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-04-09 14:36:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-04-09 14:36:15 +0000
commit883e9435923afeb507624583f892794493d7c8e4 (patch)
treeb398a24d001a15d1de52034bb45b97b7d2e1db4b /net-ftp/scythia
parentversion bump (diff)
downloadgentoo-2-883e9435923afeb507624583f892794493d7c8e4.tar.gz
gentoo-2-883e9435923afeb507624583f892794493d7c8e4.tar.bz2
gentoo-2-883e9435923afeb507624583f892794493d7c8e4.zip
Fix documentation directory wrt #314097 by Diego E. Pettenò. Port to qt4-r2 eclass, update icon cache, ...
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-ftp/scythia')
-rw-r--r--net-ftp/scythia/ChangeLog9
-rw-r--r--net-ftp/scythia/scythia-0.9.3_p2.ebuild26
2 files changed, 23 insertions, 12 deletions
diff --git a/net-ftp/scythia/ChangeLog b/net-ftp/scythia/ChangeLog
index 73070b2a272c..ff2eb6a26d40 100644
--- a/net-ftp/scythia/ChangeLog
+++ b/net-ftp/scythia/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-ftp/scythia
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/scythia/ChangeLog,v 1.1 2009/12/15 11:14:47 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/scythia/ChangeLog,v 1.2 2010/04/09 14:36:15 ssuominen Exp $
+
+ 09 Apr 2010; Samuli Suominen <ssuominen@gentoo.org>
+ scythia-0.9.3_p2.ebuild:
+ Fix documentation directory wrt #314097 by Diego E. Pettenò. Port to
+ qt4-r2 eclass, update icon cache, ...
*scythia-0.9.3_p2 (15 Dec 2009)
diff --git a/net-ftp/scythia/scythia-0.9.3_p2.ebuild b/net-ftp/scythia/scythia-0.9.3_p2.ebuild
index 5d7504945559..784d13c3d04b 100644
--- a/net-ftp/scythia/scythia-0.9.3_p2.ebuild
+++ b/net-ftp/scythia/scythia-0.9.3_p2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/scythia/scythia-0.9.3_p2.ebuild,v 1.1 2009/12/15 11:14:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/scythia/scythia-0.9.3_p2.ebuild,v 1.2 2010/04/09 14:36:15 ssuominen Exp $
-EAPI=2
-inherit qt4
+EAPI=3
+inherit gnome2-utils qt4-r2
DESCRIPTION="Just a small FTP client"
HOMEPAGE="http://scythia.free.fr/"
@@ -11,24 +11,30 @@ SRC_URI="http://scythia.free.fr/wp-content/${PN}_${PV/_p/-}-src.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="x11-libs/qt-gui:4"
S=${WORKDIR}/${PN}
+DOCS="AUTHORS"
+
src_prepare() {
sed -i \
-e 's:/usr/share/applnk/Internet:/usr/share/applications:g' \
+ -e "s:scythia/html:${PF}/html:" \
scythia.pro || die
}
-src_configure() {
- eqmake4
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
}
-src_install() {
- emake INSTALL_ROOT="${D}" install || die
- dodoc AUTHORS
+pkg_postrm() {
+ gnome2_icon_cache_update
}