public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-themes/faenza-icon-theme: faenza-icon-theme-1.3.ebuild ChangeLog
@ 2012-11-02 22:31 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-11-02 22:31 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/11/02 22:31:55

  Modified:             ChangeLog
  Added:                faenza-icon-theme-1.3.ebuild
  Log:
  Version bump. Bug #441000
  
  (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)

Revision  Changes    Path
1.18                 x11-themes/faenza-icon-theme/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	19 Jun 2012 18:55:44 -0000	1.17
+++ ChangeLog	2 Nov 2012 22:31:55 -0000	1.18
@@ -1,6 +1,12 @@
 # ChangeLog for x11-themes/faenza-icon-theme
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v 1.17 2012/06/19 18:55:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v 1.18 2012/11/02 22:31:55 hwoarang Exp $
+
+*faenza-icon-theme-1.3 (02 Nov 2012)
+
+  02 Nov 2012; Markos Chandras <hwoarang@gentoo.org>
+  +faenza-icon-theme-1.3.ebuild:
+  Version bump. Bug #441000
 
   19 Jun 2012; Samuli Suominen <ssuominen@gentoo.org>
   faenza-icon-theme-1.2-r1.ebuild:
@@ -87,4 +93,3 @@
   13 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
   +faenza-icon-theme-0.7.ebuild:
   Initial commit.
-



1.1                  x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.ebuild

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

Index: faenza-icon-theme-1.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.ebuild,v 1.1 2012/11/02 22:31:55 hwoarang Exp $

EAPI=4
inherit gnome2-utils

MY_P=${PN}_${PV}

DESCRIPTION="A scalable icon theme called Faenza"
HOMEPAGE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228"
# Use Ubuntu repo which has a proper faenza-icon-theme tarball
#SRC_URI="http://faenza-icon-theme.googlecode.com/files/${PN}_${PV}.tar.gz"
SRC_URI="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/${PN:0:1}/${PN}/${MY_P}.orig.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal"

RDEPEND="!minimal? ( x11-themes/gnome-icon-theme )
	x11-themes/hicolor-icon-theme"

RESTRICT="binchecks strip"

S="${WORKDIR}"

src_prepare() {
	local res x
	for x in Faenza Faenza-Dark; do
		for res in 22 24 32 48; do
			cp "${x}"/places/${res}/start-here-gentoo.png \
				"${x}"/places/${res}/start-here.png || die
		done
		cp "${x}"/places/scalable/start-here-gentoo.svg \
			"${x}"/places/scalable/start-here.svg || die
	done
	for x in emesene dockmanager rhythmbox; do
		mv ${x} Faenza-${x} || die
	done
}

src_install() {
	insinto /usr/share/icons
	doins -r Faenza{,-Ambiance,-Dark,-Darker,-Darkest,-dockmanager,-emesene,-Radiance,-rhythmbox}
}

pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }





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

* [gentoo-commits] gentoo-x86 commit in x11-themes/faenza-icon-theme: faenza-icon-theme-1.3.ebuild ChangeLog
@ 2013-12-25  9:36 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2013-12-25  9:36 UTC (permalink / raw
  To: gentoo-commits

maekke      13/12/25 09:36:08

  Modified:             faenza-icon-theme-1.3.ebuild ChangeLog
  Log:
  add ~arm, bug #488582
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.3                  x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.ebuild

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

Index: faenza-icon-theme-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- faenza-icon-theme-1.3.ebuild	2 Dec 2012 11:32:47 -0000	1.2
+++ faenza-icon-theme-1.3.ebuild	25 Dec 2013 09:36:08 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.ebuild,v 1.2 2012/12/02 11:32:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/faenza-icon-theme-1.3.ebuild,v 1.3 2013/12/25 09:36:08 maekke Exp $
 
 EAPI=4
 inherit gnome2-utils
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="minimal"
 
 RDEPEND="!minimal? ( x11-themes/gnome-icon-theme )



1.21                 x11-themes/faenza-icon-theme/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	16 Dec 2012 11:40:30 -0000	1.20
+++ ChangeLog	25 Dec 2013 09:36:08 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for x11-themes/faenza-icon-theme
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v 1.20 2012/12/16 11:40:30 hwoarang Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/faenza-icon-theme/ChangeLog,v 1.21 2013/12/25 09:36:08 maekke Exp $
+
+  25 Dec 2013; Markus Meier <maekke@gentoo.org> faenza-icon-theme-1.3.ebuild:
+  add ~arm, bug #488582
 
   16 Dec 2012; Markos Chandras <hwoarang@gentoo.org>
   -faenza-icon-theme-1.2-r1.ebuild:





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

end of thread, other threads:[~2013-12-25  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-25  9:36 [gentoo-commits] gentoo-x86 commit in x11-themes/faenza-icon-theme: faenza-icon-theme-1.3.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-02 22:31 Markos Chandras (hwoarang)

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