public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/
Date: Wed, 23 Feb 2011 14:40:17 +0000 (UTC)	[thread overview]
Message-ID: <7621f6a3fe5aebc72151b6bd0d7609e01b58e932.nirbheek@gentoo> (raw)

commit:     7621f6a3fe5aebc72151b6bd0d7609e01b58e932
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 13:39:24 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 14:08:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7621f6a3

gnome-base/gnome-panel: add 2.91.90, w/o keywords

* Panel is half-broken in 2.91.90, so keep the old one around
  - https://bugzilla.gnome.org/show_bug.cgi?id=631553

---
 gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild |   82 +++++++++++++++++++++
 1 files changed, 82 insertions(+), 0 deletions(-)

diff --git a/gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild b/gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild
new file mode 100644
index 0000000..6de98a2
--- /dev/null
+++ b/gnome-base/gnome-panel/gnome-panel-2.91.90.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-panel/gnome-panel-2.32.1.ebuild,v 1.3 2011/01/15 19:54:59 nirbheek Exp $
+
+EAPI="3"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="The GNOME panel"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+# Odd behaviour w.r.t. panels: https://bugzilla.gnome.org/show_bug.cgi?id=631553
+#KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="+bonobo doc eds +introspection networkmanager"
+
+RDEPEND=">=gnome-base/gnome-desktop-2.91:3
+	>=x11-libs/pango-1.15.4[introspection?]
+	>=dev-libs/glib-2.25.12:2
+	>=x11-libs/gtk+-2.99:3[introspection?]
+	x11-libs/gdk-pixbuf
+	>=dev-libs/libgweather-2.91:3
+	dev-libs/libxml2
+	>=gnome-base/gconf-2.6.1[introspection?]
+	>=media-libs/libcanberra-0.23[gtk3]
+	>=gnome-base/gnome-menus-2.27.92
+	gnome-base/librsvg
+	>=dev-libs/dbus-glib-0.80
+	>=sys-apps/dbus-1.1.2
+	dev-libs/eggdbus
+	>=x11-libs/cairo-1
+	x11-libs/libXau
+	>=x11-libs/libXrandr-1.2
+
+	>=x11-libs/libwnck-2.91
+	eds? ( >=gnome-extra/evolution-data-server-2.91.2 )
+	introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
+	networkmanager? ( >=net-misc/networkmanager-0.6.7 )"
+DEPEND="${RDEPEND}
+	>=dev-lang/perl-5
+	>=app-text/gnome-doc-utils-0.3.2
+	>=dev-util/pkgconfig-0.9
+	>=dev-util/intltool-0.40
+	~app-text/docbook-xml-dtd-4.1.2
+	doc? ( >=dev-util/gtk-doc-1 )"
+# eautoreconf needs
+#	gnome-base/gnome-common
+#	dev-util/gtk-doc-am
+
+pkg_setup() {
+	G2CONF="${G2CONF}
+		--disable-deprecation-flags
+		--disable-static
+		--disable-scrollkeeper
+		--disable-schemas-install
+		--with-in-process-applets=clock,notification-area,wncklet
+		$(use_enable networkmanager network-manager)
+		$(use_enable introspection)
+		$(use_enable eds)"
+	DOCS="AUTHORS ChangeLog HACKING NEWS README"
+}
+
+pkg_postinst() {
+	local entries="${EROOT}etc/gconf/schemas/panel-default-setup.entries"
+	local gconftool="${EROOT}usr/bin/gconftool-2"
+
+	if [ -e "$entries" ]; then
+		einfo "Setting panel gconf defaults..."
+
+		GCONF_CONFIG_SOURCE="$("${gconftool}" --get-default-source | sed "s;:/;:${ROOT};")"
+
+		"${gconftool}" --direct --config-source \
+			"${GCONF_CONFIG_SOURCE}" --load="${entries}"
+	fi
+
+	# Calling this late so it doesn't process the GConf schemas file we already
+	# took care of.
+	gnome2_pkg_postinst
+}



             reply	other threads:[~2011-02-23 14:41 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-23 14:40 Nirbheek Chauhan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-02-27  3:02 [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/ Jonathan Callen
2011-03-04 14:57 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-03-23  5:20 Nirbheek Chauhan
2011-03-29  8:36 Nirbheek Chauhan
2011-04-01 14:48 Nirbheek Chauhan
2011-04-05  0:57 Nirbheek Chauhan
2011-04-06 12:14 Nirbheek Chauhan
2011-04-19  6:52 Gilles Dartiguelongue
2011-05-19 12:33 Gilles Dartiguelongue
2011-05-30 18:39 Nirbheek Chauhan
2011-10-18  7:37 Alexandre Restovtsev
2012-05-24  9:11 Alexandre Restovtsev
2012-08-18 10:40 Priit Laes
2012-09-08  8:43 Nirbheek Chauhan
2012-09-10 10:43 Priit Laes
2012-09-22 15:54 Nirbheek Chauhan
2012-10-16  3:01 Alexandre Rostovtsev
2012-11-22 23:04 Gilles Dartiguelongue
2012-12-24 14:47 Gilles Dartiguelongue
2014-02-12 20:58 Gilles Dartiguelongue
2014-04-25 22:44 Gilles Dartiguelongue

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=7621f6a3fe5aebc72151b6bd0d7609e01b58e932.nirbheek@gentoo \
    --to=nirbheek@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