public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/snapd-glib/
@ 2023-04-20 15:14 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2023-04-20 15:14 UTC (permalink / raw
  To: gentoo-commits

commit:     322bf85a933f72cffae68775aafcc258df6c1b1f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 15:13:37 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 15:14:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322bf85a

sys-libs/snapd-glib: new package, add 1.63

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-libs/snapd-glib/Manifest               |  1 +
 sys-libs/snapd-glib/metadata.xml           | 14 +++++++
 sys-libs/snapd-glib/snapd-glib-1.63.ebuild | 63 ++++++++++++++++++++++++++++++
 3 files changed, 78 insertions(+)

diff --git a/sys-libs/snapd-glib/Manifest b/sys-libs/snapd-glib/Manifest
new file mode 100644
index 000000000000..b3d09423c32c
--- /dev/null
+++ b/sys-libs/snapd-glib/Manifest
@@ -0,0 +1 @@
+DIST snapd-glib-1.63.tar.xz 187676 BLAKE2B a212f826ee35ef5458b716ce64d8f4b32474f991938bc314fcdb0feb5c803f93880a517fe5e1550bc82bc4992bee7467dc0d8cf5cb260712e83b8a1fe6b75743 SHA512 94a2f46e4e066270ea5492cb00fd44da247686a354cbe6766fe3e8974e6bb51f4cf1ca95027533417ec8c8117fc9d3866cb173a113b89d789b6ba518489a314f

diff --git a/sys-libs/snapd-glib/metadata.xml b/sys-libs/snapd-glib/metadata.xml
new file mode 100644
index 000000000000..8e8a7baf2077
--- /dev/null
+++ b/sys-libs/snapd-glib/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>andrewammerlaan@gentoo.org</email>
+		<name>Andrew Ammerlaan</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">snapcore/snapd-glib</remote-id>
+	</upstream>
+	<use>
+		<flag name="qml">Build the QML bindings</flag>
+	</use>
+</pkgmetadata>

diff --git a/sys-libs/snapd-glib/snapd-glib-1.63.ebuild b/sys-libs/snapd-glib/snapd-glib-1.63.ebuild
new file mode 100644
index 000000000000..8728ba207b25
--- /dev/null
+++ b/sys-libs/snapd-glib/snapd-glib-1.63.ebuild
@@ -0,0 +1,63 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson vala
+
+DESCRIPTION="glib library for communicating with snapd"
+HOMEPAGE="https://snapcraft.io/"
+SRC_URI="https://github.com/snapcore/snapd-glib/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="LGPL-3"
+SLOT="0/1"
+KEYWORDS="~amd64"
+
+IUSE="doc introspection qml qt5 vala"
+REQUIRED_USE="
+	qml? ( qt5 )
+	vala? ( introspection )
+"
+
+BDEPEND="
+	virtual/pkgconfig
+	sys-devel/gettext
+	qt5? ( dev-qt/linguist-tools:5 )
+"
+
+DEPEND="
+	dev-libs/json-glib
+	dev-libs/glib:2
+	dev-util/glib-utils
+	net-libs/libsoup:3.0
+	doc? ( dev-util/gtk-doc )
+	introspection? ( dev-libs/gobject-introspection )
+	qml? ( dev-qt/qtdeclarative:5 )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtnetwork:5
+		dev-qt/qtwidgets:5
+		)
+	vala? ( $(vala_depend) )
+"
+
+RDEPEND="${DEPEND}
+	app-containers/snapd
+"
+
+pkg_setup() {
+	vala_setup
+}
+
+src_configure() {
+	local emesonargs=(
+		"$(meson_use doc docs)"
+		"$(meson_use introspection)"
+		"$(meson_use qml qml-bindings)"
+		"$(meson_use qt5 qt-bindings)"
+		"$(meson_use vala vala-bindings)"
+		-Dsoup2=false
+	)
+
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/snapd-glib/
@ 2023-07-18 10:56 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2023-07-18 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e864e5f2cb62e530b8f7755c62e2fcf3eb1d53e7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 10:55:45 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 10:56:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e864e5f2

sys-libs/snapd-glib: add 1.64

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-libs/snapd-glib/Manifest               |  1 +
 sys-libs/snapd-glib/snapd-glib-1.64.ebuild | 63 ++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/sys-libs/snapd-glib/Manifest b/sys-libs/snapd-glib/Manifest
index b3d09423c32c..094164411d98 100644
--- a/sys-libs/snapd-glib/Manifest
+++ b/sys-libs/snapd-glib/Manifest
@@ -1 +1,2 @@
 DIST snapd-glib-1.63.tar.xz 187676 BLAKE2B a212f826ee35ef5458b716ce64d8f4b32474f991938bc314fcdb0feb5c803f93880a517fe5e1550bc82bc4992bee7467dc0d8cf5cb260712e83b8a1fe6b75743 SHA512 94a2f46e4e066270ea5492cb00fd44da247686a354cbe6766fe3e8974e6bb51f4cf1ca95027533417ec8c8117fc9d3866cb173a113b89d789b6ba518489a314f
+DIST snapd-glib-1.64.tar.xz 195580 BLAKE2B 1c6e958033c2b98dd72b5bfb6f1a44739a79d5d9a289fded9756cf3031a1fe62cccbf3ba4ce4c4f34d3c7e48b945b481ff6c3ae245d205a49e37845dd3efbb27 SHA512 a3fa101bcc64b750c170ccd433dbbfaa306354dc6c66d5ab62911c866b7e65f6aefc7e9c82f84f5d16b8b96174edf4bef771a4839ef6e5acd15399a84b93aec4

diff --git a/sys-libs/snapd-glib/snapd-glib-1.64.ebuild b/sys-libs/snapd-glib/snapd-glib-1.64.ebuild
new file mode 100644
index 000000000000..8728ba207b25
--- /dev/null
+++ b/sys-libs/snapd-glib/snapd-glib-1.64.ebuild
@@ -0,0 +1,63 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson vala
+
+DESCRIPTION="glib library for communicating with snapd"
+HOMEPAGE="https://snapcraft.io/"
+SRC_URI="https://github.com/snapcore/snapd-glib/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="LGPL-3"
+SLOT="0/1"
+KEYWORDS="~amd64"
+
+IUSE="doc introspection qml qt5 vala"
+REQUIRED_USE="
+	qml? ( qt5 )
+	vala? ( introspection )
+"
+
+BDEPEND="
+	virtual/pkgconfig
+	sys-devel/gettext
+	qt5? ( dev-qt/linguist-tools:5 )
+"
+
+DEPEND="
+	dev-libs/json-glib
+	dev-libs/glib:2
+	dev-util/glib-utils
+	net-libs/libsoup:3.0
+	doc? ( dev-util/gtk-doc )
+	introspection? ( dev-libs/gobject-introspection )
+	qml? ( dev-qt/qtdeclarative:5 )
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtnetwork:5
+		dev-qt/qtwidgets:5
+		)
+	vala? ( $(vala_depend) )
+"
+
+RDEPEND="${DEPEND}
+	app-containers/snapd
+"
+
+pkg_setup() {
+	vala_setup
+}
+
+src_configure() {
+	local emesonargs=(
+		"$(meson_use doc docs)"
+		"$(meson_use introspection)"
+		"$(meson_use qml qml-bindings)"
+		"$(meson_use qt5 qt-bindings)"
+		"$(meson_use vala vala-bindings)"
+		-Dsoup2=false
+	)
+
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/snapd-glib/
@ 2024-04-26 10:38 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2024-04-26 10:38 UTC (permalink / raw
  To: gentoo-commits

commit:     fe1df4865ab6a3ab1433183afda0aee11cb68c88
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 10:14:48 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 10:32:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1df486

sys-libs/snapd-glib: add 1.65

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-libs/snapd-glib/Manifest               |  1 +
 sys-libs/snapd-glib/snapd-glib-1.65.ebuild | 88 ++++++++++++++++++++++++++++++
 2 files changed, 89 insertions(+)

diff --git a/sys-libs/snapd-glib/Manifest b/sys-libs/snapd-glib/Manifest
index 094164411d98..ef8ecea50050 100644
--- a/sys-libs/snapd-glib/Manifest
+++ b/sys-libs/snapd-glib/Manifest
@@ -1,2 +1,3 @@
 DIST snapd-glib-1.63.tar.xz 187676 BLAKE2B a212f826ee35ef5458b716ce64d8f4b32474f991938bc314fcdb0feb5c803f93880a517fe5e1550bc82bc4992bee7467dc0d8cf5cb260712e83b8a1fe6b75743 SHA512 94a2f46e4e066270ea5492cb00fd44da247686a354cbe6766fe3e8974e6bb51f4cf1ca95027533417ec8c8117fc9d3866cb173a113b89d789b6ba518489a314f
 DIST snapd-glib-1.64.tar.xz 195580 BLAKE2B 1c6e958033c2b98dd72b5bfb6f1a44739a79d5d9a289fded9756cf3031a1fe62cccbf3ba4ce4c4f34d3c7e48b945b481ff6c3ae245d205a49e37845dd3efbb27 SHA512 a3fa101bcc64b750c170ccd433dbbfaa306354dc6c66d5ab62911c866b7e65f6aefc7e9c82f84f5d16b8b96174edf4bef771a4839ef6e5acd15399a84b93aec4
+DIST snapd-glib-1.65.tar.xz 205948 BLAKE2B e5253cd6f8ac908236a89bf8fa3ec2252d2e4bb0875c6860b63808663d80d59d0a5397a5170ac959492e720e1c8fe77d9674a6469cc58556073cf93888da9a8b SHA512 6bae381c6b5a83312004026228ee76e7b8722a5a561c991ceda35aaf104eaf84451f5a7ba299cad6b1f82e3dbcb16cc4780ac393cadb2ca58478b59a809fc613

diff --git a/sys-libs/snapd-glib/snapd-glib-1.65.ebuild b/sys-libs/snapd-glib/snapd-glib-1.65.ebuild
new file mode 100644
index 000000000000..e8d848523dfa
--- /dev/null
+++ b/sys-libs/snapd-glib/snapd-glib-1.65.ebuild
@@ -0,0 +1,88 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson vala
+
+DESCRIPTION="glib library for communicating with snapd"
+HOMEPAGE="https://snapcraft.io/"
+SRC_URI="https://github.com/snapcore/snapd-glib/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="LGPL-3"
+SLOT="0/1"
+KEYWORDS="~amd64"
+
+IUSE="doc introspection qml qt5 qt6 vala"
+REQUIRED_USE="
+	qml? ( || ( qt5 qt6 ) )
+	vala? ( introspection )
+"
+
+BDEPEND="
+	virtual/pkgconfig
+	sys-devel/gettext
+	qt5? ( dev-qt/linguist-tools:5 )
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+
+DEPEND="
+	dev-libs/json-glib
+	dev-libs/glib:2
+	dev-util/glib-utils
+	net-libs/libsoup:3.0
+	doc? ( dev-util/gtk-doc )
+	introspection? ( dev-libs/gobject-introspection )
+	qml? (
+		qt5? ( dev-qt/qtdeclarative:5 )
+		qt6? ( dev-qt/qtdeclarative:6 )
+	)
+	qt5? (
+		dev-qt/qtcore:5
+		dev-qt/qtnetwork:5
+		dev-qt/qtwidgets:5
+	)
+	qt6? (
+		dev-qt/qtbase:6[network,widgets]
+	)
+	vala? ( $(vala_depend) )
+"
+
+RDEPEND="${DEPEND}
+	app-containers/snapd
+"
+
+pkg_setup() {
+	vala_setup
+}
+
+src_configure() {
+	local emesonargs=(
+		"$(meson_use doc docs)"
+		"$(meson_use introspection)"
+		"$(meson_use qml qml-bindings)"
+		"$(meson_use qt5)"
+		"$(meson_use qt6)"
+		"$(meson_use vala vala-bindings)"
+		-Dsoup2=false
+	)
+
+	if use qt5; then
+		emesonargs+=(
+			-Dqt5=true
+			-Dqt6=false
+		)
+	elif use qt6; then
+		emesonargs+=(
+			-Dqt5=false
+			-Dqt6=true
+		)
+	else
+		emesonargs+=(
+			-Dqt5=false
+			-Dqt6=false
+		)
+	fi
+
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/snapd-glib/
@ 2024-04-26 10:38 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2024-04-26 10:38 UTC (permalink / raw
  To: gentoo-commits

commit:     c0413d7b3a3a0b1fd83e465cee31d226f2c9e85b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 10:15:14 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 10:32:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0413d7b

sys-libs/snapd-glib: drop 1.64-r100

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-libs/snapd-glib/snapd-glib-1.64-r100.ebuild | 65 -------------------------
 sys-libs/snapd-glib/snapd-glib-1.65.ebuild      |  2 -
 2 files changed, 67 deletions(-)

diff --git a/sys-libs/snapd-glib/snapd-glib-1.64-r100.ebuild b/sys-libs/snapd-glib/snapd-glib-1.64-r100.ebuild
deleted file mode 100644
index ca2dc1ebc3ed..000000000000
--- a/sys-libs/snapd-glib/snapd-glib-1.64-r100.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson vala
-
-DESCRIPTION="glib library for communicating with snapd"
-HOMEPAGE="https://snapcraft.io/"
-SRC_URI="https://github.com/snapcore/snapd-glib/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="LGPL-3"
-SLOT="0/1"
-KEYWORDS="~amd64"
-
-IUSE="doc introspection qml qt6 vala"
-REQUIRED_USE="
-	qml? ( qt6 )
-	vala? ( introspection )
-"
-
-BDEPEND="
-	virtual/pkgconfig
-	sys-devel/gettext
-	qt6? ( dev-qt/qttools:6[linguist] )
-"
-
-DEPEND="
-	dev-libs/json-glib
-	dev-libs/glib:2
-	dev-util/glib-utils
-	net-libs/libsoup:3.0
-	doc? ( dev-util/gtk-doc )
-	introspection? ( dev-libs/gobject-introspection )
-	qml? ( dev-qt/qtdeclarative:6 )
-	qt6? (
-		dev-qt/qtbase:6[network,widgets]
-		)
-	vala? ( $(vala_depend) )
-"
-
-RDEPEND="${DEPEND}
-	app-containers/snapd
-"
-
-PATCHES=(
-	"${FILESDIR}/${P}-qt6.patch"
-)
-
-pkg_setup() {
-	vala_setup
-}
-
-src_configure() {
-	local emesonargs=(
-		"$(meson_use doc docs)"
-		"$(meson_use introspection)"
-		"$(meson_use qml qml-bindings)"
-		"$(meson_use qt6 qt-bindings)"
-		"$(meson_use vala vala-bindings)"
-		-Dsoup2=false
-	)
-
-	meson_src_configure
-}

diff --git a/sys-libs/snapd-glib/snapd-glib-1.65.ebuild b/sys-libs/snapd-glib/snapd-glib-1.65.ebuild
index e8d848523dfa..ce6cc2f734a2 100644
--- a/sys-libs/snapd-glib/snapd-glib-1.65.ebuild
+++ b/sys-libs/snapd-glib/snapd-glib-1.65.ebuild
@@ -61,8 +61,6 @@ src_configure() {
 		"$(meson_use doc docs)"
 		"$(meson_use introspection)"
 		"$(meson_use qml qml-bindings)"
-		"$(meson_use qt5)"
-		"$(meson_use qt6)"
 		"$(meson_use vala vala-bindings)"
 		-Dsoup2=false
 	)


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/snapd-glib/
@ 2024-04-28 13:16 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2024-04-28 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     7b3db06ab0bbc0e3ab97ada6c5b1d7398ca8a50a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 13:07:31 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 13:07:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3db06a

sys-libs/snapd-glib: split 1.65 into qt5 and qt6 revision

See-also: https://github.com/gentoo/kde/pull/991
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 ...-1.65-r1.ebuild => snapd-glib-1.65-r102.ebuild} | 30 +++-------------------
 ...ib-1.65-r1.ebuild => snapd-glib-1.65-r2.ebuild} | 28 +++-----------------
 2 files changed, 8 insertions(+), 50 deletions(-)

diff --git a/sys-libs/snapd-glib/snapd-glib-1.65-r1.ebuild b/sys-libs/snapd-glib/snapd-glib-1.65-r102.ebuild
similarity index 74%
copy from sys-libs/snapd-glib/snapd-glib-1.65-r1.ebuild
copy to sys-libs/snapd-glib/snapd-glib-1.65-r102.ebuild
index 558bca6c7442..4a9410b58007 100644
--- a/sys-libs/snapd-glib/snapd-glib-1.65-r1.ebuild
+++ b/sys-libs/snapd-glib/snapd-glib-1.65-r102.ebuild
@@ -13,16 +13,15 @@ LICENSE="LGPL-3"
 SLOT="0/1"
 KEYWORDS="~amd64"
 
-IUSE="doc introspection qml qt5 qt6 vala"
+IUSE="doc introspection qml qt6 vala"
 REQUIRED_USE="
-	qml? ( || ( qt5 qt6 ) )
+	qml? ( qt6 )
 	vala? ( introspection )
 "
 
 BDEPEND="
 	virtual/pkgconfig
 	sys-devel/gettext
-	qt5? ( dev-qt/linguist-tools:5 )
 	qt6? ( dev-qt/qttools:6[linguist] )
 "
 
@@ -34,14 +33,8 @@ DEPEND="
 	doc? ( dev-util/gtk-doc )
 	introspection? ( dev-libs/gobject-introspection )
 	qml? (
-		qt5? ( dev-qt/qtdeclarative:5 )
 		qt6? ( dev-qt/qtdeclarative:6 )
 	)
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtnetwork:5
-		dev-qt/qtwidgets:5
-	)
 	qt6? (
 		dev-qt/qtbase:6[network,widgets]
 	)
@@ -66,26 +59,11 @@ src_configure() {
 		"$(meson_use doc docs)"
 		"$(meson_use introspection)"
 		"$(meson_use qml qml-bindings)"
+		"$(meson_use qt6)"
 		"$(meson_use vala vala-bindings)"
 		-Dsoup2=false
+		-Dqt5=false
 	)
 
-	if use qt5; then
-		emesonargs+=(
-			-Dqt5=true
-			-Dqt6=false
-		)
-	elif use qt6; then
-		emesonargs+=(
-			-Dqt5=false
-			-Dqt6=true
-		)
-	else
-		emesonargs+=(
-			-Dqt5=false
-			-Dqt6=false
-		)
-	fi
-
 	meson_src_configure
 }

diff --git a/sys-libs/snapd-glib/snapd-glib-1.65-r1.ebuild b/sys-libs/snapd-glib/snapd-glib-1.65-r2.ebuild
similarity index 75%
rename from sys-libs/snapd-glib/snapd-glib-1.65-r1.ebuild
rename to sys-libs/snapd-glib/snapd-glib-1.65-r2.ebuild
index 558bca6c7442..be44bfbc7a6a 100644
--- a/sys-libs/snapd-glib/snapd-glib-1.65-r1.ebuild
+++ b/sys-libs/snapd-glib/snapd-glib-1.65-r2.ebuild
@@ -13,9 +13,9 @@ LICENSE="LGPL-3"
 SLOT="0/1"
 KEYWORDS="~amd64"
 
-IUSE="doc introspection qml qt5 qt6 vala"
+IUSE="doc introspection qml qt5 vala"
 REQUIRED_USE="
-	qml? ( || ( qt5 qt6 ) )
+	qml? ( qt5 )
 	vala? ( introspection )
 "
 
@@ -23,7 +23,6 @@ BDEPEND="
 	virtual/pkgconfig
 	sys-devel/gettext
 	qt5? ( dev-qt/linguist-tools:5 )
-	qt6? ( dev-qt/qttools:6[linguist] )
 "
 
 DEPEND="
@@ -35,16 +34,12 @@ DEPEND="
 	introspection? ( dev-libs/gobject-introspection )
 	qml? (
 		qt5? ( dev-qt/qtdeclarative:5 )
-		qt6? ( dev-qt/qtdeclarative:6 )
 	)
 	qt5? (
 		dev-qt/qtcore:5
 		dev-qt/qtnetwork:5
 		dev-qt/qtwidgets:5
 	)
-	qt6? (
-		dev-qt/qtbase:6[network,widgets]
-	)
 	vala? ( $(vala_depend) )
 "
 
@@ -66,26 +61,11 @@ src_configure() {
 		"$(meson_use doc docs)"
 		"$(meson_use introspection)"
 		"$(meson_use qml qml-bindings)"
+		"$(meson_use qt5)"
 		"$(meson_use vala vala-bindings)"
 		-Dsoup2=false
+		-Dqt6=false
 	)
 
-	if use qt5; then
-		emesonargs+=(
-			-Dqt5=true
-			-Dqt6=false
-		)
-	elif use qt6; then
-		emesonargs+=(
-			-Dqt5=false
-			-Dqt6=true
-		)
-	else
-		emesonargs+=(
-			-Dqt5=false
-			-Dqt6=false
-		)
-	fi
-
 	meson_src_configure
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/snapd-glib/
@ 2024-04-28 13:16 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2024-04-28 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3fb3d365823c198a30c1cb6a175007b967837bbd
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 13:11:07 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 13:11:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb3d365

sys-libs/snapd-glib: drop 1.64

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-libs/snapd-glib/Manifest               |  1 -
 sys-libs/snapd-glib/snapd-glib-1.64.ebuild | 63 ------------------------------
 2 files changed, 64 deletions(-)

diff --git a/sys-libs/snapd-glib/Manifest b/sys-libs/snapd-glib/Manifest
index ef8ecea50050..4e65f9e830c4 100644
--- a/sys-libs/snapd-glib/Manifest
+++ b/sys-libs/snapd-glib/Manifest
@@ -1,3 +1,2 @@
 DIST snapd-glib-1.63.tar.xz 187676 BLAKE2B a212f826ee35ef5458b716ce64d8f4b32474f991938bc314fcdb0feb5c803f93880a517fe5e1550bc82bc4992bee7467dc0d8cf5cb260712e83b8a1fe6b75743 SHA512 94a2f46e4e066270ea5492cb00fd44da247686a354cbe6766fe3e8974e6bb51f4cf1ca95027533417ec8c8117fc9d3866cb173a113b89d789b6ba518489a314f
-DIST snapd-glib-1.64.tar.xz 195580 BLAKE2B 1c6e958033c2b98dd72b5bfb6f1a44739a79d5d9a289fded9756cf3031a1fe62cccbf3ba4ce4c4f34d3c7e48b945b481ff6c3ae245d205a49e37845dd3efbb27 SHA512 a3fa101bcc64b750c170ccd433dbbfaa306354dc6c66d5ab62911c866b7e65f6aefc7e9c82f84f5d16b8b96174edf4bef771a4839ef6e5acd15399a84b93aec4
 DIST snapd-glib-1.65.tar.xz 205948 BLAKE2B e5253cd6f8ac908236a89bf8fa3ec2252d2e4bb0875c6860b63808663d80d59d0a5397a5170ac959492e720e1c8fe77d9674a6469cc58556073cf93888da9a8b SHA512 6bae381c6b5a83312004026228ee76e7b8722a5a561c991ceda35aaf104eaf84451f5a7ba299cad6b1f82e3dbcb16cc4780ac393cadb2ca58478b59a809fc613

diff --git a/sys-libs/snapd-glib/snapd-glib-1.64.ebuild b/sys-libs/snapd-glib/snapd-glib-1.64.ebuild
deleted file mode 100644
index 8728ba207b25..000000000000
--- a/sys-libs/snapd-glib/snapd-glib-1.64.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson vala
-
-DESCRIPTION="glib library for communicating with snapd"
-HOMEPAGE="https://snapcraft.io/"
-SRC_URI="https://github.com/snapcore/snapd-glib/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="LGPL-3"
-SLOT="0/1"
-KEYWORDS="~amd64"
-
-IUSE="doc introspection qml qt5 vala"
-REQUIRED_USE="
-	qml? ( qt5 )
-	vala? ( introspection )
-"
-
-BDEPEND="
-	virtual/pkgconfig
-	sys-devel/gettext
-	qt5? ( dev-qt/linguist-tools:5 )
-"
-
-DEPEND="
-	dev-libs/json-glib
-	dev-libs/glib:2
-	dev-util/glib-utils
-	net-libs/libsoup:3.0
-	doc? ( dev-util/gtk-doc )
-	introspection? ( dev-libs/gobject-introspection )
-	qml? ( dev-qt/qtdeclarative:5 )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtnetwork:5
-		dev-qt/qtwidgets:5
-		)
-	vala? ( $(vala_depend) )
-"
-
-RDEPEND="${DEPEND}
-	app-containers/snapd
-"
-
-pkg_setup() {
-	vala_setup
-}
-
-src_configure() {
-	local emesonargs=(
-		"$(meson_use doc docs)"
-		"$(meson_use introspection)"
-		"$(meson_use qml qml-bindings)"
-		"$(meson_use qt5 qt-bindings)"
-		"$(meson_use vala vala-bindings)"
-		-Dsoup2=false
-	)
-
-	meson_src_configure
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/snapd-glib/
@ 2024-09-29 15:02 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2024-09-29 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     7e03e53948c661ec3da10098d7017dc439b379e7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 14:46:44 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 15:01:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e03e539

sys-libs/snapd-glib: add 1.66

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-libs/snapd-glib/Manifest               |  1 +
 sys-libs/snapd-glib/snapd-glib-1.66.ebuild | 64 ++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/sys-libs/snapd-glib/Manifest b/sys-libs/snapd-glib/Manifest
index 4e65f9e830c4..3818001af496 100644
--- a/sys-libs/snapd-glib/Manifest
+++ b/sys-libs/snapd-glib/Manifest
@@ -1,2 +1,3 @@
 DIST snapd-glib-1.63.tar.xz 187676 BLAKE2B a212f826ee35ef5458b716ce64d8f4b32474f991938bc314fcdb0feb5c803f93880a517fe5e1550bc82bc4992bee7467dc0d8cf5cb260712e83b8a1fe6b75743 SHA512 94a2f46e4e066270ea5492cb00fd44da247686a354cbe6766fe3e8974e6bb51f4cf1ca95027533417ec8c8117fc9d3866cb173a113b89d789b6ba518489a314f
 DIST snapd-glib-1.65.tar.xz 205948 BLAKE2B e5253cd6f8ac908236a89bf8fa3ec2252d2e4bb0875c6860b63808663d80d59d0a5397a5170ac959492e720e1c8fe77d9674a6469cc58556073cf93888da9a8b SHA512 6bae381c6b5a83312004026228ee76e7b8722a5a561c991ceda35aaf104eaf84451f5a7ba299cad6b1f82e3dbcb16cc4780ac393cadb2ca58478b59a809fc613
+DIST snapd-glib-1.66.tar.xz 211400 BLAKE2B 34b0e77b453f2c809bfae871bc6e965e085abc726ed7cd12642c6c4423c4ec17c7398ebb6e0ca375427f31c0dd9a114df24a643ce59df252b4259d607358f7a7 SHA512 62e8f526dcd6adf3c424be02602853288c05a20dcf538960375928532ced3a0754e8c3f4877407a3a2f48eee6a9ec8e58f03f1fb0e12baaf88af5946e7a2627f

diff --git a/sys-libs/snapd-glib/snapd-glib-1.66.ebuild b/sys-libs/snapd-glib/snapd-glib-1.66.ebuild
new file mode 100644
index 000000000000..5b9d007e6ad6
--- /dev/null
+++ b/sys-libs/snapd-glib/snapd-glib-1.66.ebuild
@@ -0,0 +1,64 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson vala
+
+DESCRIPTION="glib library for communicating with snapd"
+HOMEPAGE="https://snapcraft.io/"
+SRC_URI="https://github.com/snapcore/snapd-glib/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="LGPL-3"
+SLOT="0/1"
+KEYWORDS="~amd64"
+
+IUSE="doc introspection qml qt6 vala"
+REQUIRED_USE="
+	qml? ( qt6 )
+	vala? ( introspection )
+"
+
+BDEPEND="
+	virtual/pkgconfig
+	sys-devel/gettext
+	qt6? ( dev-qt/qttools:6[linguist] )
+"
+
+DEPEND="
+	dev-libs/json-glib
+	dev-libs/glib:2
+	dev-util/glib-utils
+	net-libs/libsoup:3.0
+	doc? ( dev-util/gtk-doc )
+	introspection? ( dev-libs/gobject-introspection )
+	qml? (
+		qt6? ( dev-qt/qtdeclarative:6 )
+	)
+	qt6? (
+		dev-qt/qtbase:6[network,widgets]
+	)
+	vala? ( $(vala_depend) )
+"
+
+RDEPEND="${DEPEND}
+	app-containers/snapd
+"
+
+pkg_setup() {
+	vala_setup
+}
+
+src_configure() {
+	local emesonargs=(
+		"$(meson_use doc docs)"
+		"$(meson_use introspection)"
+		"$(meson_use qml qml-bindings)"
+		"$(meson_use qt6)"
+		"$(meson_use vala vala-bindings)"
+		-Dsoup2=false
+		-Dqt5=false
+	)
+
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-libs/snapd-glib/
@ 2024-09-29 15:02 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2024-09-29 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     dd6ebc9f6231edcc9092adc45c4abeae3014d59f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 14:47:00 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 15:01:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6ebc9f

sys-libs/snapd-glib: drop 1.63

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sys-libs/snapd-glib/Manifest               |  1 -
 sys-libs/snapd-glib/snapd-glib-1.63.ebuild | 63 ------------------------------
 2 files changed, 64 deletions(-)

diff --git a/sys-libs/snapd-glib/Manifest b/sys-libs/snapd-glib/Manifest
index 3818001af496..ea2cfadb41c9 100644
--- a/sys-libs/snapd-glib/Manifest
+++ b/sys-libs/snapd-glib/Manifest
@@ -1,3 +1,2 @@
-DIST snapd-glib-1.63.tar.xz 187676 BLAKE2B a212f826ee35ef5458b716ce64d8f4b32474f991938bc314fcdb0feb5c803f93880a517fe5e1550bc82bc4992bee7467dc0d8cf5cb260712e83b8a1fe6b75743 SHA512 94a2f46e4e066270ea5492cb00fd44da247686a354cbe6766fe3e8974e6bb51f4cf1ca95027533417ec8c8117fc9d3866cb173a113b89d789b6ba518489a314f
 DIST snapd-glib-1.65.tar.xz 205948 BLAKE2B e5253cd6f8ac908236a89bf8fa3ec2252d2e4bb0875c6860b63808663d80d59d0a5397a5170ac959492e720e1c8fe77d9674a6469cc58556073cf93888da9a8b SHA512 6bae381c6b5a83312004026228ee76e7b8722a5a561c991ceda35aaf104eaf84451f5a7ba299cad6b1f82e3dbcb16cc4780ac393cadb2ca58478b59a809fc613
 DIST snapd-glib-1.66.tar.xz 211400 BLAKE2B 34b0e77b453f2c809bfae871bc6e965e085abc726ed7cd12642c6c4423c4ec17c7398ebb6e0ca375427f31c0dd9a114df24a643ce59df252b4259d607358f7a7 SHA512 62e8f526dcd6adf3c424be02602853288c05a20dcf538960375928532ced3a0754e8c3f4877407a3a2f48eee6a9ec8e58f03f1fb0e12baaf88af5946e7a2627f

diff --git a/sys-libs/snapd-glib/snapd-glib-1.63.ebuild b/sys-libs/snapd-glib/snapd-glib-1.63.ebuild
deleted file mode 100644
index 5f95bf2cdd41..000000000000
--- a/sys-libs/snapd-glib/snapd-glib-1.63.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson vala
-
-DESCRIPTION="glib library for communicating with snapd"
-HOMEPAGE="https://snapcraft.io/"
-SRC_URI="https://github.com/snapcore/snapd-glib/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="LGPL-3"
-SLOT="0/1"
-KEYWORDS="amd64"
-
-IUSE="doc introspection qml qt5 vala"
-REQUIRED_USE="
-	qml? ( qt5 )
-	vala? ( introspection )
-"
-
-BDEPEND="
-	virtual/pkgconfig
-	sys-devel/gettext
-	qt5? ( dev-qt/linguist-tools:5 )
-"
-
-DEPEND="
-	dev-libs/json-glib
-	dev-libs/glib:2
-	dev-util/glib-utils
-	net-libs/libsoup:3.0
-	doc? ( dev-util/gtk-doc )
-	introspection? ( dev-libs/gobject-introspection )
-	qml? ( dev-qt/qtdeclarative:5 )
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtnetwork:5
-		dev-qt/qtwidgets:5
-		)
-	vala? ( $(vala_depend) )
-"
-
-RDEPEND="${DEPEND}
-	app-containers/snapd
-"
-
-pkg_setup() {
-	vala_setup
-}
-
-src_configure() {
-	local emesonargs=(
-		"$(meson_use doc docs)"
-		"$(meson_use introspection)"
-		"$(meson_use qml qml-bindings)"
-		"$(meson_use qt5 qt-bindings)"
-		"$(meson_use vala vala-bindings)"
-		-Dsoup2=false
-	)
-
-	meson_src_configure
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-09-29 15:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-20 15:14 [gentoo-commits] repo/gentoo:master commit in: sys-libs/snapd-glib/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2023-07-18 10:56 Andrew Ammerlaan
2024-04-26 10:38 Andrew Ammerlaan
2024-04-26 10:38 Andrew Ammerlaan
2024-04-28 13:16 Andrew Ammerlaan
2024-04-28 13:16 Andrew Ammerlaan
2024-09-29 15:02 Andrew Ammerlaan
2024-09-29 15:02 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox