From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/
Date: Mon, 14 Aug 2017 16:14:32 +0000 (UTC) [thread overview]
Message-ID: <1502727263.b03df21960a36f4924ac5ea3d373be6929d3dc71.eva@gentoo> (raw)
commit: b03df21960a36f4924ac5ea3d373be6929d3dc71
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 16:14:23 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 16:14:23 2017 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b03df219
x11-themes/gnome-themes-standard: sync with gentoo repository
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Manifest-Sign-Key: 0x5A56C8CD0C13248A
.../gnome-themes-standard-3.20.ebuild | 85 ----------------------
1 file changed, 85 deletions(-)
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.ebuild
deleted file mode 100644
index f8b3ce23..00000000
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.20.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}
next reply other threads:[~2017-08-14 16:14 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-14 16:14 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-25 0:56 [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/ Ole Reifschneider
2015-05-14 13:39 Gilles Dartiguelongue
2015-04-19 12:50 Ole Reifschneider
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=1502727263.b03df21960a36f4924ac5ea3d373be6929d3dc71.eva@gentoo \
--to=eva@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