summaryrefslogtreecommitdiff
path: root/x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-21 02:22:31 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-21 02:22:31 +0000
commit3b32ae7547d742f6e65770361188670710bec186 (patch)
tree51b5a45e8291644df70197de17f086e1640e9c7e /x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild
parentdd03974882f85ca04e35cfbc97f7ff756f5d5c20 (diff)
gentoo auto-resync : 21:02:2023 - 02:22:31
Diffstat (limited to 'x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild')
-rw-r--r--x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild b/x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild
deleted file mode 100644
index ac632614a9fc..000000000000
--- a/x11-themes/vertex-theme/vertex-theme-20170128-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Vertex theme for GTK+ based desktops"
-HOMEPAGE="https://github.com/horst3180/vertex-theme"
-SRC_URI="https://github.com/horst3180/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="cinnamon gnome-shell mate xfce"
-
-RDEPEND="
- x11-themes/gnome-themes-standard
- x11-themes/gtk-engines-murrine
- cinnamon? ( >=x11-libs/gtk+-3.22:3 )
- gnome-shell? ( >=x11-libs/gtk+-3.22:3 )
-"
-DEPEND="
- virtual/pkgconfig
-"
-
-PATCHES=(
- # Do not let configure try to figure out gtk+:3 version installed
- # See also https://github.com/horst3180/arc-theme/issues/436 and 484
- "${FILESDIR}"/configure-gtk3-version.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-unity \
- --enable-gtk2 \
- --enable-gtk3 \
- --with-gnome=3.22 \
- $(use_enable cinnamon) \
- $(use_enable gnome-shell) \
- $(use_enable mate metacity) \
- $(use_enable xfce xfwm)
-}