public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ole Reifschneider" <tranquility@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
Date: Sun, 19 Apr 2015 12:50:09 +0000 (UTC)	[thread overview]
Message-ID: <1429447794.8831491ad887a22795d27eea32d611083a1805de.tranquility@gentoo> (raw)

commit:     8831491ad887a22795d27eea32d611083a1805de
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 12:49:54 2015 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 12:49:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8831491a

Bump x11-themes/gnome-themes-standard version to 3.16.0

Package-Manager: portage-2.2.14
Manifest-Sign-Key: 7E8B4D42

 .../gnome-themes-standard-3.16.0.ebuild            | 85 ++++++++++++++++++++++
 1 file changed, 85 insertions(+)

diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.0.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.0.ebuild
new file mode 100644
index 0000000..e82de3c
--- /dev/null
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.16.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-standard/gnome-themes-standard-3.14.2.3-r2.ebuild,v 1.1 2015/03/28 04:44:34 tetromino Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit autotools eutils gnome2 multilib-minimal
+
+DESCRIPTION="Standard Themes for GNOME Applications"
+HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE="+gtk"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
+
+COMMON_DEPEND="
+	gnome-base/librsvg:2[${MULTILIB_USEDEP}]
+	x11-libs/cairo[${MULTILIB_USEDEP}]
+	gtk? (
+		>=x11-libs/gtk+-2.24.15:2[${MULTILIB_USEDEP}]
+		>=x11-libs/gtk+-3.12:3[${MULTILIB_USEDEP}] )
+"
+DEPEND="${COMMON_DEPEND}
+	>=dev-util/intltool-0.40
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+# gnome-themes{,-extras} are OBSOLETE for GNOME 3
+# http://comments.gmane.org/gmane.comp.gnome.desktop/44130
+# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose
+# their default background image
+RDEPEND="${COMMON_DEPEND}
+	>=gnome-base/gsettings-desktop-schemas-3.4
+	!<x11-themes/gnome-themes-2.32.1-r1
+"
+
+src_prepare() {
+	# https://bugzilla.gnome.org/show_bug.cgi?id=746920
+	epatch "${FILESDIR}/${PN}-3.14.2.3-srcdir.patch"
+	eautoreconf
+
+	gnome2_src_prepare
+}
+
+multilib_src_configure() {
+	# The icon cache needs to be generated in pkg_postinst()
+	ECONF_SOURCE="${S}" \
+	gnome2_src_configure \
+		--disable-static \
+		$(use_enable gtk gtk2-engine) \
+		$(use_enable gtk gtk3-engine) \
+		GTK_UPDATE_ICON_CACHE=$(type -P true)
+}
+
+emake_engines_only() {
+	pushd themes/Adwaita/gtk-2.0 > /dev/null || die
+	if [[ $1 = install ]]; then
+		emake DESTDIR="${D}" install-engineLTLIBRARIES
+	else
+		emake libadwaita.la
+	fi
+	popd > /dev/null
+}
+
+multilib_src_compile() {
+	# processing >3500 icons is slow on old hard drives, do it only for native ABI
+	if multilib_is_native_abi; then
+		gnome2_src_compile
+	elif use gtk; then
+		emake_engines_only
+	fi
+}
+
+multilib_src_install() {
+	# processing >3500 icons is slow on old hard drives, do it only for native ABI
+	if multilib_is_native_abi; then
+		gnome2_src_install
+	elif use gtk; then
+		emake_engines_only install
+		prune_libtool_files --modules
+	fi
+}


             reply	other threads:[~2015-04-19 12:50 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-19 12:50 Ole Reifschneider [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-08-14 16:14 [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/ Gilles Dartiguelongue
2016-03-25  0:56 Ole Reifschneider
2015-05-14 13:39 Gilles Dartiguelongue
2014-12-26 21:53 Gilles Dartiguelongue
2014-12-07 18:49 Gilles Dartiguelongue
2014-11-30 21:39 Gilles Dartiguelongue
2014-11-23 22:49 Gilles Dartiguelongue
2014-10-12 23:19 Gilles Dartiguelongue
2014-04-20 18:17 Gilles Dartiguelongue
2014-04-12 15:44 Gilles Dartiguelongue
2014-02-12 23:48 Gilles Dartiguelongue
2013-12-01 16:18 Gilles Dartiguelongue
2012-10-17  8:58 Alexandre Rostovtsev
2012-09-22 15:54 Nirbheek Chauhan
2012-07-13 10:41 Priit Laes
2012-05-24  9:11 Alexandre Restovtsev
2012-03-21 18:27 Alexandre Restovtsev
2012-03-07  0:32 Alexandre Restovtsev
2012-02-26 21:19 Alexandre Restovtsev
2012-02-10  8:15 Priit Laes
2012-01-18  9:39 Nirbheek Chauhan
2011-12-09  6:19 Alexandre Restovtsev
2011-10-18  7:37 Alexandre Restovtsev
2011-04-29 17:29 Nirbheek Chauhan
2011-04-05  0:57 Nirbheek Chauhan
2011-03-29  8:35 Nirbheek Chauhan
2011-03-19 13:52 Nirbheek Chauhan
2011-03-14 19:50 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-02-23 14:40 Nirbheek Chauhan
2011-02-22  5:42 Nirbheek Chauhan
2011-02-06  7:37 Nirbheek Chauhan

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=1429447794.8831491ad887a22795d27eea32d611083a1805de.tranquility@gentoo \
    --to=tranquility@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