commit: c88329b1feb45edd6958920bb85199b76d8361e8 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Mon Sep 1 03:43:21 2025 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Mon Sep 1 03:43:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c88329b1
dev-qt/qtpbfimageplugin: bump to 4.7 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org> dev-qt/qtpbfimageplugin/Manifest | 1 + .../qtpbfimageplugin/qtpbfimageplugin-4.7.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-qt/qtpbfimageplugin/Manifest b/dev-qt/qtpbfimageplugin/Manifest index afda34afc8e1..e6fd0d8d719f 100644 --- a/dev-qt/qtpbfimageplugin/Manifest +++ b/dev-qt/qtpbfimageplugin/Manifest @@ -1,2 +1,3 @@ DIST qtpbfimageplugin-4.2.tar.gz 198821 BLAKE2B 04549dc7ff00e1ad2a63c6bb5992630dbf27dcb063e76632927a2fcb24f8aa82bc416e7571a14badd9f50b3612e2de765959f07ee870ec43f1d7ca8cc3c14d28 SHA512 9f79b93f7765d0870a58321c8ef79bfaabd7fd995b98fc43fb60875fdb53f5ce5715706cccbc6a50a344916b782dd9108b78883d5624534ce824f2787882eec4 DIST qtpbfimageplugin-4.3.tar.gz 198877 BLAKE2B 4562cd7ac5c23f6bda8157e3864603f7adf41bed164ebadc66da45e7eedae3f4e18d5ddcb3b4d16974645e571a54af1539af14e72564c3b1e13ccdf49869bf6a SHA512 c65093363d9bc901266f56c91107dc3571b8c7e0ec0f5cf9afe94be69c7fd6ee0e05f5c30a59cb3910bbbf002412650d8d86e21a70e6643add48e3a88137430b +DIST qtpbfimageplugin-4.7.tar.gz 199162 BLAKE2B 079bf9149cd6fb8efc734db5088fd4123d4551b4996a0afb42e3fb919083720db84a3409684f39b25966df54ac544132d98c983a97826826bafda1358db09e9c SHA512 99a8ac83727b4cc4d55759a5ab718d0fc7f9d979055b7a092750694ee1a02fb5ad24a80d80bd7faf3043abdfdb2972057cd47eb5794afe7de590ecb28bb6828f diff --git a/dev-qt/qtpbfimageplugin/qtpbfimageplugin-4.7.ebuild b/dev-qt/qtpbfimageplugin/qtpbfimageplugin-4.7.ebuild new file mode 100644 index 000000000000..d3ebb975d41b --- /dev/null +++ b/dev-qt/qtpbfimageplugin/qtpbfimageplugin-4.7.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN="QtPBFImagePlugin" +inherit qmake-utils + +DESCRIPTION="Qt image plugin for displaying Mapbox vector tiles" +HOMEPAGE="https://github.com/tumic0/QtPBFImagePlugin/" +SRC_URI="https://github.com/tumic0/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${MY_PN}-${PV} + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-qt/qtbase:6[gui,opengl] + sys-libs/zlib +" + +src_configure() { + eqmake6 pbfplugin.pro +} + +src_install() { + emake INSTALL_ROOT="${D}" install +}
