Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/
Date: Thu, 22 Nov 2012 22:49:54
Message-Id: 1353624051.4183c45a72522b1627dce5f8e78bfdd570e2b17c.eva@gentoo
1 commit: 4183c45a72522b1627dce5f8e78bfdd570e2b17c
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 22 22:40:51 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 22 22:40:51 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4183c45a
7
8 gnome-base/gnome-shell: 3.6.1-r1 → 3.6.2
9
10 ---
11 ...ll-3.6.1-r1.ebuild => gnome-shell-3.6.2.ebuild} | 5 +++--
12 gnome-base/gnome-shell/gnome-shell-9999.ebuild | 5 +++--
13 gnome-base/gnome-shell/metadata.xml | 9 +++++++++
14 3 files changed, 15 insertions(+), 4 deletions(-)
15
16 diff --git a/gnome-base/gnome-shell/gnome-shell-3.6.1-r1.ebuild b/gnome-base/gnome-shell/gnome-shell-3.6.2.ebuild
17 similarity index 98%
18 rename from gnome-base/gnome-shell/gnome-shell-3.6.1-r1.ebuild
19 rename to gnome-base/gnome-shell/gnome-shell-3.6.2.ebuild
20 index 0f5d535..5bad729 100644
21 --- a/gnome-base/gnome-shell/gnome-shell-3.6.1-r1.ebuild
22 +++ b/gnome-base/gnome-shell/gnome-shell-3.6.2.ebuild
23 @@ -108,6 +108,7 @@ RDEPEND="${COMMON_DEPEND}
24 "
25 DEPEND="${COMMON_DEPEND}
26 >=sys-devel/gettext-0.17
27 + dev-libs/libxslt
28 >=dev-util/intltool-0.40
29 gnome-base/gnome-common
30 virtual/pkgconfig
31 @@ -124,8 +125,8 @@ src_prepare() {
32 DOCS="AUTHORS NEWS README"
33 # Don't error out on warnings
34 G2CONF="${G2CONF}
35 + --enable-man
36 --enable-compile-warnings=maximum
37 - --disable-schemas-compile
38 --disable-jhbuild-wrapper-script
39 $(use_with bluetooth)
40 $(use_enable networkmanager)
41 @@ -159,7 +160,7 @@ pkg_postinst() {
42 gnome2_pkg_postinst
43
44 if ! has_version 'media-libs/gst-plugins-good:1.0' || \
45 - ! has_version 'media-plugins/gst-plugins-vp8:1.0'; then
46 + ! has_version 'media-plugins/gst-plugins-vpx:1.0'; then
47 ewarn "To make use of GNOME Shell's built-in screen recording utility,"
48 ewarn "you need to either install media-libs/gst-plugins-good:1.0"
49 ewarn "and media-plugins/gst-plugins-vp8:1.0, or use dconf-editor to change"
50
51 diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/gnome-shell/gnome-shell-9999.ebuild
52 index 0f5d535..5bad729 100644
53 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild
54 +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild
55 @@ -108,6 +108,7 @@ RDEPEND="${COMMON_DEPEND}
56 "
57 DEPEND="${COMMON_DEPEND}
58 >=sys-devel/gettext-0.17
59 + dev-libs/libxslt
60 >=dev-util/intltool-0.40
61 gnome-base/gnome-common
62 virtual/pkgconfig
63 @@ -124,8 +125,8 @@ src_prepare() {
64 DOCS="AUTHORS NEWS README"
65 # Don't error out on warnings
66 G2CONF="${G2CONF}
67 + --enable-man
68 --enable-compile-warnings=maximum
69 - --disable-schemas-compile
70 --disable-jhbuild-wrapper-script
71 $(use_with bluetooth)
72 $(use_enable networkmanager)
73 @@ -159,7 +160,7 @@ pkg_postinst() {
74 gnome2_pkg_postinst
75
76 if ! has_version 'media-libs/gst-plugins-good:1.0' || \
77 - ! has_version 'media-plugins/gst-plugins-vp8:1.0'; then
78 + ! has_version 'media-plugins/gst-plugins-vpx:1.0'; then
79 ewarn "To make use of GNOME Shell's built-in screen recording utility,"
80 ewarn "you need to either install media-libs/gst-plugins-good:1.0"
81 ewarn "and media-plugins/gst-plugins-vp8:1.0, or use dconf-editor to change"
82
83 diff --git a/gnome-base/gnome-shell/metadata.xml b/gnome-base/gnome-shell/metadata.xml
84 new file mode 100644
85 index 0000000..4961103
86 --- /dev/null
87 +++ b/gnome-base/gnome-shell/metadata.xml
88 @@ -0,0 +1,9 @@
89 +<?xml version="1.0" encoding="UTF-8"?>
90 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
91 +<pkgmetadata>
92 + <herd>gnome</herd>
93 + <use>
94 + <flag name="systemd">Use <pkg>sys-apps/systemd</pkg> instead of
95 + <pkg>sys-auth/consolekit</pkg> for session tracking</flag>
96 + </use>
97 +</pkgmetadata>