mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
gtklock: add recipe
This commit is contained in:
parent
1887ef74eb
commit
fdb26547cb
28
recipes-gtk/gtklock/gtklock_git.bb
Normal file
28
recipes-gtk/gtklock/gtklock_git.bb
Normal file
@ -0,0 +1,28 @@
|
||||
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}"
|
Loading…
Reference in New Issue
Block a user