diff options
| -rw-r--r-- | meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.5.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.5.bb b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.5.bb new file mode 100644 index 0000000000..cb79b5df8b --- /dev/null +++ b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.5.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "An unofficial GTK3 port of libadwaita." | ||
| 2 | HOMEPAGE = "http://github.com/lassekongo83/adw-gtk3" | ||
| 3 | SECTION = "graphics" | ||
| 4 | LICENSE = "LGPL-2.1-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" | ||
| 6 | |||
| 7 | DEPENDS = "sassc-native" | ||
| 8 | |||
| 9 | inherit meson | ||
| 10 | |||
| 11 | SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | SRCREV = "bbc539534e881aa9c554665bd3cbf42ffeec6b76" | ||
| 15 | |||
| 16 | FILES:${PN} = "${datadir}/themes" | ||
