summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.22.4.ebuild')
-rw-r--r--x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.22.4.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.22.4.ebuild b/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.22.4.ebuild
deleted file mode 100644
index fe22798..0000000
--- a/x11-themes/adapta-gtk-theme/adapta-gtk-theme-3.22.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_PV="${PV}.1"
-
-DESCRIPTION="Adapta theme for GTK+ based desktops"
-HOMEPAGE="https://github.com/adapta-project/adapta-gtk-theme"
-SRC_URI="https://github.com/adapta-project/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cinnamon mate xfce"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-RDEPEND="
- media-fonts/noto
- media-fonts/roboto
- x11-themes/gnome-themes-standard
- x11-themes/gtk-engines-murrine
- cinnamon? ( >=x11-libs/gtk+-3.22:3 )
-
-"
-DEPEND="
- dev-libs/libxml2
- dev-ruby/bundler
- dev-ruby/sass:3.4
- media-gfx/inkscape
- virtual/pkgconfig
-"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-parallel \
- --disable-unity \
- $(use_enable cinnamon) \
- $(use_enable mate) \
- $(use_enable xfce)
-}