Files
guru/gui-apps/gtklock/gtklock-2.0.1.ebuild
Hayley Hughes aa08ea9e0f gui-apps/gtklock: fix min version of gtk-layer-shell
=gui-apps/gtklock-2.0.1 requires >=gui-libs/gtk-layer-shell-0.6.0
however the currently stable version of gtk-layer-shell in :gentoo is
only 0.1.0. Once a version of gtk-layer-shell >= 0.6.0 gets stablised,
this commit can be reverted.

Signed-off-by: Hayley Hughes <hayley@foxes.systems>
2022-12-17 20:08:57 +11:00

22 lines
470 B
Bash

# 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-0.6.0"
BDEPEND="app-text/scdoc"
PATCHES=(
"${FILESDIR}"/"${P}"-makefile.patch
)