mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
swaysettings: initial add recipe
This commit is contained in:
parent
ba70d3824d
commit
c4cb78f9df
23
recipes-gtk/granite/granite_git.bb
Normal file
23
recipes-gtk/granite/granite_git.bb
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
SUMMARY = "Granite is a companion library for GTK and GLib."
|
||||||
|
HOMEPAGE = "https://github.com/elementary/granite"
|
||||||
|
LICENSE = "LGPL-3.0-only"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
||||||
|
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
gtk+3 \
|
||||||
|
glib-2.0 \
|
||||||
|
libgee \
|
||||||
|
"
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/elementary/granite.git;protocol=https;nobranch=1"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "6.2.0"
|
||||||
|
SRCREV = "4ab145c28bb3db6372fe519e8bd79c645edfcda3"
|
||||||
|
|
||||||
|
inherit meson pkgconfig gobject-introspection vala features_check
|
||||||
|
|
||||||
|
FILES:${PN} += "${datadir}"
|
28
recipes-gtk/swaysettings/swaysettings_git.bb
Normal file
28
recipes-gtk/swaysettings/swaysettings_git.bb
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
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 \
|
||||||
|
glib-2.0 \
|
||||||
|
granite \
|
||||||
|
gtk+3 \
|
||||||
|
gtk-layer-shell \
|
||||||
|
json-glib \
|
||||||
|
libgee \
|
||||||
|
libhandy \
|
||||||
|
libxml2 \
|
||||||
|
xkeyboard-config \
|
||||||
|
"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/ErikReider/SwaySettings.git;protocol=https;nobranch=1"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "0.3.0"
|
||||||
|
SRCREV = "8c7ac50f78eadd65086b68c662514f95e02f8559"
|
||||||
|
|
||||||
|
inherit meson pkgconfig vala
|
||||||
|
|
||||||
|
FILES:${PN} += "${datadir}"
|
Loading…
Reference in New Issue
Block a user