aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Tutsch <mail@konstantintutsch.de>2023-08-31 15:37:06 +0200
committerKonstantin Tutsch <mail@konstantintutsch.de>2023-08-31 15:37:22 +0200
commit3ab351c16eb9d6b0afed2e94837d7606ec27dbb3 (patch)
treedffc43e5027a0a8a22473e0a910b1fc1abd75508 /x11-themes
parentapp-doc/geeknote: WhitespaceFound fix (diff)
downloadguru-3ab351c16eb9d6b0afed2e94837d7606ec27dbb3.tar.gz
guru-3ab351c16eb9d6b0afed2e94837d7606ec27dbb3.tar.bz2
guru-3ab351c16eb9d6b0afed2e94837d7606ec27dbb3.zip
x11-themes/adw-gtk3: add 4.9
Signed-off-by: Konstantin Tutsch <mail@konstantintutsch.de>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/adw-gtk3/Manifest1
-rw-r--r--x11-themes/adw-gtk3/adw-gtk3-4.9.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-themes/adw-gtk3/Manifest b/x11-themes/adw-gtk3/Manifest
index 14103d540..40d7854d0 100644
--- a/x11-themes/adw-gtk3/Manifest
+++ b/x11-themes/adw-gtk3/Manifest
@@ -1 +1,2 @@
DIST adw-gtk3-4.8.tar.gz 6146728 BLAKE2B 4f37659dbf62d7fad110bfff44721e288aa5d4a7002ff683b76f339e0047e79ccf07ea8b17805b1dedd433f7e13cfc7fafa2184b66033ca9e267acaca944b61b SHA512 a69a875bef2996c6a3f2baeb38851ff971c49bba7318c51f3abee300a9b4a82973a32ace4855ad57686a057568c09d39753a9699481b4d361561247f48b259d4
+DIST adw-gtk3-4.9.tar.gz 6146910 BLAKE2B 5611b10a87258815b668389b519e5a50b89615ab7d838214a196415932a0ef7b36dbba051168418354496782275bb7667b329893d92a838a94fe647d497dea7d SHA512 2b4f1f7a46c487b61135de12982044f7a036302a80ff2c1d0bdde56fee08435273f1871dc4794e825c11af00ea9e8588deaa604ed68f5f096efe32f9aa090ec0
diff --git a/x11-themes/adw-gtk3/adw-gtk3-4.9.ebuild b/x11-themes/adw-gtk3/adw-gtk3-4.9.ebuild
new file mode 100644
index 000000000..281ca9c95
--- /dev/null
+++ b/x11-themes/adw-gtk3/adw-gtk3-4.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+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"
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""