From 8916ce3d2c55840df1268ab1df3644603ee4975b Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 10 Mar 2024 16:26:50 +0100 Subject: [PATCH] granite: add version for gtk4 --- recipes-gtk/granite/granite6_git.bb | 23 +++++++++++++++++++++++ recipes-gtk/granite/granite_git.bb | 7 ++++--- 2 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 recipes-gtk/granite/granite6_git.bb diff --git a/recipes-gtk/granite/granite6_git.bb b/recipes-gtk/granite/granite6_git.bb new file mode 100644 index 0000000..efdc682 --- /dev/null +++ b/recipes-gtk/granite/granite6_git.bb @@ -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}" diff --git a/recipes-gtk/granite/granite_git.bb b/recipes-gtk/granite/granite_git.bb index efdc682..787be43 100644 --- a/recipes-gtk/granite/granite_git.bb +++ b/recipes-gtk/granite/granite_git.bb @@ -5,9 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" DEPENDS = " \ - gtk+3 \ + gtk4 \ glib-2.0 \ libgee \ + sassc-native \ " 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" S = "${WORKDIR}/git" -PV = "6.2.0" -SRCREV = "4ab145c28bb3db6372fe519e8bd79c645edfcda3" +PV = "7.4.0" +SRCREV = "949703f8649013695c6d32eb84a6b541ac0da4db" inherit meson pkgconfig gobject-introspection vala features_check