Files
guru/x11-themes/adw-gtk3/adw-gtk3-5.6.ebuild
Julien Roy b541c54cc5 x11-themes/adw-gtk3: add 5.6
Signed-off-by: Julien Roy <julien@jroy.ca>
2025-01-11 17:19:31 -05:00

18 lines
456 B
Bash

# Copyright 2023-2025 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 ~arm64"
IDEPEND=">=dev-lang/sassc-3.6.2"
RDEPEND=">=gui-libs/gtk-4.16.0:4"