From 83591a474b362c0d55f5560aef1f96a1bdcd0566 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Thu, 13 Oct 2016 18:24:53 +0100 Subject: x11-themes/arc-theme: Version bump to 20161005 Package-Manager: portage-2.3.2 --- x11-themes/arc-theme/Manifest | 2 +- x11-themes/arc-theme/arc-theme-20160605.ebuild | 46 ------------------------- x11-themes/arc-theme/arc-theme-20161005.ebuild | 42 ++++++++++++++++++++++ x11-themes/arc-theme/files/configure-gtk3.patch | 26 -------------- 4 files changed, 43 insertions(+), 73 deletions(-) delete mode 100644 x11-themes/arc-theme/arc-theme-20160605.ebuild create mode 100644 x11-themes/arc-theme/arc-theme-20161005.ebuild delete mode 100644 x11-themes/arc-theme/files/configure-gtk3.patch diff --git a/x11-themes/arc-theme/Manifest b/x11-themes/arc-theme/Manifest index 8b0aa35a170..6ee9e18d1d2 100644 --- a/x11-themes/arc-theme/Manifest +++ b/x11-themes/arc-theme/Manifest @@ -1 +1 @@ -DIST arc-theme-20160605.tar.gz 1413807 SHA256 c61fad735e53d46db6416f0e067c3fd0c97330dc4b74a0b9b012a9d6c300026b SHA512 e8905d4c5bf3a2881243db12ce23972180edf95873eb1533cbeb0a582f8f684fdcbaa7df9b314354d0cb83d5e462e45ce07561dfac706b4fceaa5d350b2357e9 WHIRLPOOL d739793a29d725b83a8de169727602ee3bb223b612eaf351966f9060d0128aec58d716e472b2f3a6dc087b390f6f22184cecf46cb5f05cdcbfc3bcfa168720c3 +DIST arc-theme-20161005.tar.gz 1457943 SHA256 09167228e286c3decedd2197ed6915d70d8601e7274f81cd368ac097f6c4f7e4 SHA512 cbdb73424f85532d756f2b7ed781fbc49598be44e01715490c0f95a60d7e1ab1c4f58a02f1a60bc9aec7f9625a9b7190ed680888af9c6fdf8a192b935c2ebe33 WHIRLPOOL a0473437ccf23a3634d9bb4c38a77dffa5c6e3295fe4a49e37a3429925496332a5c7f362e892b5f470d227326fa1c10f47de3034aaa8f0fe95a94d1625b705be diff --git a/x11-themes/arc-theme/arc-theme-20160605.ebuild b/x11-themes/arc-theme/arc-theme-20160605.ebuild deleted file mode 100644 index f987c65b33c..00000000000 --- a/x11-themes/arc-theme/arc-theme-20160605.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit autotools - -DESCRIPTION="A flat theme with transparent elements for GTK+3, GTK+2 and GNOME Shell" -HOMEPAGE="https://github.com/horst3180/arc-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 +gtk2 +gtk3 mate xfce" - -# Supports various GTK+3 versions and uses pkg-config to determine which -# set of files to install. Updates will break it but only this fix will -# help. https://github.com/horst3180/arc-theme/pull/436 -DEPEND="gtk3? ( >=x11-libs/gtk+-3.14:3 - virtual/pkgconfig )" - -# gnome-themes-standard is only needed by GTK+2 for the Adwaita -# engine. This engine is built into GTK+3. -RDEPEND="gtk2? ( x11-themes/gnome-themes-standard - x11-themes/gtk-engines-murrine )" - -PATCHES=( - "${FILESDIR}"/configure-gtk3.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --disable-unity \ - $(use_enable cinnamon) \ - $(use_enable gtk2) \ - $(use_enable gtk3) \ - $(use_enable gnome-shell) \ - $(use_enable mate metacity) \ - $(use_enable xfce xfwm) -} diff --git a/x11-themes/arc-theme/arc-theme-20161005.ebuild b/x11-themes/arc-theme/arc-theme-20161005.ebuild new file mode 100644 index 00000000000..bdf5f23dc93 --- /dev/null +++ b/x11-themes/arc-theme/arc-theme-20161005.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="A flat theme with transparent elements for GTK+3, GTK+2 and GNOME Shell" +HOMEPAGE="https://github.com/horst3180/arc-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 +gtk2 +gtk3 mate xfce" + +# Supports various GTK+3 versions and uses pkg-config to determine which +# set of files to install. Updates will break it but only this fix will +# help. https://github.com/horst3180/arc-theme/pull/436 +DEPEND="gtk3? ( >=x11-libs/gtk+-3.14:3 + virtual/pkgconfig )" + +# gnome-themes-standard is only needed by GTK+2 for the Adwaita +# engine. This engine is built into GTK+3. +RDEPEND="gtk2? ( x11-themes/gnome-themes-standard + x11-themes/gtk-engines-murrine )" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf \ + --disable-unity \ + $(use_enable cinnamon) \ + $(use_enable gtk2) \ + $(use_enable gtk3) \ + $(use_enable gnome-shell) \ + $(use_enable mate metacity) \ + $(use_enable xfce xfwm) +} diff --git a/x11-themes/arc-theme/files/configure-gtk3.patch b/x11-themes/arc-theme/files/configure-gtk3.patch deleted file mode 100644 index 23e69c7bd2d..00000000000 --- a/x11-themes/arc-theme/files/configure-gtk3.patch +++ /dev/null @@ -1,26 +0,0 @@ -From f416c04a979a6616bb5471c5982555bcac5bf346 Mon Sep 17 00:00:00 2001 -From: James Le Cuirot -Date: Tue, 20 Sep 2016 13:29:44 +0100 -Subject: [PATCH] Don't require GTK+3 at configure time when it's not needed - -It's not needed when --disable-gtk3 --disable-gnome-shell is given. ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index b27f5cd..dc8098b 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -24,7 +24,7 @@ ARC_ENABLE([UNITY], [unity], [Unity], [disable]) - ARC_ENABLE([XFWM], [xfwm], [XFWM], [disable]) - ARC_ENABLE([TRANSPARENCY], [transparency], [transparency], [disable]) - --ARC_GNOME -+AS_IF([test "x$ENABLE_GNOME_SHELL$ENABLE_GTK3" != xnono], [ARC_GNOME]) - - AC_CONFIG_FILES([ - common/Makefile --- -2.10.0 - -- cgit v1.2.1