summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-11-17 10:52:38 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-11-17 10:52:38 +0000
commit525b4fa0a86190c370dc5a7c854a2ccd52c858df (patch)
tree71e1a53bfe98d9313016581b4a189e5714626cbd /x11-themes
parentarm stable wrt #436670 (diff)
downloadgentoo-2-525b4fa0a86190c370dc5a7c854a2ccd52c858df.tar.gz
gentoo-2-525b4fa0a86190c370dc5a7c854a2ccd52c858df.tar.bz2
gentoo-2-525b4fa0a86190c370dc5a7c854a2ccd52c858df.zip
ayatana support. punt myself from metadata.xml and leave the package to desktop-misc and the ayatana herds
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/greybird/ChangeLog7
-rw-r--r--x11-themes/greybird/greybird-1.0.7.ebuild8
-rw-r--r--x11-themes/greybird/metadata.xml10
3 files changed, 15 insertions, 10 deletions
diff --git a/x11-themes/greybird/ChangeLog b/x11-themes/greybird/ChangeLog
index 35889d2b9398..31cb0a6eba87 100644
--- a/x11-themes/greybird/ChangeLog
+++ b/x11-themes/greybird/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-themes/greybird
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.22 2012/11/17 06:21:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/ChangeLog,v 1.23 2012/11/17 10:52:38 ssuominen Exp $
+
+ 17 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> greybird-1.0.7.ebuild,
+ metadata.xml:
+ Remove myself from metadata.xml and leave the package to desktop-misc.
+ USE="ayatana" will control the installation of the Unity desktop files.
17 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> -greybird-0.8.1.ebuild:
old
diff --git a/x11-themes/greybird/greybird-1.0.7.ebuild b/x11-themes/greybird/greybird-1.0.7.ebuild
index 415f45181830..3442c253d766 100644
--- a/x11-themes/greybird/greybird-1.0.7.ebuild
+++ b/x11-themes/greybird/greybird-1.0.7.ebuild
@@ -1,19 +1,19 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-1.0.7.ebuild,v 1.1 2012/11/17 06:21:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/greybird/greybird-1.0.7.ebuild,v 1.2 2012/11/17 10:52:38 ssuominen Exp $
EAPI=4
MY_PN=${PN/g/G}
-DESCRIPTION="The default Xubuntu 12.04 theme (emerald, GTK+-2, GTK+-3, metacity, xfwm4 and xfce4-notifyd)"
+DESCRIPTION="The default theme from Xubuntu"
HOMEPAGE="http://shimmerproject.org/project/greybird/ http://github.com/shimmerproject/Greybird"
SRC_URI="http://github.com/shimmerproject/${MY_PN}/tarball/v${PV} -> ${P}.tar.gz"
LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0 || ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
+IUSE="ayatana"
RDEPEND=">=x11-themes/gtk-engines-murrine-0.90
>=x11-themes/gtk-engines-unico-1.0.1"
@@ -34,7 +34,7 @@ src_install() {
doins xfwm4_compact/*
rm -rf xfwm4_compact
- rm -rf unity
+ use ayatana || rm -rf unity
insinto /usr/share/themes/${MY_PN}
doins -r *
diff --git a/x11-themes/greybird/metadata.xml b/x11-themes/greybird/metadata.xml
index f1d365960b36..d0eccd71a71a 100644
--- a/x11-themes/greybird/metadata.xml
+++ b/x11-themes/greybird/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>desktop-misc</herd>
- <maintainer>
- <email>ssuominen@gentoo.org</email>
- <name>Samuli Suominen</name>
- </maintainer>
+ <herd>desktop-misc</herd>
+ <herd>ayatana</herd>
+ <maintainer>
+ <email>ayatana-bugs@gentoo.org</email>
+ </maintainer>
</pkgmetadata>