commit:     5639b879f57bd3b32e0d9d2d779516068654d850
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  3 15:10:08 2025 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Mon Nov  3 15:10:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5639b879

dev-qt/qtpbfimageplugin: bump to 5.2

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 dev-qt/qtpbfimageplugin/Manifest                   |  1 +
 .../qtpbfimageplugin/qtpbfimageplugin-5.2.ebuild   | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-qt/qtpbfimageplugin/Manifest b/dev-qt/qtpbfimageplugin/Manifest
index d53d279d68c0..66abe8b08d18 100644
--- a/dev-qt/qtpbfimageplugin/Manifest
+++ b/dev-qt/qtpbfimageplugin/Manifest
@@ -1,2 +1,3 @@
 DIST qtpbfimageplugin-4.7.tar.gz 199162 BLAKE2B 
079bf9149cd6fb8efc734db5088fd4123d4551b4996a0afb42e3fb919083720db84a3409684f39b25966df54ac544132d98c983a97826826bafda1358db09e9c
 SHA512 
99a8ac83727b4cc4d55759a5ab718d0fc7f9d979055b7a092750694ee1a02fb5ad24a80d80bd7faf3043abdfdb2972057cd47eb5794afe7de590ecb28bb6828f
 DIST qtpbfimageplugin-5.1.tar.gz 610295 BLAKE2B 
575895d822eba9204ce29eebb0ce18a9c41819db49187e18accc4a0c557504da9dab4dbef24519112d24281e62012d02d96908119a9aba14b97a43a0cca9ae8d
 SHA512 
33ffa708916295ddf0ffa74f51265081345b7bf6395a9e3b9bbd4bb4e492ffe296bc405e7c64a6f30d231a379f92e7d2c4b721d290eb3cbd6a386876ec547854
+DIST qtpbfimageplugin-5.2.tar.gz 618857 BLAKE2B 
9b21a8e4d0ea418f25a99d325ecff5fc5ccdc8f51701516ea8bccef8420e4bce9f3361ef424dde719a5f11ef73e5aba1a0ff8412518c9a2676dd3f44b7d57f1b
 SHA512 
347bf69fbe47ae04f05def727c00aa0404287b2a8a341ce346537204fa043369ecaa2be3c55349821937c308a7e2bb8c8a261efcce8784cba552877aad8576b8

diff --git a/dev-qt/qtpbfimageplugin/qtpbfimageplugin-5.2.ebuild 
b/dev-qt/qtpbfimageplugin/qtpbfimageplugin-5.2.ebuild
new file mode 100644
index 000000000000..d3ebb975d41b
--- /dev/null
+++ b/dev-qt/qtpbfimageplugin/qtpbfimageplugin-5.2.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
+}

Reply via email to