commit:     2f21620552d1ca93464c15b8fb74e7cc94a9c663
Author:     Jeff Zhao <jeff.no.zhao <AT> gmail <DOT> com>
AuthorDate: Sun Sep 26 21:53:18 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Oct  2 13:34:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f216205

media-gfx/qimgv: version bump 1.0.2

Package-Manager: Portage-3.0.20-r6, Repoman-3.0.3-r1
Signed-off-by: Jiayi Zhao <jeff.no.zhao <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22416
Closes: https://bugs.gentoo.org/717532
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/qimgv/Manifest                           |  2 +-
 .../{qimgv-0.9.1.ebuild => qimgv-1.0.2.ebuild}     | 24 +++++-----------------
 2 files changed, 6 insertions(+), 20 deletions(-)

diff --git a/media-gfx/qimgv/Manifest b/media-gfx/qimgv/Manifest
index 278f8df3af1..6df2adfa841 100644
--- a/media-gfx/qimgv/Manifest
+++ b/media-gfx/qimgv/Manifest
@@ -1 +1 @@
-DIST qimgv-0.9.1.tar.gz 670033 BLAKE2B 
c1461791af4e6f73e36ec85968102e694f87acc904d270292ce8133206f9987f061ed02045d19058f76e448ce0410e9ffa38341253342b63b8a521183abaa1c5
 SHA512 
dbad56ebced421cafe6f5e03314fed5ed47e1c98405bac24a89f28f2684484af4f1fa6cc2b37f79e6afa7a1375f76881a8072646405691a47750a95032e02e2b
+DIST qimgv-1.0.2.tar.gz 681034 BLAKE2B 
49faf11baf526e2221d1ed05a7523c452c32586900611db1823e2a50daadb14034d0b9a1363596dabde5b4b6dfd2ead8e285d1a82129bf2deda1a0c43907ffc6
 SHA512 
3e10a87f28f7187251c93c92b418ee34e4c2b373b0dd957604fd46305237dc52fd7e17880507b3a0d757c0c3800e8185b6085f15f6f05db6d29cae1e67044b58

diff --git a/media-gfx/qimgv/qimgv-0.9.1.ebuild 
b/media-gfx/qimgv/qimgv-1.0.2.ebuild
similarity index 69%
rename from media-gfx/qimgv/qimgv-0.9.1.ebuild
rename to media-gfx/qimgv/qimgv-1.0.2.ebuild
index 1652efc8f40..e24eebb295f 100644
--- a/media-gfx/qimgv/qimgv-0.9.1.ebuild
+++ b/media-gfx/qimgv/qimgv-1.0.2.ebuild
@@ -1,15 +1,15 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit cmake xdg-utils
+inherit cmake xdg 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"
+LICENSE="GPL-3 BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="exif kde opencv video"
@@ -21,6 +21,8 @@ DEPEND="
        dev-qt/qtconcurrent:5
        dev-qt/qtcore:5
        dev-qt/qtgui:5
+       dev-qt/qtprintsupport:5
+       dev-qt/qtsvg:5
        dev-qt/qtwidgets:5
        exif? ( media-gfx/exiv2:= )
        kde? ( kde-frameworks/kwindowsystem:5 )
@@ -31,12 +33,6 @@ RDEPEND="
        ${DEPEND}
 "
 
-src_prepare() {
-       cmake_src_prepare
-       # respect make.conf CXXFLAGS
-       sed -i -e '/set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 
-lstdc++fs -O3")/d' CMakeLists.txt || die
-}
-
 src_configure() {
        local mycmakeargs=(
                -DEXIV2=$(usex exif)
@@ -46,13 +42,3 @@ src_configure() {
        )
        cmake_src_configure
 }
-
-pkg_postinst() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-       xdg_desktop_database_update
-}

Reply via email to