mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
granite: add version for gtk4
This commit is contained in:
parent
0218da657c
commit
8916ce3d2c
23
recipes-gtk/granite/granite6_git.bb
Normal file
23
recipes-gtk/granite/granite6_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}"
|
@ -5,9 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
|
|||||||
|
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
gtk+3 \
|
gtk4 \
|
||||||
glib-2.0 \
|
glib-2.0 \
|
||||||
libgee \
|
libgee \
|
||||||
|
sassc-native \
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
||||||
@ -15,8 +16,8 @@ REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
|||||||
SRC_URI = "git://github.com/elementary/granite.git;protocol=https;nobranch=1"
|
SRC_URI = "git://github.com/elementary/granite.git;protocol=https;nobranch=1"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "6.2.0"
|
PV = "7.4.0"
|
||||||
SRCREV = "4ab145c28bb3db6372fe519e8bd79c645edfcda3"
|
SRCREV = "949703f8649013695c6d32eb84a6b541ac0da4db"
|
||||||
|
|
||||||
inherit meson pkgconfig gobject-introspection vala features_check
|
inherit meson pkgconfig gobject-introspection vala features_check
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user