From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1624004-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 595E41581E7
	for <garchives@archives.gentoo.org>; Tue, 23 Apr 2024 10:26:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0AE78E29E5;
	Tue, 23 Apr 2024 10:26:20 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 61A82E29E5
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Apr 2024 10:26:19 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6C18D3432D6
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Apr 2024 10:26:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 008511725
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Apr 2024 10:26:17 +0000 (UTC)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com>
Message-ID: <1713857187.c10009663ba4de3f02a02963d2c8b977b67fc222.davidroman@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-libs/gtk-session-lock/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r3.ebuild gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r4.ebuild gui-libs/gtk-session-lock/metadata.xml
X-VCS-Directories: gui-libs/gtk-session-lock/
X-VCS-Committer: davidroman
X-VCS-Committer-Name: David Roman
X-VCS-Revision: c10009663ba4de3f02a02963d2c8b977b67fc222
X-VCS-Branch: master
Date: Tue, 23 Apr 2024 10:26:17 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: ddb297b2-b148-4702-a9a1-cdc06705876f
X-Archives-Hash: e02f10f31b1a150760a5338bc8d2b558

commit:     c10009663ba4de3f02a02963d2c8b977b67fc222
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Tue Apr 23 07:16:05 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Apr 23 07:26:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1000966

gui-libs/gtk-session-lock: improve ebuild and fix tests

* tests on gtk-session-lock work very similar to gtk-layer-shell
* the same logic was applied, also most of the depedency are the same
* also add gtk-layer-shell as depedency for test only

Closes: https://bugs.gentoo.org/930470
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 .../gtk-session-lock-0.2.0-r3.ebuild               | 42 ----------------
 .../gtk-session-lock-0.2.0-r4.ebuild               | 56 ++++++++++++++++++++++
 gui-libs/gtk-session-lock/metadata.xml             |  4 --
 3 files changed, 56 insertions(+), 46 deletions(-)

diff --git a/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r3.ebuild b/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r3.ebuild
deleted file mode 100644
index 1da545eebc..0000000000
--- a/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="GTK-based lockscreen for Wayland"
-HOMEPAGE="https://github.com/Cu3PO42/${PN}"
-SRC_URI="https://github.com/Cu3PO42/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="examples docs"
-#RESTRICT="!test? ( test )"
-RDEPEND="
-	sys-libs/pam
-	x11-libs/gtk+:3[wayland]
-"
-DEPEND="
-	${DEPEND}
-	>=dev-libs/wayland-protocols-1.34
-	gui-libs/gtk-layer-shell
-"
-BDEPEND="
-	dev-util/wayland-scanner
-	virtual/pkgconfig
-	dev-build/meson
-"
-
-src_configure() {
-    local emesonargs=(
-		$(meson_use examples examples)
-		#$(meson_use test tests)
-		$(meson_use docs docs)
-		-Dintrospection=true
-		-Dvapi=false
-	)
-    meson_src_configure
-}

diff --git a/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r4.ebuild b/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r4.ebuild
new file mode 100644
index 0000000000..24f6a72b40
--- /dev/null
+++ b/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0-r4.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+VALA_USE_DEPEND="vapigen"
+inherit vala meson python-any-r1
+
+SRC_URI="https://github.com/Cu3PO42/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+DESCRIPTION="GTK-based lockscreen for Wayland"
+HOMEPAGE="https://github.com/Cu3PO42/${PN}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="examples gtk-doc introspection test vala"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="vala? ( introspection )"
+RDEPEND="
+	sys-libs/pam
+"
+DEPEND="
+	${DEPEND}
+	x11-libs/gtk+:3[introspection?,wayland]
+	>=dev-libs/wayland-1.22.0
+	>=dev-libs/wayland-protocols-1.34
+	test? ( gui-libs/gtk-layer-shell[introspection?] )
+"
+BDEPEND="
+	dev-util/wayland-scanner
+	virtual/pkgconfig
+	dev-build/meson
+	gtk-doc? ( dev-util/gtk-doc )
+	test? ( ${PYTHON_DEPS} )
+	vala? ( $(vala_depend)
+"
+
+src_prepare() {
+	default
+	use vala && vala_setup
+}
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use examples)
+		$(meson_use gtk-doc docs)
+		$(meson_use test tests)
+		$(meson_use introspection)
+		$(meson_use vala vapi)
+	)
+	meson_src_configure
+}

diff --git a/gui-libs/gtk-session-lock/metadata.xml b/gui-libs/gtk-session-lock/metadata.xml
index b0237f3c5f..c83b153979 100644
--- a/gui-libs/gtk-session-lock/metadata.xml
+++ b/gui-libs/gtk-session-lock/metadata.xml
@@ -8,8 +8,4 @@
 	<upstream>
 		<remote-id type="github">Cu3PO42/gtk-session-lock</remote-id>
 	</upstream>
-	<use>
-		<flag name="examples">Build example applications</flag>
-		<flag name="docs">Build devhelp API documentation</flag>
-	</use>
 </pkgmetadata>