commit: 849eee5cb5ca561719ecfdc3aabdad358f7ff6d7 Author: Jiayi Zhao <jeff.no.zhao <AT> gmail <DOT> com> AuthorDate: Mon Apr 16 20:42:03 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Apr 17 19:33:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849eee5c
media-gfx/qimgv: version bump 0.6.3. Package-Manager: Portage-2.3.24-r1, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/8031 media-gfx/qimgv/Manifest | 1 + media-gfx/qimgv/qimgv-0.6.3.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/media-gfx/qimgv/Manifest b/media-gfx/qimgv/Manifest index eb722c477cd..e80800af8b1 100644 --- a/media-gfx/qimgv/Manifest +++ b/media-gfx/qimgv/Manifest @@ -1 +1,2 @@ DIST qimgv-0.6.2.tar.gz 233608 BLAKE2B 563a5a88cd870fa0f0a7ab3c426f31f889c3faf2463ad1d8404ed410d75bfcd1d89b76bc94b617246e3a42c26ccc84c7e2721278c83afde20c45f74fc47456f5 SHA512 ea553f646943b86268beaeb26116b4fad97f5462363babf6339f1e0f854140e8c9f71b957e73bfe73a9eb3e30e1b2338d21def753f63e088e9742a56550335e8 +DIST qimgv-0.6.3.tar.gz 238521 BLAKE2B 55da7c0e7b18547e7c2e2ab76f0a535c655c898707641c896469a07040e8f7f1a6e80580143016e24cdc0a7d9e2287c0d081ca8d262337faeea5d02168796a8e SHA512 c18ed0678bc094fedb339cfa227a5ddace6728b724f7640e4b018e52aa49dfb80d18879b372ab25bbf9e8c38497999471ba35a9bea5cd6b18d5ccbf1e55f3301 diff --git a/media-gfx/qimgv/qimgv-0.6.3.ebuild b/media-gfx/qimgv/qimgv-0.6.3.ebuild new file mode 100644 index 00000000000..9226ed2e10a --- /dev/null +++ b/media-gfx/qimgv/qimgv-0.6.3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils gnome2-utils xdg-utils + +DESCRIPTION="A cross-platform image viewer with webm support. Written in qt5" +HOMEPAGE="https://github.com/easymodo/qimgv" +SRC_URI="https://github.com/easymodo/qimgv/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + media-video/mpv[libmpv] +" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +}
