x11-themes/adw-gtk3: new package, add 4.8

Signed-off-by: Konstantin Tutsch <mail@konstantintutsch.de>
This commit is contained in:
Konstantin Tutsch
2023-08-21 20:16:15 +02:00
parent 595ea25515
commit f77a6823c2
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST v4.8.tar.gz 6146728 BLAKE2B 4f37659dbf62d7fad110bfff44721e288aa5d4a7002ff683b76f339e0047e79ccf07ea8b17805b1dedd433f7e13cfc7fafa2184b66033ca9e267acaca944b61b SHA512 a69a875bef2996c6a3f2baeb38851ff971c49bba7318c51f3abee300a9b4a82973a32ace4855ad57686a057568c09d39753a9699481b4d361561247f48b259d4

View File

@@ -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=""

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mail@konstantintutsch.de</email>
<name>Konstantin Tutsch</name>
</maintainer>
<upstream>
<remote-id type="github">lassekongo83/adw-gtk3</remote-id>
</upstream>
</pkgmetadata>