public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-themes/zukitwo: metadata.xml ChangeLog zukitwo-2013.04.24.ebuild
@ 2013-06-16 17:56 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-06-16 17:56 UTC (permalink / raw
  To: gentoo-commits

jlec        13/06/16 17:56:48

  Modified:             metadata.xml ChangeLog
  Added:                zukitwo-2013.04.24.ebuild
  Log:
  x11-themes/zukitwo: Version BUmp
  
  (Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.3                  x11-themes/zukitwo/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/zukitwo/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	5 May 2012 01:33:17 -0000	1.2
+++ metadata.xml	16 Jun 2013 17:56:48 -0000	1.3
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>gnome</herd>
-<use>
-	<flag name="gnome-shell">Install theme for <pkg>gnome-base/gnome-shell</pkg></flag>
-</use>
+  <herd>gnome</herd>
+  <use>
+    <flag name="gnome-shell">Install theme for <pkg>gnome-base/gnome-shell</pkg></flag>
+  </use>
 </pkgmetadata>



1.16                 x11-themes/zukitwo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/zukitwo/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/zukitwo/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/zukitwo/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/zukitwo/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	27 Dec 2012 19:14:24 -0000	1.15
+++ ChangeLog	16 Jun 2013 17:56:48 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for x11-themes/zukitwo
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo/ChangeLog,v 1.15 2012/12/27 19:14:24 tetromino Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo/ChangeLog,v 1.16 2013/06/16 17:56:48 jlec Exp $
+
+*zukitwo-2013.04.24 (16 Jun 2013)
+
+  16 Jun 2013; Justin Lecher <jlec@gentoo.org> +zukitwo-2013.04.24.ebuild,
+  metadata.xml:
+  Version BUmp
 
 *zukitwo-2012.12.16 (27 Dec 2012)
 



1.1                  x11-themes/zukitwo/zukitwo-2013.04.24.ebuild

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

Index: zukitwo-2013.04.24.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/zukitwo/zukitwo-2013.04.24.ebuild,v 1.1 2013/06/16 17:56:48 jlec Exp $

EAPI="5"

DESCRIPTION="Theme for GNOME 2 and 3"
HOMEPAGE="http://gnome-look.org/content/show.php/Zukitwo?content=140562"
# Upstream download URI updates file contents without changing the filename
SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"

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

RDEPEND=">=x11-libs/gtk+-2.10:2
	>=x11-libs/gtk+-3.6:3
	>=x11-themes/gnome-themes-standard-3.6
	>=x11-themes/gtk-engines-murrine-0.98.1.1
	gnome-shell? ( x11-themes/zukitwo-shell )"
DEPEND="app-arch/xz-utils"

# INSTALL file contains useful information for the end user
DOCS=( INSTALL README )

src_prepare() {
	# Gentoo uses normal nautilus, not nautilus-elementary
	sed -e 's:apps/nautilus-e.rc:apps/nautilus.rc:' \
		-i Zukitwo/gtk-2.0/gtkrc || die
}

src_install() {
	insinto /usr/share/themes
	doins -r Zukitwo
	insinto /usr/share/themes/Zukitwo
	doins panelbg.png
	default
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-16 17:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-16 17:56 [gentoo-commits] gentoo-x86 commit in x11-themes/zukitwo: metadata.xml ChangeLog zukitwo-2013.04.24.ebuild Justin Lecher (jlec)

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