mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
gui-libs/gtk-session-lock: new package, add 0.2.0
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
1
gui-libs/gtk-session-lock/Manifest
Normal file
1
gui-libs/gtk-session-lock/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST gtk-session-lock-0.2.0.tar.gz 96770 BLAKE2B dd3d6e906987df0579d796a4b565b469d4e9b6fe26546f1dc3436cdd09c2c27c3c2696bbbf1ce464d3dd55f8705bb280eb124307c0ce70a577d54efec18838e5 SHA512 ac1d33f215cdf0e3730840f5f7b9eac3027ad2f2e066a0ba532c9df9f74cffdedced841da0948d645cab3ed27a4c896353048ad45ed498668e3a905a98c14677
|
||||
43
gui-libs/gtk-session-lock/gtk-session-lock-0.2.0.ebuild
Normal file
43
gui-libs/gtk-session-lock/gtk-session-lock-0.2.0.ebuild
Normal file
@@ -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
|
||||
}
|
||||
16
gui-libs/gtk-session-lock/metadata.xml
Normal file
16
gui-libs/gtk-session-lock/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gonegrier.duarte@gmail.com</email>
|
||||
<name>Gonçalo Negrier Duarte</name>
|
||||
</maintainer>
|
||||
<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>
|
||||
<flag name="test">Build tests</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user