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, 0 insertions, 21 deletions
diff --git a/gui-apps/gtklock/gtklock-2.0.1.ebuild b/gui-apps/gtklock/gtklock-2.0.1.ebuild
deleted file mode 100644
index d664780..0000000
--- a/gui-apps/gtklock/gtklock-2.0.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
-)