diff options
| author | Andrey Grozin <grozin@gentoo.org> | 2025-11-03 22:10:08 +0700 |
|---|---|---|
| committer | Andrey Grozin <grozin@gentoo.org> | 2025-11-03 22:10:08 +0700 |
| commit | 5639b879f57bd3b32e0d9d2d779516068654d850 (patch) | |
| tree | a50ac4082ba799e499beba71eae457c79169ef5d /dev-qt/qtpbfimageplugin/qtpbfimageplugin-5.2.ebuild | |
| parent | be5d18cd621d5b777c696f8bebc33673f92f64e4 (diff) | |
| download | gentoo-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.ebuild | 29 |
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 +} |
