meta-wayland/recipes-gtk/granite/granite_git.bb

25 lines
594 B
BlitzBasic
Raw Normal View History

2022-06-03 18:34:32 +02:00
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 = " \
2024-03-10 16:26:50 +01:00
gtk4 \
2022-06-03 18:34:32 +02:00
glib-2.0 \
libgee \
2024-03-10 16:26:50 +01:00
sassc-native \
2022-06-03 18:34:32 +02:00
"
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
SRC_URI = "git://github.com/elementary/granite.git;protocol=https;nobranch=1"
S = "${WORKDIR}/git"
2024-03-10 16:26:50 +01:00
PV = "7.4.0"
SRCREV = "949703f8649013695c6d32eb84a6b541ac0da4db"
2022-06-03 18:34:32 +02:00
inherit meson pkgconfig gobject-introspection vala features_check
FILES:${PN} += "${datadir}"