diff options
author | Julien Roy <julien@jroy.ca> | 2024-03-18 20:23:06 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-03-18 20:23:06 -0400 |
commit | a73868838ae615147088a7799e7756711d2dd2c5 (patch) | |
tree | dc1fe296a8d708d6c2af6ef41598e28dada0c6c3 /x11-themes | |
parent | media-video/delfin: depend on virtual/rust instead of dev-lang/rust (diff) | |
download | guru-a73868838ae615147088a7799e7756711d2dd2c5.tar.gz guru-a73868838ae615147088a7799e7756711d2dd2c5.tar.bz2 guru-a73868838ae615147088a7799e7756711d2dd2c5.zip |
x11-themes/adw-gtk3: add 5.3
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/adw-gtk3/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/adw-gtk3/adw-gtk3-5.3.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-themes/adw-gtk3/Manifest b/x11-themes/adw-gtk3/Manifest index 8f6b18dc5..2f3e7097c 100644 --- a/x11-themes/adw-gtk3/Manifest +++ b/x11-themes/adw-gtk3/Manifest @@ -1,2 +1,3 @@ DIST adw-gtk3-5.1.tar.gz 6152577 BLAKE2B 78f05a219950a1458a1bc6afde762e40d07c53adf71f145ec219a0acda7009811ae227a730b06c7579e65a415b81157f54b02d6ce032ed997f3c98713903fe1e SHA512 9190574a92d16149d807c80fad882edcad17f8f1543e89726a349094efc7a6eb2616c1c7e9d57c500f3bb1c0c957c572ae9fadfeec9a10012c33d650f9cbff5a DIST adw-gtk3-5.2.tar.gz 6152612 BLAKE2B 1cdd0743a7c9b3e6ef78d50869c109665e0a1b785c28313585b8488011c5272fd5224cf612b88b121b59ad31ab1c161b228e6f0720f162bd1812ba22ee2cb3db SHA512 edf08cfb1b29055d33bf9301365e109503b43bcf9213cb7c9c707421228b232913cd5d6936123d8f88e531b9239ceb6d11cda4b3b2530ae761836f970141079a +DIST adw-gtk3-5.3.tar.gz 6153428 BLAKE2B 7e4e5024673b5838b66eff41e1245af15610e75b99d3e0eb0133e31bd199dab4212951ce2ab33a9a8f753c33124002cb09301fea027e7d91243b15112af0fe9c SHA512 8a887a9d3253b929a78e3afaa13de25a7de3601ba81ad3f15769e331128e16092b61c592dc4059cb0af3059adacf06cf754b0c72ee4f275078afd47b89a12f82 diff --git a/x11-themes/adw-gtk3/adw-gtk3-5.3.ebuild b/x11-themes/adw-gtk3/adw-gtk3-5.3.ebuild new file mode 100644 index 000000000..044d36722 --- /dev/null +++ b/x11-themes/adw-gtk3/adw-gtk3-5.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="The theme from libadwaita ported to GTK-3" +HOMEPAGE="https://github.com/lassekongo83/adw-gtk3" +SRC_URI="https://github.com/lassekongo83/adw-gtk3/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" + +IDEPEND=">=dev-lang/sassc-3.6.2" |