From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-theme/, x11-themes/arc-theme/files/
Date: Thu, 13 Oct 2016 17:25:37 +0000 (UTC) [thread overview]
Message-ID: <1476379493.83591a474b362c0d55f5560aef1f96a1bdcd0566.chewi@gentoo> (raw)
commit: 83591a474b362c0d55f5560aef1f96a1bdcd0566
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 17:24:53 2016 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 17:24:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83591a47
x11-themes/arc-theme: Version bump to 20161005
Package-Manager: portage-2.3.2
x11-themes/arc-theme/Manifest | 2 +-
...e-20160605.ebuild => arc-theme-20161005.ebuild} | 4 ----
x11-themes/arc-theme/files/configure-gtk3.patch | 26 ----------------------
3 files changed, 1 insertion(+), 31 deletions(-)
diff --git a/x11-themes/arc-theme/Manifest b/x11-themes/arc-theme/Manifest
index 8b0aa35..6ee9e18 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-20161005.ebuild
similarity index 95%
rename from x11-themes/arc-theme/arc-theme-20160605.ebuild
rename to x11-themes/arc-theme/arc-theme-20161005.ebuild
index f987c65..bdf5f23 100644
--- a/x11-themes/arc-theme/arc-theme-20160605.ebuild
+++ b/x11-themes/arc-theme/arc-theme-20161005.ebuild
@@ -25,10 +25,6 @@ DEPEND="gtk3? ( >=x11-libs/gtk+-3.14:3
RDEPEND="gtk2? ( x11-themes/gnome-themes-standard
x11-themes/gtk-engines-murrine )"
-PATCHES=(
- "${FILESDIR}"/configure-gtk3.patch
-)
-
src_prepare() {
default
eautoreconf
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 23e69c7..00000000
--- 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 <chewi@gentoo.org>
-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
-
next reply other threads:[~2016-10-13 17:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-13 17:25 James Le Cuirot [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-27 22:08 [gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-theme/, x11-themes/arc-theme/files/ James Le Cuirot
2021-07-20 21:12 James Le Cuirot
2016-09-20 19:57 James Le Cuirot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1476379493.83591a474b362c0d55f5560aef1f96a1bdcd0566.chewi@gentoo \
--to=chewi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox