summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-04-10 16:17:47 +0200
committerKhem Raj <raj.khem@gmail.com>2023-04-10 09:39:38 -0700
commitc466df4d50127c449f5b2eb54b52d0b8aabc470c (patch)
tree3a95817931ddec1f940921d793ed34a5b5638c98 /meta-oe/recipes-gnome
parent3d0279c187382efaea56fbec25f1704b0b0cf2a6 (diff)
downloadmeta-openembedded-c466df4d50127c449f5b2eb54b52d0b8aabc470c.tar.gz
adw-gtk3: add recipe
This Theme will provide a unified look for gtk2/3/4 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome')
-rw-r--r--meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.5.bb16
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 000000000..cb79b5df8
--- /dev/null
+++ b/meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.5.bb
@@ -0,0 +1,16 @@
1SUMMARY = "An unofficial GTK3 port of libadwaita."
2HOMEPAGE = "http://github.com/lassekongo83/adw-gtk3"
3SECTION = "graphics"
4LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
6
7DEPENDS = "sassc-native"
8
9inherit meson
10
11SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main"
12
13S = "${WORKDIR}/git"
14SRCREV = "bbc539534e881aa9c554665bd3cbf42ffeec6b76"
15
16FILES:${PN} = "${datadir}/themes"