aboutsummaryrefslogtreecommitdiff
path: root/gui-apps/gtklock/gtklock-2.0.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps/gtklock/gtklock-2.0.1.ebuild')
-rw-r--r--gui-apps/gtklock/gtklock-2.0.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/gui-apps/gtklock/gtklock-2.0.1.ebuild b/gui-apps/gtklock/gtklock-2.0.1.ebuild
new file mode 100644
index 0000000..d664780
--- /dev/null
+++ b/gui-apps/gtklock/gtklock-2.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="GTK-based lockscreen for Wayland"
+HOMEPAGE="https://github.com/jovanlanik/gtklock"
+SRC_URI="https://github.com/jovanlanik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="sys-libs/pam
+ gui-libs/gtk-layer-shell"
+
+BDEPEND="app-text/scdoc"
+
+PATCHES=(
+ "${FILESDIR}"/"${P}"-makefile.patch
+)