x11-themes/zuki-themes: pkgcheck fixes

Signed-off-by: Guillaume Castagnino <casta@xwing.info>
This commit is contained in:
Guillaume Castagnino 2022-07-15 17:51:40 +02:00
parent 9ce0f6f38e
commit 2e54c9ee33
Signed by: casta
SSH Key Fingerprint: SHA256:PtJi7zHrXiSWdLApi+BdpmmbITeLq6cI7LZtgsuAtyk
3 changed files with 7 additions and 11 deletions

View File

@ -1,2 +1,2 @@
EBUILD zuki-themes-9999.ebuild 588 BLAKE2B 129c048ab07c004262f39764a5aa404784a433ce0735cc3d00b7d704b47effbd90251de5d223fae638d631be5c50c0d0afce837251fa59ea2a945dde5f60e8bd SHA512 127b2e4c7d1755a51d9ff81b32878a2a435b01484a212e95e52d2a9538b9c64ea7bf8e29efec7e2ff4e4837b800ca0a9f67b208e918a3ca9e313d89336ba41e8
MISC metadata.xml 454 BLAKE2B 226af0920c66871e16120d480cc9fddc3d4d52db7dbc973710c857a14b2a284d833587655b1b191105a5134c8db77a01822578d3bb691b23dfeeeb072cefa972 SHA512 7ecbeacb0c0633ab8de57bf228a264ff5ef63e1f3465270e2d9f2cde283bd4103f14f0935efcfa593b0f5549065857d46188656e2558dc58b6fdb1f20c099521
EBUILD zuki-themes-9999.ebuild 519 BLAKE2B 2c3882e7388bd7f07f9c81f084ad1702055e41204c1905d9d7bd1fcefa4983985b6a0ad922bf12f936aa7b7958f128ed9d46a80a77103b83424fa9b00d25640e SHA512 b661e62d04d3ebfceae4953e5c1a18d18450476175faf3ba60eecef220c33b2d155a237447ce4fc9ecba5b905a3e555e3879258033eb79825a59898f264dc7ff
MISC metadata.xml 387 BLAKE2B 5fd98a3050ed19b422a6853a3f87a22043b5a65d4cabdf06af9eefdbfe1bfaad10d888e365dc42b1840d3a8b528124271bda45205f9f37975558073d07eed0fb SHA512 22f54fbedf1baba10217880f2ece8b4de7b3abad0fe260c85a90e0d8ee6d99bcde031df447f02462dc015d707c2c97cec0c136243933710eef74b3626b5b6995

View File

@ -8,7 +8,6 @@
<remote-id type="github">lassekongo83/zuki-themes</remote-id>
</upstream>
<use>
<flag name="gnome-shell">Build gnome-shell decorations</flag>
<flag name="xfce">Build xfwm4 decorations</flag>
</use>
</pkgmetadata>

View File

@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -11,16 +11,13 @@ EGIT_REPO_URI="https://github.com/lassekongo83/zuki-themes.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86"
IUSE="xfce"
DEPEND="
>=x11-libs/gtk+-2:2
>=x11-libs/gtk+-3.24:3
>=x11-libs/gdk-pixbuf-2:2
x11-themes/gtk-engines-murrine
dev-lang/sassc"
RDEPEND="${DEPEND}"
>=x11-themes/gnome-themes-standard-3.6
"
RDEPEND="dev-lang/sassc"
src_prepare() {
default