x11-themes/zuki-themes: treeclean
parent
3c1dbbfe55
commit
13088bbf2e
@ -1,2 +0,0 @@
|
||||
EBUILD zuki-themes-9999.ebuild 519 BLAKE2B 2c3882e7388bd7f07f9c81f084ad1702055e41204c1905d9d7bd1fcefa4983985b6a0ad922bf12f936aa7b7958f128ed9d46a80a77103b83424fa9b00d25640e SHA512 b661e62d04d3ebfceae4953e5c1a18d18450476175faf3ba60eecef220c33b2d155a237447ce4fc9ecba5b905a3e555e3879258033eb79825a59898f264dc7ff
|
||||
MISC metadata.xml 387 BLAKE2B 5fd98a3050ed19b422a6853a3f87a22043b5a65d4cabdf06af9eefdbfe1bfaad10d888e365dc42b1840d3a8b528124271bda45205f9f37975558073d07eed0fb SHA512 22f54fbedf1baba10217880f2ece8b4de7b3abad0fe260c85a90e0d8ee6d99bcde031df447f02462dc015d707c2c97cec0c136243933710eef74b3626b5b6995
|
@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>casta@xwing.info</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lassekongo83/zuki-themes</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="xfce">Build xfwm4 decorations</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
@ -1,26 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3 meson
|
||||
|
||||
DESCRIPTION="Zuki themes for GNOME, Xfce and more."
|
||||
HOMEPAGE="https://github.com/lassekongo83/zuki-themes"
|
||||
EGIT_REPO_URI="https://github.com/lassekongo83/zuki-themes.git"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="xfce"
|
||||
|
||||
DEPEND="
|
||||
>=x11-themes/gnome-themes-standard-3.6
|
||||
"
|
||||
RDEPEND="dev-lang/sassc"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
use xfce || sed -i -e "/xfwm4/d" meson.build
|
||||
}
|
Loading…
Reference in New Issue