summaryrefslogtreecommitdiff
path: root/dev-qt/qtpbfimageplugin/qtpbfimageplugin-5.2.ebuild
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2025-11-03 22:10:08 +0700
committerAndrey Grozin <grozin@gentoo.org>2025-11-03 22:10:08 +0700
commit5639b879f57bd3b32e0d9d2d779516068654d850 (patch)
treea50ac4082ba799e499beba71eae457c79169ef5d /dev-qt/qtpbfimageplugin/qtpbfimageplugin-5.2.ebuild
parentbe5d18cd621d5b777c696f8bebc33673f92f64e4 (diff)
downloadgentoo-5639b879f57bd3b32e0d9d2d779516068654d850.tar.gz
gentoo-5639b879f57bd3b32e0d9d2d779516068654d850.tar.bz2
gentoo-5639b879f57bd3b32e0d9d2d779516068654d850.zip
dev-qt/qtpbfimageplugin: bump to 5.2
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-qt/qtpbfimageplugin/qtpbfimageplugin-5.2.ebuild')
-rw-r--r--dev-qt/qtpbfimageplugin/qtpbfimageplugin-5.2.ebuild29
1 files changed, 29 insertions, 0 deletions
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
+}