From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
Date: Wed, 12 Feb 2014 20:58:48 +0000 (UTC) [thread overview]
Message-ID: <1392236831.d3781b122f5f4fe1601603a63ccc9752e7cb7d4e.eva@gentoo> (raw)
commit: d3781b122f5f4fe1601603a63ccc9752e7cb7d4e
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 20:25:29 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 20:27:11 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d3781b12
gnome-base/gnome-panel: sync with gentoo-x86
---
gnome-base/gnome-panel/gnome-panel-9999.ebuild | 37 ++++++++++++++++----------
1 file changed, 23 insertions(+), 14 deletions(-)
diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
index 45450d9..4339e0b 100644
--- a/gnome-base/gnome-panel/gnome-panel-9999.ebuild
+++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then
fi
DESCRIPTION="The GNOME panel"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="https://git.gnome.org/browse/gnome-panel"
LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
SLOT="0"
@@ -25,7 +25,8 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
fi
-RDEPEND=">=dev-libs/glib-2.31.14:2
+RDEPEND="
+ >=dev-libs/glib-2.31.14:2
>=dev-libs/libgweather-3.5.1:2=
dev-libs/libxml2:2
>=gnome-base/dconf-0.13.4
@@ -67,18 +68,26 @@ if [[ ${PV} = 9999 ]]; then
doc? ( >=dev-util/gtk-doc-1 )"
fi
+src_prepare() {
+ # Launch nautilus-classic, upstream bug #709016
+ sed -i '/RequiredComponents/ s|$|nautilus-classic;|' data/gnome-flashback.session.desktop.in || die
+ gnome2_src_prepare
+}
+
src_configure() {
+ DOCS="AUTHORS ChangeLog HACKING NEWS README"
+
+ local myconf=""
+ [[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
# XXX: Make presence/telepathy-glib support optional?
# We can do that if we intend to support fallback-only as a setup
- G2CONF="${G2CONF}
- --disable-deprecation-flags
- --disable-static
- --with-in-process-applets=clock,notification-area,wncklet
- --enable-telepathy-glib
- $(use_enable networkmanager network-manager)
- $(use_enable introspection)
- $(use_enable eds)"
- [[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
- DOCS="AUTHORS ChangeLog HACKING NEWS README"
- gnome2_src_configure
+ gnome2_src_configure \
+ --disable-deprecation-flags \
+ --disable-static \
+ --with-in-process-applets=clock,notification-area,wncklet \
+ --enable-telepathy-glib \
+ $(use_enable networkmanager network-manager) \
+ $(use_enable introspection) \
+ $(use_enable eds) \
+ ${myconf}
}
next reply other threads:[~2014-02-12 20:58 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-12 20:58 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-04-25 22:44 [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/ Gilles Dartiguelongue
2012-12-24 14:47 Gilles Dartiguelongue
2012-11-22 23:04 Gilles Dartiguelongue
2012-10-16 3:01 Alexandre Rostovtsev
2012-09-22 15:54 Nirbheek Chauhan
2012-09-10 10:43 Priit Laes
2012-09-08 8:43 Nirbheek Chauhan
2012-08-18 10:40 Priit Laes
2012-05-24 9:11 Alexandre Restovtsev
2011-10-18 7:37 Alexandre Restovtsev
2011-05-30 18:39 Nirbheek Chauhan
2011-05-19 12:33 Gilles Dartiguelongue
2011-04-19 6:52 Gilles Dartiguelongue
2011-04-06 12:14 Nirbheek Chauhan
2011-04-05 0:57 Nirbheek Chauhan
2011-04-01 14:48 Nirbheek Chauhan
2011-03-29 8:36 Nirbheek Chauhan
2011-03-23 5:20 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-03-04 14:57 Nirbheek Chauhan
2011-02-27 3:02 Jonathan Callen
2011-02-23 14:40 Nirbheek Chauhan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1392236831.d3781b122f5f4fe1601603a63ccc9752e7cb7d4e.eva@gentoo \
--to=eva@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox