From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48DBF15800A for ; Wed, 23 Aug 2023 17:33:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D3B52BC01D; Wed, 23 Aug 2023 17:33:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 333C62BC01D for ; Wed, 23 Aug 2023 17:33:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 326B83412CD for ; Wed, 23 Aug 2023 17:33:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9746E1078 for ; Wed, 23 Aug 2023 17:33:02 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1692641775.f77a6823c2fcf2905cc5063ea4f43be451f147b9.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-themes/adw-gtk3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-themes/adw-gtk3/Manifest x11-themes/adw-gtk3/adw-gtk3-4.8.ebuild x11-themes/adw-gtk3/metadata.xml X-VCS-Directories: x11-themes/adw-gtk3/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: f77a6823c2fcf2905cc5063ea4f43be451f147b9 X-VCS-Branch: master Date: Wed, 23 Aug 2023 17:33:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ee5117a0-d63f-4f8a-a0bb-108e6424d000 X-Archives-Hash: c4b05416bf5482c511215bf98fe6c20a commit: f77a6823c2fcf2905cc5063ea4f43be451f147b9 Author: Konstantin Tutsch konstantintutsch de> AuthorDate: Mon Aug 21 18:16:15 2023 +0000 Commit: David Roman gmail com> CommitDate: Mon Aug 21 18:16:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f77a6823 x11-themes/adw-gtk3: new package, add 4.8 Signed-off-by: Konstantin Tutsch konstantintutsch.de> x11-themes/adw-gtk3/Manifest | 1 + x11-themes/adw-gtk3/adw-gtk3-4.8.ebuild | 20 ++++++++++++++++++++ x11-themes/adw-gtk3/metadata.xml | 11 +++++++++++ 3 files changed, 32 insertions(+) diff --git a/x11-themes/adw-gtk3/Manifest b/x11-themes/adw-gtk3/Manifest new file mode 100644 index 0000000000..cc91afdba5 --- /dev/null +++ b/x11-themes/adw-gtk3/Manifest @@ -0,0 +1 @@ +DIST v4.8.tar.gz 6146728 BLAKE2B 4f37659dbf62d7fad110bfff44721e288aa5d4a7002ff683b76f339e0047e79ccf07ea8b17805b1dedd433f7e13cfc7fafa2184b66033ca9e267acaca944b61b SHA512 a69a875bef2996c6a3f2baeb38851ff971c49bba7318c51f3abee300a9b4a82973a32ace4855ad57686a057568c09d39753a9699481b4d361561247f48b259d4 diff --git a/x11-themes/adw-gtk3/adw-gtk3-4.8.ebuild b/x11-themes/adw-gtk3/adw-gtk3-4.8.ebuild new file mode 100644 index 0000000000..887f21c261 --- /dev/null +++ b/x11-themes/adw-gtk3/adw-gtk3-4.8.ebuild @@ -0,0 +1,20 @@ +# 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" +S="${WORKDIR}/adw-gtk3-${PV}" + +LICENSE="LGPG-2.1" +SLOT="0" +KEYWORDS="~amd64" + +IDEPEND=">=dev-lang/sassc-3.6.2" +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" diff --git a/x11-themes/adw-gtk3/metadata.xml b/x11-themes/adw-gtk3/metadata.xml new file mode 100644 index 0000000000..90e9647943 --- /dev/null +++ b/x11-themes/adw-gtk3/metadata.xml @@ -0,0 +1,11 @@ + + + + + mail@konstantintutsch.de + Konstantin Tutsch + + + lassekongo83/adw-gtk3 + +