From 36d867a7b5d37e73765d048cf1047b16f49636c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Negrier=20Duarte?= Date: Mon, 22 Apr 2024 16:34:13 +0100 Subject: [PATCH] gui-libs/gtk-session-lock: new package, add 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gonçalo Negrier Duarte --- gui-libs/gtk-session-lock/Manifest | 1 + .../gtk-session-lock-0.2.0.ebuild | 43 +++++++++++++++++++ gui-libs/gtk-session-lock/metadata.xml | 16 +++++++ 3 files changed, 60 insertions(+) create mode 100644 gui-libs/gtk-session-lock/Manifest create mode 100644 gui-libs/gtk-session-lock/gtk-session-lock-0.2.0.ebuild create mode 100644 gui-libs/gtk-session-lock/metadata.xml diff --git a/gui-libs/gtk-session-lock/Manifest b/gui-libs/gtk-session-lock/Manifest new file mode 100644 index 0000000000..7046b4208c --- /dev/null +++ b/gui-libs/gtk-session-lock/Manifest @@ -0,0 +1 @@ +DIST gtk-session-lock-0.2.0.tar.gz 96770 BLAKE2B dd3d6e906987df0579d796a4b565b469d4e9b6fe26546f1dc3436cdd09c2c27c3c2696bbbf1ce464d3dd55f8705bb280eb124307c0ce70a577d54efec18838e5 SHA512 ac1d33f215cdf0e3730840f5f7b9eac3027ad2f2e066a0ba532c9df9f74cffdedced841da0948d645cab3ed27a4c896353048ad45ed498668e3a905a98c14677 diff --git a/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0.ebuild b/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0.ebuild new file mode 100644 index 0000000000..8ca71ea67b --- /dev/null +++ b/gui-libs/gtk-session-lock/gtk-session-lock-0.2.0.ebuild @@ -0,0 +1,43 @@ +# 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="exemples docs test" +RESTRICT="!test? ( test )" +RDEPEND=" + sys-libs/pam + x11-libs/gtk+:3[wayland] + gui-libs/gtk-session-lock +" +DEPEND=" + ${DEPEND} + >=dev-libs/wayland-protocols-1.34 +" +BDEPEND=" + dev-util/wayland-scanner + virtual/pkgconfig + dev-build/meson + man? ( app-text/scdoc ) +" + +src_configure() { + local emesonargs=( + $(meson_use examples examples) + $(meson_use test tests) + $(meson_use docs docs) + -Dintrospection=true + -Dintrospection=vapi + ) + meson_src_configure +} diff --git a/gui-libs/gtk-session-lock/metadata.xml b/gui-libs/gtk-session-lock/metadata.xml new file mode 100644 index 0000000000..05c8b27811 --- /dev/null +++ b/gui-libs/gtk-session-lock/metadata.xml @@ -0,0 +1,16 @@ + + + + + gonegrier.duarte@gmail.com + Gonçalo Negrier Duarte + + + Cu3PO42/gtk-session-lock + + + Build example applications + Build devhelp API documentation + Build tests + +