Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-backgrounds/, x11-themes/gnome-themes-standard/
Date: Sun, 01 May 2011 13:13:35
Message-Id: 2248753dc21d21a6cf13d7c38e52af5e50f48273.nirbheek@gentoo
1 commit: 2248753dc21d21a6cf13d7c38e52af5e50f48273
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 1 12:49:45 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Sun May 1 12:50:36 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2248753d
7
8 gnome-backgrounds, gnome-themes-standard: moved to tree
9
10 ---
11 .../gnome-backgrounds-3.0.1.ebuild | 22 --------
12 .../gnome-themes-standard-3.0.1.ebuild | 58 --------------------
13 2 files changed, 0 insertions(+), 80 deletions(-)
14
15 diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.0.1.ebuild b/x11-themes/gnome-backgrounds/gnome-backgrounds-3.0.1.ebuild
16 deleted file mode 100644
17 index 0f35b57..0000000
18 --- a/x11-themes/gnome-backgrounds/gnome-backgrounds-3.0.1.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-backgrounds/gnome-backgrounds-2.32.0.ebuild,v 1.5 2011/03/21 20:09:22 xarthisius Exp $
24 -
25 -EAPI="3"
26 -GCONF_DEBUG="no"
27 -
28 -inherit gnome2
29 -
30 -DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
31 -HOMEPAGE="http://www.gnome.org/"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
36 -IUSE=""
37 -
38 -RDEPEND=""
39 -DEPEND="sys-devel/gettext
40 - >=dev-util/intltool-0.40.0"
41 -
42 -DOCS="AUTHORS ChangeLog NEWS README"
43
44 diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.1.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.1.ebuild
45 deleted file mode 100644
46 index 90c5dec..0000000
47 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.0.1.ebuild
48 +++ /dev/null
49 @@ -1,58 +0,0 @@
50 -# Copyright 1999-2011 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes/gnome-themes-2.32.0.ebuild,v 1.1 2010/10/12 18:05:05 pacho Exp $
53 -
54 -EAPI="3"
55 -GCONF_DEBUG="no"
56 -GNOME2_LA_PUNT="yes"
57 -
58 -inherit gnome2
59 -if [[ ${PV} = 9999 ]]; then
60 - inherit gnome2-live
61 -fi
62 -
63 -DESCRIPTION="Adwaita theme for GNOME Shell"
64 -HOMEPAGE="http://www.gnome.org/"
65 -
66 -LICENSE="LGPL-2.1"
67 -SLOT="0"
68 -IUSE=""
69 -if [[ ${PV} = 9999 ]]; then
70 - KEYWORDS=""
71 -else
72 - KEYWORDS="~amd64 ~x86"
73 -fi
74 -
75 -COMMON_DEPEND=">=x11-libs/gtk+-3.0.8:3
76 - >=x11-themes/gtk-engines-2.15.3:2"
77 -DEPEND="${COMMON_DEPEND}
78 - >=x11-misc/icon-naming-utils-0.8.7
79 - >=dev-util/pkgconfig-0.19
80 - >=dev-util/intltool-0.40
81 - sys-devel/gettext"
82 -# gnome-themes{,-extras} are OBSOLETE for GNOME 3
83 -# http://comments.gmane.org/gmane.comp.gnome.desktop/44130
84 -RDEPEND="${COMMON_DEPEND}
85 - !x11-themes/gnome-themes
86 - !x11-themes/gnome-themes-extras"
87 -# This ebuild does not install any binaries
88 -RESTRICT="binchecks strip"
89 -# FIXME: --enable-placeholders fails
90 -G2CONF="--disable-static --disable-placeholders"
91 -DOCS="ChangeLog NEWS"
92 -
93 -src_prepare() {
94 - gnome2_src_prepare
95 - # Install cursors in the right place
96 - sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
97 - -i themes/Adwaita/cursors/Makefile.am \
98 - -i themes/Adwaita/cursors/Makefile.in || die
99 -}
100 -
101 -src_install() {
102 - gnome2_src_install
103 -
104 - # Make it the default cursor theme
105 - cd "${ED}/usr/share/cursors/xorg-x11" || die
106 - ln -sfn Adwaita default || die
107 -}