diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-18 20:53:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-18 20:53:36 +0000 |
commit | c66a2e1d98ab71745d8d86a0e95b82ac5d8e8cb8 (patch) | |
tree | 2f44f7edf52912319280379302223b5abcfd8bc5 /x11-misc | |
parent | arm stable, bug #393007 (diff) | |
download | gentoo-2-c66a2e1d98ab71745d8d86a0e95b82ac5d8e8cb8.tar.gz gentoo-2-c66a2e1d98ab71745d8d86a0e95b82ac5d8e8cb8.tar.bz2 gentoo-2-c66a2e1d98ab71745d8d86a0e95b82ac5d8e8cb8.zip |
Version bump wrt #390803 by Markos Chandras
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/qtfm/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/qtfm/qtfm-5.3.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/x11-misc/qtfm/ChangeLog b/x11-misc/qtfm/ChangeLog index 0053bcb88e8e..ed4c6a74755c 100644 --- a/x11-misc/qtfm/ChangeLog +++ b/x11-misc/qtfm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/qtfm -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/ChangeLog,v 1.2 2011/04/10 12:58:54 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/ChangeLog,v 1.3 2012/01/18 20:53:36 ssuominen Exp $ + +*qtfm-5.3 (18 Jan 2012) + + 18 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> +qtfm-5.3.ebuild: + Version bump wrt #390803 by Markos Chandras *qtfm-4.9 (10 Apr 2011) diff --git a/x11-misc/qtfm/qtfm-5.3.ebuild b/x11-misc/qtfm/qtfm-5.3.ebuild new file mode 100644 index 000000000000..407b7211ed34 --- /dev/null +++ b/x11-misc/qtfm/qtfm-5.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/qtfm-5.3.ebuild,v 1.1 2012/01/18 20:53:36 ssuominen Exp $ + +EAPI=4 +inherit fdo-mime qt4-r2 + +DESCRIPTION="A small, lightweight file manager for desktops based on pure Qt" +HOMEPAGE="http://www.qtfm.org/" +SRC_URI="http://www.qtfm.org/${P}.tar.gz?attredirects=0 -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="x11-libs/qt-gui:4" +DEPEND="${RDEPEND}" + +src_prepare() { + sed -i \ + -e "/^docs.path/s:qtfm:${PF}:" \ + -e '/^docs.files/s: COPYING::' \ + qtfm.pro || die +} + +pkg_postinst() { fdo-mime_desktop_database_update; } +pkg_postrm() { fdo-mime_desktop_database_update; } |