public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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/
Date: Wed, 21 Dec 2016 21:14:10 +0000 (UTC)	[thread overview]
Message-ID: <1482354795.b088e71ecadd30cd8a358be747dc8c84a2297b87.chewi@gentoo> (raw)

commit:     b088e71ecadd30cd8a358be747dc8c84a2297b87
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 21:13:15 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 21:13:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b088e71e

x11-themes/arc-theme: Version bump to 20161119

Package-Manager: portage-2.3.3

 x11-themes/arc-theme/Manifest                  |  1 +
 x11-themes/arc-theme/arc-theme-20161119.ebuild | 42 ++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/x11-themes/arc-theme/Manifest b/x11-themes/arc-theme/Manifest
index 6ee9e18..557c045 100644
--- a/x11-themes/arc-theme/Manifest
+++ b/x11-themes/arc-theme/Manifest
@@ -1 +1,2 @@
 DIST arc-theme-20161005.tar.gz 1457943 SHA256 09167228e286c3decedd2197ed6915d70d8601e7274f81cd368ac097f6c4f7e4 SHA512 cbdb73424f85532d756f2b7ed781fbc49598be44e01715490c0f95a60d7e1ab1c4f58a02f1a60bc9aec7f9625a9b7190ed680888af9c6fdf8a192b935c2ebe33 WHIRLPOOL a0473437ccf23a3634d9bb4c38a77dffa5c6e3295fe4a49e37a3429925496332a5c7f362e892b5f470d227326fa1c10f47de3034aaa8f0fe95a94d1625b705be
+DIST arc-theme-20161119.tar.gz 1534183 SHA256 a470ab33b1ad2b4ba280e61f0e1c4f8d4973ceccc84dc2db1e37fae66b5770cd SHA512 996d8583c4de654dc5979703c85ad3a0eeebef435a264df1b2c8044b9e62f4f74561294a16c5ebf9a213ec5ff7c23f94a360a76502321836bbb83b7396765da0 WHIRLPOOL def6901b2d918afaa95e5630420cb0c65fedb343d49c8900440f6fb888a23b2befd6a47f6802d6012c0dd359edc56ba9a6b75f7f0d6960b97da4f95c489ecc40

diff --git a/x11-themes/arc-theme/arc-theme-20161119.ebuild b/x11-themes/arc-theme/arc-theme-20161119.ebuild
new file mode 100644
index 00000000..bdf5f23
--- /dev/null
+++ b/x11-themes/arc-theme/arc-theme-20161119.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)
+}


             reply	other threads:[~2016-12-21 21:14 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-21 21:14 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-12-21 21:14 [gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-theme/ James Le Cuirot
2017-03-26 20:28 James Le Cuirot
2017-03-26 20:28 James Le Cuirot
2017-07-15 18:17 James Le Cuirot
2018-10-23 22:43 James Le Cuirot
2018-10-23 22:43 James Le Cuirot
2019-06-28 20:21 James Le Cuirot
2019-06-28 20:21 James Le Cuirot
2019-11-02 11:50 James Le Cuirot
2019-11-02 11:58 Mikle Kolyada
2019-12-26 12:56 Georgy Yakovlev
2020-05-10 10:31 James Le Cuirot
2020-05-10 10:31 James Le Cuirot
2020-05-10 10:37 James Le Cuirot
2020-08-19 22:19 James Le Cuirot
2020-08-19 22:19 James Le Cuirot
2020-10-14 20:12 James Le Cuirot
2020-11-23 22:46 James Le Cuirot
2020-11-23 22:46 James Le Cuirot
2020-12-16 22:30 Sam James
2021-04-16 22:11 James Le Cuirot
2021-07-18  6:33 Agostino Sarubbo
2021-07-18  6:35 Agostino Sarubbo
2021-10-23  8:12 James Le Cuirot
2021-10-23  8:13 James Le Cuirot
2022-01-10  2:48 Georgy Yakovlev
2022-01-10  2:48 Georgy Yakovlev
2022-02-26 23:35 James Le Cuirot
2022-02-26 23:35 James Le Cuirot
2022-04-07 20:39 James Le Cuirot
2022-04-07 20:39 James Le Cuirot
2022-12-20 20:13 Georgy Yakovlev
2023-05-05 16:09 Arthur Zamarin
2023-05-05 16:10 Arthur Zamarin
2023-11-12  6:57 Arthur Zamarin

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=1482354795.b088e71ecadd30cd8a358be747dc8c84a2297b87.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