mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
3d0279c187
commit
c466df4d50
16
meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.5.bb
Normal file
16
meta-oe/recipes-gnome/gnome-themes/adw-gtk3_4.5.bb
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
SUMMARY = "An unofficial GTK3 port of libadwaita."
|
||||
HOMEPAGE = "http://github.com/lassekongo83/adw-gtk3"
|
||||
SECTION = "graphics"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
|
||||
|
||||
DEPENDS = "sassc-native"
|
||||
|
||||
inherit meson
|
||||
|
||||
SRC_URI = "git://github.com/lassekongo83/adw-gtk3.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "bbc539534e881aa9c554665bd3cbf42ffeec6b76"
|
||||
|
||||
FILES:${PN} = "${datadir}/themes"
|
||||
Loading…
Reference in New Issue
Block a user