mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 12:28:25 +01:00
29 lines
639 B
BlitzBasic
29 lines
639 B
BlitzBasic
|
SUMMARY = "GTK-based lockscreen for Wayland."
|
||
|
HOMEPAGE = "https://github.com/jovanlanik/gtklock"
|
||
|
SECTION = "graphics"
|
||
|
LICENSE = "GPL-3.0-only"
|
||
|
|
||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||
|
|
||
|
REQUIRED_DISTRO_FEATURES = "wayland pam"
|
||
|
|
||
|
DEPENDS = " \
|
||
|
gtk+3 \
|
||
|
gtk-layer-shell \
|
||
|
libpam \
|
||
|
scdoc-native \
|
||
|
wayland \
|
||
|
wayland-native \
|
||
|
wayland-protocols \
|
||
|
"
|
||
|
|
||
|
SRC_URI = "git://github.com/jovanlanik/gtklock.git;protocol=https;branch=master"
|
||
|
|
||
|
S = "${WORKDIR}/git"
|
||
|
PV = "1.3.0"
|
||
|
SRCREV = "533799037bab53e47c16f3d7da97efbeb8f4cb0d"
|
||
|
|
||
|
inherit autotools-brokensep pkgconfig features_check
|
||
|
|
||
|
EXTRA_OEMAKE += "PREFIX=${prefix}"
|