-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
LICENSE="CC-BY-SA-3.0 GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="ayatana gnome"
+IUSE="appindicator gnome"
RDEPEND="
>=x11-themes/gtk-engines-murrine-0.90
emake DESTDIR="${D}" install
pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
- use ayatana || rm -rf unity
+ use appindicator || rm -rf unity
use gnome || rm -rf metacity-1
popd > /dev/null || die
}
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
LICENSE="CC-BY-SA-3.0 GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="ayatana gnome xfce"
+IUSE="appindicator gnome xfce"
RDEPEND="
>=x11-libs/gtk+-3.22:3
default
pushd "${ED}"/usr/share/themes/${MY_PN} > /dev/null || die
- use ayatana || rm -rf unity
+ use appindicator || rm -rf unity
use gnome || rm -rf metacity-1
use xfce || rm -rf xfce* xfwm4*
popd > /dev/null || die
LICENSE="CC-BY-SA-3.0 GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="ayatana gnome gtk2 gtk3 xfce"
+IUSE="appindicator gnome gtk2 gtk3 xfce"
REQUIRED_USE="
- || ( ayatana gnome gtk2 gtk3 xfce )
+ || ( appindicator gnome gtk2 gtk3 xfce )
"
RDEPEND="
meson_src_install
pushd "${ED}"/usr/share/themes > /dev/null || die
- use ayatana || { rm -r ${PN^}*/unity || die; }
+ use appindicator || { rm -r ${PN^}*/unity || die; }
use gnome || { rm -r ${PN^}*/metacity-1 || die; }
use gtk2 || { rm -r ${PN^}*/gtk-2.0 || die; }
use gtk3 || { rm -r ${PN^}*/gtk-3.0 || die; }
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
LICENSE="CC-BY-SA-3.0 GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="ayatana gnome xfce"
+IUSE="appindicator gnome xfce"
RDEPEND="
>=x11-libs/gtk+-3.22:3
default
pushd "${ED}"/usr/share/themes/${MY_PN} > /dev/null || die
- use ayatana || rm -rf unity
+ use appindicator || rm -rf unity
use gnome || rm -rf metacity-1
use xfce || rm -rf xfce* xfwm4*
popd > /dev/null || die
LICENSE="CC-BY-SA-3.0 GPL-2+"
SLOT="0"
KEYWORDS=""
-IUSE="ayatana gnome gtk2 gtk3 xfce"
+IUSE="appindicator gnome gtk2 gtk3 xfce"
REQUIRED_USE="
- || ( ayatana gnome gtk2 gtk3 xfce )
+ || ( appindicator gnome gtk2 gtk3 xfce )
"
RDEPEND="
meson_src_install
pushd "${ED}"/usr/share/themes > /dev/null || die
- use ayatana || { rm -r ${PN^}*/unity || die; }
+ use appindicator || { rm -r ${PN^}*/unity || die; }
use gnome || { rm -r ${PN^}*/metacity-1 || die; }
use gtk2 || { rm -r ${PN^}*/gtk-2.0 || die; }
use gtk3 || { rm -r ${PN^}*/gtk-3.0 || die; }