dev-qt/qtwayland: stable 5.14.2 for ppc, bug #719732
[gentoo.git] / x11-themes / xfwm4-themes / xfwm4-themes-4.10.0-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Additional themes for the Xfce window manager"
7 HOMEPAGE="https://www.xfce.org/projects/"
8 SRC_URI="https://archive.xfce.org/src/art/${PN}/${PV%.*}/${P}.tar.bz2"
9
10 LICENSE="GPL-3"
11 SLOT="0"
12 KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
13 IUSE=""
14
15 RDEPEND=">=xfce-base/xfwm4-4.10"
16 DEPEND=""
17
18 RESTRICT="binchecks strip"
19
20 pkg_setup() {
21         DOCS=( AUTHORS ChangeLog README TODO )
22 }