From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B10E4138202 for ; Sun, 13 Oct 2013 11:15:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA70DE09AD; Sun, 13 Oct 2013 11:15:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45EFDE0980 for ; Sun, 13 Oct 2013 11:15:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33A1F33EFD8 for ; Sun, 13 Oct 2013 11:15:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E5923E5463 for ; Sun, 13 Oct 2013 11:15:45 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1381661593.54605b00083b6dc109d5347d8172b2f4108a4c7c.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-icon-theme-symbolic/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.10.0.ebuild x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-9999.ebuild X-VCS-Directories: x11-themes/gnome-icon-theme-symbolic/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 54605b00083b6dc109d5347d8172b2f4108a4c7c X-VCS-Branch: master Date: Sun, 13 Oct 2013 11:15:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e30bd927-5576-4e83-a9d7-0f4c768312b6 X-Archives-Hash: 7d6bf4f2533dc8920d26604f36563e56 commit: 54605b00083b6dc109d5347d8172b2f4108a4c7c Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Oct 13 10:45:26 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Oct 13 10:53:13 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=54605b00 x11-themes/gnome-icon-theme-symbolic: 3.8.3 → 3.10.0 --- .../gnome-icon-theme-symbolic-3.10.0.ebuild | 37 ++++++++++++++++++++++ .../gnome-icon-theme-symbolic-9999.ebuild | 25 ++++++++------- 2 files changed, 50 insertions(+), 12 deletions(-) diff --git a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.10.0.ebuild b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.10.0.ebuild new file mode 100644 index 0000000..228b176 --- /dev/null +++ b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-3.10.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Symbolic icons for GNOME default icon theme" +HOMEPAGE="https://git.gnome.org/browse/gnome-icon-theme-symbolic/" + +LICENSE="CC-BY-SA-3.0" +SLOT="0" +IUSE="" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux" + +COMMON_DEPEND=">=x11-themes/hicolor-icon-theme-0.10" + +RDEPEND="${COMMON_DEPEND} + !=gnome-extra/gnome-power-manager-3.0* + !=gnome-extra/gnome-power-manager-3.1* +" +# keyboard-brightness icon file collision with old gnome-power-manager +DEPEND="${COMMON_DEPEND} + >=x11-misc/icon-naming-utils-0.8.7 + virtual/pkgconfig +" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" + +src_configure() { + gnome2_src_configure \ + --enable-icon-mapping \ + GTK_UPDATE_ICON_CACHE=$(type -P true) +} diff --git a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-9999.ebuild b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-9999.ebuild index b4605f0..4971049 100644 --- a/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-9999.ebuild +++ b/x11-themes/gnome-icon-theme-symbolic/gnome-icon-theme-symbolic-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -11,33 +11,34 @@ if [[ ${PV} = 9999 ]]; then fi DESCRIPTION="Symbolic icons for GNOME default icon theme" -HOMEPAGE="http://www.gnome.org/" +HOMEPAGE="https://git.gnome.org/browse/gnome-icon-theme-symbolic/" -LICENSE="CCPL-Attribution-ShareAlike-3.0" +LICENSE="CC-BY-SA-3.0" SLOT="0" IUSE="" if [[ ${PV} = 9999 ]]; then KEYWORDS="" else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux" fi COMMON_DEPEND=">=x11-themes/hicolor-icon-theme-0.10" + RDEPEND="${COMMON_DEPEND} !=gnome-extra/gnome-power-manager-3.0* - !=gnome-extra/gnome-power-manager-3.1*" + !=gnome-extra/gnome-power-manager-3.1* +" # keyboard-brightness icon file collision with old gnome-power-manager DEPEND="${COMMON_DEPEND} >=x11-misc/icon-naming-utils-0.8.7 - virtual/pkgconfig" + virtual/pkgconfig +" # This ebuild does not install any binaries RESTRICT="binchecks strip" -# FIXME: double check potential LINGUAS problem -src_prepare() { - DOCS="AUTHORS NEWS README" - G2CONF="${G2CONF} - --enable-icon-mapping - GTK_UPDATE_ICON_CACHE=$(type -P true)" +src_configure() { + gnome2_src_configure \ + --enable-icon-mapping \ + GTK_UPDATE_ICON_CACHE=$(type -P true) }