public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sun,  1 Dec 2013 16:18:15 +0000 (UTC)	[thread overview]
Message-ID: <1385908502.0a4a8b55d6bacfa41dee4db044c1b6266fe96611.eva@gentoo> (raw)

commit:     0a4a8b55d6bacfa41dee4db044c1b6266fe96611
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 09:48:01 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 14:35:02 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0a4a8b55

x11-themes/gnome-themes-standard: 3.8.4 → 3.10.0

---
 ....ebuild => gnome-themes-standard-3.10.0.ebuild} | 59 ++++++++++------------
 .../gnome-themes-standard-9999.ebuild              | 52 ++++++++++---------
 x11-themes/gnome-themes-standard/metadata.xml      |  5 ++
 3 files changed, 59 insertions(+), 57 deletions(-)

diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.10.0.ebuild
similarity index 52%
copy from x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
copy to x11-themes/gnome-themes-standard/gnome-themes-standard-3.10.0.ebuild
index c532a1a..79491e3 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.10.0.ebuild
@@ -1,69 +1,64 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
 inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
-DESCRIPTION="Adwaita theme for GNOME Shell"
-HOMEPAGE="http://www.gnome.org/"
+DESCRIPTION="Standard Themes for GNOME Applications"
+HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="+gtk"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~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
+COMMON_DEPEND="
+	gnome-base/librsvg:2
 	x11-libs/cairo
+	>=x11-themes/gtk-engines-2.15.3:2
 	gtk? (
-		x11-libs/gtk+:2
-		>=x11-libs/gtk+-3.5.17:3[X] )
-	>=x11-themes/gtk-engines-2.15.3:2"
+		>=x11-libs/gtk+-2.24.15:2
+		>=x11-libs/gtk+-3.9.12:3 )
+"
 DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.40
 	sys-devel/gettext
-	virtual/pkgconfig"
+	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"
-
-pkg_setup() {
-	DOCS="ChangeLog NEWS"
-	# The icon cache needs to be generated in pkg_postinst()
-	G2CONF="${G2CONF}
-		--disable-static
-		--disable-placeholders
-		$(use_enable gtk gtk2-engine)
-		$(use_enable gtk gtk3-engines)
-		GTK_UPDATE_ICON_CACHE=$(type -P true)"
-}
+	!<x11-themes/gnome-themes-2.32.1-r1
+"
 
 src_prepare() {
-	gnome2_src_prepare
 	# Install cursors in the right place
 	sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
 		-i themes/Adwaita/cursors/Makefile.am \
 		-i themes/Adwaita/cursors/Makefile.in || die
+
+	gnome2_src_prepare
+}
+
+src_configure() {
+	# The icon cache needs to be generated in pkg_postinst()
+	gnome2_src_configure \
+		--disable-static \
+		$(use_enable gtk gtk2-engine) \
+		$(use_enable gtk gtk3-engine) \
+		GTK_UPDATE_ICON_CACHE=$(type -P true)
 }
 
 src_install() {
 	gnome2_src_install
 
 	# Make it the default cursor theme
-	cd "${ED}/usr/share/cursors/xorg-x11" || die
-	ln -sfn Adwaita default || die
+	dosym Adwaita /usr/share/cursors/xorg-x11/default
 }

diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index c532a1a..aec975a 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
@@ -11,8 +11,8 @@ if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 
-DESCRIPTION="Adwaita theme for GNOME Shell"
-HOMEPAGE="http://www.gnome.org/"
+DESCRIPTION="Standard Themes for GNOME Applications"
+HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
@@ -20,50 +20,52 @@ IUSE="+gtk"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris"
 fi
 
-COMMON_DEPEND="gnome-base/librsvg:2
+COMMON_DEPEND="
+	gnome-base/librsvg:2
 	x11-libs/cairo
+	>=x11-themes/gtk-engines-2.15.3:2
 	gtk? (
-		x11-libs/gtk+:2
-		>=x11-libs/gtk+-3.5.17:3[X] )
-	>=x11-themes/gtk-engines-2.15.3:2"
+		>=x11-libs/gtk+-2.24.15:2
+		>=x11-libs/gtk+-3.9.12:3 )
+"
 DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.40
 	sys-devel/gettext
-	virtual/pkgconfig"
+	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"
-
-pkg_setup() {
-	DOCS="ChangeLog NEWS"
-	# The icon cache needs to be generated in pkg_postinst()
-	G2CONF="${G2CONF}
-		--disable-static
-		--disable-placeholders
-		$(use_enable gtk gtk2-engine)
-		$(use_enable gtk gtk3-engines)
-		GTK_UPDATE_ICON_CACHE=$(type -P true)"
-}
+	!<x11-themes/gnome-themes-2.32.1-r1
+"
 
 src_prepare() {
-	gnome2_src_prepare
 	# Install cursors in the right place
 	sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
 		-i themes/Adwaita/cursors/Makefile.am \
 		-i themes/Adwaita/cursors/Makefile.in || die
+
+	gnome2_src_prepare
+}
+
+src_configure() {
+	# The icon cache needs to be generated in pkg_postinst()
+	gnome2_src_configure \
+		--disable-static \
+		$(use_enable gtk gtk2-engine) \
+		$(use_enable gtk gtk3-engine) \
+		GTK_UPDATE_ICON_CACHE=$(type -P true)
 }
 
 src_install() {
 	gnome2_src_install
 
 	# Make it the default cursor theme
-	cd "${ED}/usr/share/cursors/xorg-x11" || die
-	ln -sfn Adwaita default || die
+	dosym Adwaita /usr/share/cursors/xorg-x11/default
 }

diff --git a/x11-themes/gnome-themes-standard/metadata.xml b/x11-themes/gnome-themes-standard/metadata.xml
new file mode 100644
index 0000000..da6fd63
--- /dev/null
+++ b/x11-themes/gnome-themes-standard/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+</pkgmetadata>


             reply	other threads:[~2013-12-01 16:18 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-01 16:18 Gilles Dartiguelongue [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
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
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=1385908502.0a4a8b55d6bacfa41dee4db044c1b6266fe96611.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