From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PvWRu-0001zV-Vp for garchives@archives.gentoo.org; Fri, 04 Mar 2011 14:57:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1023E1C023; Fri, 4 Mar 2011 14:57:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BF3141C045 for ; Fri, 4 Mar 2011 14:57:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34A091B40D6 for ; Fri, 4 Mar 2011 14:57:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 505D280075 for ; Fri, 4 Mar 2011 14:57:27 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <567161cfd3ec0b07bbcab3c19d29ecad3583dfcd.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-panel/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-panel/gnome-panel-9999.ebuild X-VCS-Directories: gnome-base/gnome-panel/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 567161cfd3ec0b07bbcab3c19d29ecad3583dfcd Date: Fri, 4 Mar 2011 14:57:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 694756d6c2d766753530336407f6d320 commit: 567161cfd3ec0b07bbcab3c19d29ecad3583dfcd Author: Nirbheek Chauhan gentoo org> AuthorDate: Fri Mar 4 13:07:52 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Fri Mar 4 13:11:17 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D567161cf gnome-base/gnome-panel: add live ebuild --- gnome-base/gnome-panel/gnome-panel-9999.ebuild | 84 ++++++++++++++++++= ++++++ 1 files changed, 84 insertions(+), 0 deletions(-) diff --git a/gnome-base/gnome-panel/gnome-panel-9999.ebuild b/gnome-base/= gnome-panel/gnome-panel-9999.ebuild new file mode 100644 index 0000000..0732047 --- /dev/null +++ b/gnome-base/gnome-panel/gnome-panel-9999.ebuild @@ -0,0 +1,84 @@ +# 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=3D"3" +GCONF_DEBUG=3D"no" +GNOME2_LA_PUNT=3D"yes" + +inherit gnome2 + +DESCRIPTION=3D"The GNOME panel" +HOMEPAGE=3D"http://www.gnome.org/" + +LICENSE=3D"GPL-2 FDL-1.1 LGPL-2" +SLOT=3D"0" +IUSE=3D"+bonobo doc eds +introspection networkmanager" +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live + KEYWORDS=3D"" +else + KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-f= bsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +fi + +RDEPEND=3D">=3Dgnome-base/gnome-desktop-2.91:3 + >=3Dx11-libs/pango-1.15.4[introspection?] + >=3Ddev-libs/glib-2.25.12:2 + >=3Dx11-libs/gtk+-2.99:3[introspection?] + x11-libs/gdk-pixbuf + >=3Ddev-libs/libgweather-2.91:3 + dev-libs/libxml2 + >=3Dgnome-base/gconf-2.6.1[introspection?] + >=3Dgnome-base/gnome-menus-2.27.92 + gnome-base/librsvg + >=3Ddev-libs/dbus-glib-0.80 + >=3Dsys-apps/dbus-1.1.2 + >=3Dx11-libs/cairo-1 + x11-libs/libXau + >=3Dx11-libs/libXrandr-1.2 + + >=3Dx11-libs/libwnck-2.91 + eds? ( >=3Dgnome-extra/evolution-data-server-2.91.2 ) + introspection? ( >=3Ddev-libs/gobject-introspection-0.9.5 ) + networkmanager? ( >=3Dnet-misc/networkmanager-0.6.7 )" +DEPEND=3D"${RDEPEND} + >=3Ddev-lang/perl-5 + >=3Dapp-text/gnome-doc-utils-0.3.2 + >=3Ddev-util/pkgconfig-0.9 + >=3Ddev-util/intltool-0.40 + ~app-text/docbook-xml-dtd-4.1.2 + doc? ( >=3Ddev-util/gtk-doc-1 )" +# eautoreconf needs +# gnome-base/gnome-common +# dev-util/gtk-doc-am + +pkg_setup() { + G2CONF=3D"${G2CONF} + --disable-deprecation-flags + --disable-static + --disable-scrollkeeper + --disable-schemas-install + --with-in-process-applets=3Dclock,notification-area,wncklet + $(use_enable networkmanager network-manager) + $(use_enable introspection) + $(use_enable eds)" + DOCS=3D"AUTHORS ChangeLog HACKING NEWS README" +} + +pkg_postinst() { + local entries=3D"${EROOT}etc/gconf/schemas/panel-default-setup.entries" + local gconftool=3D"${EROOT}usr/bin/gconftool-2" + + if [ -e "$entries" ]; then + einfo "Setting panel gconf defaults..." + + GCONF_CONFIG_SOURCE=3D"$("${gconftool}" --get-default-source | sed "s;= :/;:${ROOT};")" + + "${gconftool}" --direct --config-source \ + "${GCONF_CONFIG_SOURCE}" --load=3D"${entries}" + fi + + # Calling this late so it doesn't process the GConf schemas file we alr= eady + # took care of. + gnome2_pkg_postinst +}