diff options
author | Ben de Groot <yngwin@gentoo.org> | 2012-10-15 07:28:30 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2012-10-15 07:28:30 +0000 |
commit | 3c41dd7ff1a0d04e2b7be7385291730a71c47b8a (patch) | |
tree | 081724875ae373caac2224fea163c81acc0e580b /media-gfx/photo | |
parent | Version bump. (diff) | |
download | gentoo-2-3c41dd7ff1a0d04e2b7be7385291730a71c47b8a.tar.gz gentoo-2-3c41dd7ff1a0d04e2b7be7385291730a71c47b8a.tar.bz2 gentoo-2-3c41dd7ff1a0d04e2b7be7385291730a71c47b8a.zip |
Version bump. Updated homepage and src_uri, bug #438440.
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-gfx/photo')
-rw-r--r-- | media-gfx/photo/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/photo/photo-0.8.ebuild | 26 |
2 files changed, 32 insertions, 2 deletions
diff --git a/media-gfx/photo/ChangeLog b/media-gfx/photo/ChangeLog index 0a2c35174d73..c9878e296412 100644 --- a/media-gfx/photo/ChangeLog +++ b/media-gfx/photo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/photo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/photo/ChangeLog,v 1.1 2012/05/11 09:29:46 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photo/ChangeLog,v 1.2 2012/10/15 07:28:30 yngwin Exp $ + +*photo-0.8 (15 Oct 2012) + + 15 Oct 2012; Ben de Groot <yngwin@gentoo.org> +photo-0.8.ebuild: + Version bump. Updated homepage and src_uri, bug #438440. *photo-0.7.1.1 (11 May 2012) @@ -8,4 +13,3 @@ +files/photo-0.7.1.1-install-desktop.patch, +metadata.xml, +photo-0.7.1.1.ebuild: Initial import from qt overlay - diff --git a/media-gfx/photo/photo-0.8.ebuild b/media-gfx/photo/photo-0.8.ebuild new file mode 100644 index 000000000000..ffc49eb2d156 --- /dev/null +++ b/media-gfx/photo/photo-0.8.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photo/photo-0.8.ebuild,v 1.1 2012/10/15 07:28:30 yngwin Exp $ + +EAPI=4 + +inherit cmake-utils + +DESCRIPTION="Simple but powerful Qt4-based image viewer" +HOMEPAGE="http://photoqt.co.cc/" +SRC_URI="http://photoqt.co.cc/pkgs/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="media-gfx/exiv2 + x11-libs/qt-gui:4" +RDEPEND="${DEPEND}" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.7.1.1-install-desktop.patch +} + +#TODO: translations |