meta-wayland/recipes-gtk/swaysettings/swaysettings_git.bb

30 lines
605 B
BlitzBasic
Raw Normal View History

2022-06-03 18:34:32 +02:00
SUMMARY = "A GUI for configuring your sway desktop"
HOMEPAGE = "https://github.com/ErikReider/SwaySettings"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
DEPENDS = " \
accountsservice \
gtk+3 \
2024-03-10 16:29:58 +01:00
glib-2.0 \
granite6 \
2022-06-03 18:34:32 +02:00
gtk-layer-shell \
json-glib \
libgee \
libhandy \
libxml2 \
2024-03-10 16:29:58 +01:00
pulseaudio \
2022-06-03 18:34:32 +02:00
xkeyboard-config \
"
SRC_URI = "git://github.com/ErikReider/SwaySettings.git;protocol=https;nobranch=1"
S = "${WORKDIR}/git"
2024-03-10 16:29:58 +01:00
PV = "0.4.0"
SRCREV = "8fb6210ad123654f3988cb8f3f59ab629bb0a747"
2022-06-03 18:34:32 +02:00
inherit meson pkgconfig vala
FILES:${PN} += "${datadir}"