mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
phosh: update
add needed recipe for gmobile
This commit is contained in:
parent
0e8b8275bd
commit
50836a00c1
12
recipes-extended/gmobile/gmobile_git.bb
Normal file
12
recipes-extended/gmobile/gmobile_git.bb
Normal file
@ -0,0 +1,12 @@
|
||||
SUMMARY = "gmobile carries some helpers for GNOME on mobile devices"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://src/gm-cutout.c;beginline=1;endline=5;md5=fdd1e77039fe571c0c9aa6280a7e7903"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
DEPENDS = "glib-2.0 json-glib"
|
||||
|
||||
SRC_URI = "git://gitlab.gnome.org/guidog/gmobile.git;protocol=https;nobranch=1"
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "52f8c0f7970bb997ecc960b61bef4aa07eeaa92c"
|
||||
PV = "0.0.1"
|
@ -57,8 +57,8 @@ SRC_URI = " \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.25.2"
|
||||
SRCREV = "0878301c83028b2e5ef75acb92485a6eebfd86bd"
|
||||
PV = "0.28.0"
|
||||
SRCREV = "059c9f1a782689a05a1871cfcc6310d8e5e13514"
|
||||
|
||||
EXTRA_OEMESON += "--buildtype=release"
|
||||
|
||||
|
@ -10,6 +10,7 @@ REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
DEPENDS += " \
|
||||
glib-2.0 \
|
||||
gmobile \
|
||||
gnome-desktop \
|
||||
libinput \
|
||||
libxkbcommon \
|
||||
@ -35,8 +36,8 @@ RDEPENDS:${PN} = "mutter"
|
||||
SRC_URI = "gitsm://gitlab.gnome.org/World/Phosh/phoc.git;protocol=https;nobranch=1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.25.2"
|
||||
SRCREV = "3aee71bf5197694ee6125d6f4d06c2afc4c2a4e2"
|
||||
PV = "0.28.0"
|
||||
SRCREV = "ec5e24da547e60ee76df8166e27ea77db5865da5"
|
||||
|
||||
inherit features_check gsettings meson pkgconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user