diff options
author | Alex Alexander <wired@gentoo.org> | 2014-05-08 04:46:40 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2014-05-08 04:46:40 +0000 |
commit | 38f02f80ff7fc3b46b181b28a8460542dae0561f (patch) | |
tree | 89d7d3b48380bfeb47576c7e0859ba6b7311856d /media-gfx/viewnior | |
parent | version bump (diff) | |
download | gentoo-2-38f02f80ff7fc3b46b181b28a8460542dae0561f.tar.gz gentoo-2-38f02f80ff7fc3b46b181b28a8460542dae0561f.tar.bz2 gentoo-2-38f02f80ff7fc3b46b181b28a8460542dae0561f.zip |
version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Diffstat (limited to 'media-gfx/viewnior')
-rw-r--r-- | media-gfx/viewnior/ChangeLog | 10 | ||||
-rw-r--r-- | media-gfx/viewnior/viewnior-1.4.ebuild | 44 |
2 files changed, 53 insertions, 1 deletions
diff --git a/media-gfx/viewnior/ChangeLog b/media-gfx/viewnior/ChangeLog index 6b93c689b53f..9c6b175e5370 100644 --- a/media-gfx/viewnior/ChangeLog +++ b/media-gfx/viewnior/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-gfx/viewnior # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/ChangeLog,v 1.16 2014/01/26 10:49:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/ChangeLog,v 1.17 2014/05/08 04:46:40 wired Exp $ + + 08 May 2014; Alex Alexander <wired@gentoo.org> +viewnior-1.4.ebuild: + version bump + +*viewnior-1.4 (08 May 2014) + + 08 May 2014; Alex Alexander <wired@gentoo.org> +viewnior-1.4.ebuild: + version bump 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> viewnior-1.3.ebuild: Stable for x86, wrt bug #497662 diff --git a/media-gfx/viewnior/viewnior-1.4.ebuild b/media-gfx/viewnior/viewnior-1.4.ebuild new file mode 100644 index 000000000000..8d3388fd1cac --- /dev/null +++ b/media-gfx/viewnior/viewnior-1.4.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/viewnior/viewnior-1.4.ebuild,v 1.1 2014/05/08 04:46:40 wired Exp $ + +EAPI="5" +inherit fdo-mime gnome2-utils autotools + +DESCRIPTION="Fast and simple image viewer" +HOMEPAGE="http://xsisqox.github.com/Viewnior/index.html" +SRC_URI="https://www.dropbox.com/s/zytq0suabesv933/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/glib:2 + media-gfx/exiv2 + >=x11-libs/gtk+-2.20:2 + x11-misc/shared-mime-info" +RDEPEND="${DEPEND}" + +DOCS="AUTHORS ChangeLog* NEWS README TODO" + +src_prepare() { + # fix for bug #454230 + sed -r -i "s:(PKG_CHECK_MODULES):AC_CHECK_LIB([m],[cos])\n\n\1:" configure.ac + + eautoreconf +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} |