mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
x11-themes/MoreWaita: new package, add 49, 9999
Signed-off-by: Bjorn Ferson <bjorn.megaflow@gmail.com>
This commit is contained in:
1
x11-themes/MoreWaita/Manifest
Normal file
1
x11-themes/MoreWaita/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST v49.tar.gz 11044727 BLAKE2B b0d687276be38fd60646971e06db0625cacf79d02363f59e76c7f307bc13e48c0f828a69bddff517734411176eee570a9b033f169ba007cef46514fae0872fab SHA512 8eacaabcde9ee018365481608bd9723c606b9345127e065c64df001461122eafe57663457cc89b7679a9c4d5f4e2b86ec4581a792aa9d54b94a6b924aad5d5a7
|
||||
22
x11-themes/MoreWaita/MoreWaita-49.ebuild
Normal file
22
x11-themes/MoreWaita/MoreWaita-49.ebuild
Normal 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"
|
||||
22
x11-themes/MoreWaita/MoreWaita-9999.ebuild
Normal file
22
x11-themes/MoreWaita/MoreWaita-9999.ebuild
Normal 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"
|
||||
11
x11-themes/MoreWaita/metadata.xml
Normal file
11
x11-themes/MoreWaita/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user