From 7c34d9a49348ceb4f2e4443220e8d1481c829c62 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 19 Aug 2023 14:18:09 -0400 Subject: dev-qt/*: import qt6 live ebuilds from ::qt As-is, no changes in this commit which is mostly the same as the current in-tree ebuilds. Maintaining these in two different repos feels like just a hassle (to me), and would rather have everything in one place so I can change live and release ebuilds simultaneously as needed, plus not have to sync metadata or eclass changes either (plus chiitoo has ::gentoo commit access now). May move packages if I happen to work on them, albeit I have no intention to really touch Qt5 or LXQt (anyone working on these are free to the same if they want, or keep current workflow). Signed-off-by: Ionen Wolkens --- dev-qt/qtlocation/qtlocation-6.5.9999.ebuild | 20 ++++++++++++++++++++ dev-qt/qtlocation/qtlocation-6.9999.ebuild | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 dev-qt/qtlocation/qtlocation-6.5.9999.ebuild create mode 100644 dev-qt/qtlocation/qtlocation-6.9999.ebuild (limited to 'dev-qt/qtlocation') diff --git a/dev-qt/qtlocation/qtlocation-6.5.9999.ebuild b/dev-qt/qtlocation/qtlocation-6.5.9999.ebuild new file mode 100644 index 000000000000..0862902e101f --- /dev/null +++ b/dev-qt/qtlocation/qtlocation-6.5.9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qt6-build + +DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework" + +if [[ ${QT6_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64" +fi + +DEPEND=" + =dev-qt/qtbase-${PV}*[network] + =dev-qt/qtdeclarative-${PV}* + =dev-qt/qtpositioning-${PV}* + =dev-qt/qtshadertools-${PV}* +" +RDEPEND="${DEPEND}" diff --git a/dev-qt/qtlocation/qtlocation-6.9999.ebuild b/dev-qt/qtlocation/qtlocation-6.9999.ebuild new file mode 100644 index 000000000000..0862902e101f --- /dev/null +++ b/dev-qt/qtlocation/qtlocation-6.9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qt6-build + +DESCRIPTION="Location (places, maps, navigation) library for the Qt6 framework" + +if [[ ${QT6_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64" +fi + +DEPEND=" + =dev-qt/qtbase-${PV}*[network] + =dev-qt/qtdeclarative-${PV}* + =dev-qt/qtpositioning-${PV}* + =dev-qt/qtshadertools-${PV}* +" +RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad