x11-themes/MoreWaita: new package, add 49, 9999

Signed-off-by: Bjorn Ferson <bjorn.megaflow@gmail.com>
This commit is contained in:
Bjorn Ferson
2026-06-20 23:40:09 +02:00
parent 2f2b1ba107
commit 955bc02769
4 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST v49.tar.gz 11044727 BLAKE2B b0d687276be38fd60646971e06db0625cacf79d02363f59e76c7f307bc13e48c0f828a69bddff517734411176eee570a9b033f169ba007cef46514fae0872fab SHA512 8eacaabcde9ee018365481608bd9723c606b9345127e065c64df001461122eafe57663457cc89b7679a9c4d5f4e2b86ec4581a792aa9d54b94a6b924aad5d5a7

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg meson
DESCRIPTION="An expanded Adwaita-styled companion icon theme"
HOMEPAGE="https://github.com/somepaulo/MoreWaita"
LICENSE="GPL-3+"
SLOT="0"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/somepaulo/MoreWaita"
else
SRC_URI="https://github.com/somepaulo/MoreWaita/archive/refs/tags/v${PV}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
RESTRICT="binchecks strip"
RDEPEND="x11-themes/adwaita-icon-theme"

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg meson
DESCRIPTION="An expanded Adwaita-styled companion icon theme"
HOMEPAGE="https://github.com/somepaulo/MoreWaita"
LICENSE="GPL-3+"
SLOT="0"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/somepaulo/MoreWaita"
else
SRC_URI="https://github.com/somepaulo/MoreWaita/archive/refs/tags/v${PV}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
RESTRICT="binchecks strip"
RDEPEND="x11-themes/adwaita-icon-theme"

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://gentoo.org">
<pkgmetadata>
<maintainer type="person">
<email>bjorn.megaflow@gmail.com</email>
<name>Björn</name>
</maintainer>
<upstream>
<remote-id type="github">somepaulo/MoreWaita</remote-id>
</upstream>
</pkgmetadata>