public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-themes/gnome-icon-theme: ChangeLog gnome-icon-theme-3.12.0.ebuild
@ 2014-04-27 21:58 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2014-04-27 21:58 UTC (permalink / raw
  To: gentoo-commits

eva         14/04/27 21:58:51

  Modified:             ChangeLog
  Added:                gnome-icon-theme-3.12.0.ebuild
  Log:
  Version bump for Gnome 3.12.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)

Revision  Changes    Path
1.247                x11-themes/gnome-icon-theme/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?rev=1.247&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?rev=1.247&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?r1=1.246&r2=1.247

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -r1.246 -r1.247
--- ChangeLog	27 Apr 2014 09:59:17 -0000	1.246
+++ ChangeLog	27 Apr 2014 21:58:51 -0000	1.247
@@ -1,6 +1,12 @@
 # ChangeLog for x11-themes/gnome-icon-theme
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.246 2014/04/27 09:59:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.247 2014/04/27 21:58:51 eva Exp $
+
+*gnome-icon-theme-3.12.0 (27 Apr 2014)
+
+  27 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org>
+  +gnome-icon-theme-3.12.0.ebuild:
+  Version bump for Gnome 3.12.
 
   27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gnome-icon-theme-3.8.3.ebuild:
   drop old



1.1                  x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild?rev=1.1&content-type=text/plain

Index: gnome-icon-theme-3.12.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild,v 1.1 2014/04/27 21:58:51 eva Exp $

EAPI="5"
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="GNOME default icon theme"
HOMEPAGE="http://www.gnome.org/ http://people.freedesktop.org/~jimmac/icons/#git"

SRC_URI="${SRC_URI}
	branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )"

LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 )
	branding? ( CC-Sampling-Plus-1.0 )"
SLOT="0"
IUSE="branding"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"

RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
DEPEND="${RDEPEND}
	>=x11-misc/icon-naming-utils-0.8.7
	>=dev-util/intltool-0.40
	sys-devel/gettext
	virtual/pkgconfig
"
# This ebuild does not install any binaries
RESTRICT="binchecks strip"

src_prepare() {
	if use branding; then
		for i in 16 22 24 32 48; do
			cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
			"${S}"/gnome//${i}x${i}/places/start-here.png \
			|| die "Copying gentoo logos failed"
		done
	fi

	gnome2_src_prepare
}

src_configure() {
	gnome2_src_configure \
		--enable-icon-mapping \
		GTK_UPDATE_ICON_CACHE=$(type -P true)
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-themes/gnome-icon-theme: ChangeLog gnome-icon-theme-3.12.0.ebuild
@ 2014-10-11 12:37 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2014-10-11 12:37 UTC (permalink / raw
  To: gentoo-commits

maekke      14/10/11 12:37:02

  Modified:             ChangeLog gnome-icon-theme-3.12.0.ebuild
  Log:
  arm stable, bug #512012
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.256                x11-themes/gnome-icon-theme/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?rev=1.256&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?rev=1.256&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?r1=1.255&r2=1.256

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- ChangeLog	15 Sep 2014 08:24:56 -0000	1.255
+++ ChangeLog	11 Oct 2014 12:37:01 -0000	1.256
@@ -1,6 +1,9 @@
 # ChangeLog for x11-themes/gnome-icon-theme
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.255 2014/09/15 08:24:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.256 2014/10/11 12:37:01 maekke Exp $
+
+  11 Oct 2014; Markus Meier <maekke@gentoo.org> gnome-icon-theme-3.12.0.ebuild:
+  arm stable, bug #512012
 
   15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> gnome-icon-theme-3.12.0.ebuild:
   Stable for sparc, wrt bug #512012



1.9                  x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild?r1=1.8&r2=1.9

Index: gnome-icon-theme-3.12.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnome-icon-theme-3.12.0.ebuild	15 Sep 2014 08:24:56 -0000	1.8
+++ gnome-icon-theme-3.12.0.ebuild	11 Oct 2014 12:37:01 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild,v 1.8 2014/09/15 08:24:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild,v 1.9 2014/10/11 12:37:01 maekke Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -17,7 +17,7 @@
 	branding? ( CC-Sampling-Plus-1.0 )"
 SLOT="0"
 IUSE="branding"
-KEYWORDS="alpha amd64 ~arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
 DEPEND="${RDEPEND}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-themes/gnome-icon-theme: ChangeLog gnome-icon-theme-3.12.0.ebuild
@ 2015-03-03 12:52 Yixun Lan (dlan)
  0 siblings, 0 replies; 3+ messages in thread
From: Yixun Lan (dlan) @ 2015-03-03 12:52 UTC (permalink / raw
  To: gentoo-commits

dlan        15/03/03 12:52:54

  Modified:             ChangeLog gnome-icon-theme-3.12.0.ebuild
  Log:
  add arm64 support, tested on A53 board
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)

Revision  Changes    Path
1.258                x11-themes/gnome-icon-theme/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?rev=1.258&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?rev=1.258&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog?r1=1.257&r2=1.258

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -r1.257 -r1.258
--- ChangeLog	13 Nov 2014 12:44:04 -0000	1.257
+++ ChangeLog	3 Mar 2015 12:52:54 -0000	1.258
@@ -1,6 +1,9 @@
 # ChangeLog for x11-themes/gnome-icon-theme
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.257 2014/11/13 12:44:04 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.258 2015/03/03 12:52:54 dlan Exp $
+
+  03 Mar 2015; Yixun Lan <dlan@gentoo.org> gnome-icon-theme-3.12.0.ebuild:
+  add arm64 support, tested on A53 board
 
   13 Nov 2014; Pacho Ramos <pacho@gentoo.org>
   -files/gnome-icon-theme-2.91.7-update-cache.patch,



1.10                 x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild?r1=1.9&r2=1.10

Index: gnome-icon-theme-3.12.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gnome-icon-theme-3.12.0.ebuild	11 Oct 2014 12:37:01 -0000	1.9
+++ gnome-icon-theme-3.12.0.ebuild	3 Mar 2015 12:52:54 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild,v 1.9 2014/10/11 12:37:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-3.12.0.ebuild,v 1.10 2015/03/03 12:52:54 dlan Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -17,7 +17,7 @@
 	branding? ( CC-Sampling-Plus-1.0 )"
 SLOT="0"
 IUSE="branding"
-KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
 DEPEND="${RDEPEND}





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-03 12:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-11 12:37 [gentoo-commits] gentoo-x86 commit in x11-themes/gnome-icon-theme: ChangeLog gnome-icon-theme-3.12.0.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-03 12:52 Yixun Lan (dlan)
2014-04-27 21:58 Gilles Dartiguelongue (eva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox