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 1PvSAW-0008LE-Iw for garchives@archives.gentoo.org; Fri, 04 Mar 2011 10:23:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05B311C07B; Fri, 4 Mar 2011 10:23:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BAFCB1C07B for ; Fri, 4 Mar 2011 10:23:25 +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 CD63F1B41A5 for ; Fri, 4 Mar 2011 10:23:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 47F608005E for ; Fri, 4 Mar 2011 10:23:24 +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: Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/, gnome-base/gnome-shell/files/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-shell/files/gnome-shell-experimental-nm-applet-1.1.patch gnome-base/gnome-shell/files/gnome-shell-experimental-nm-applet-1.2.patch gnome-base/gnome-shell/gnome-shell-9999.ebuild X-VCS-Directories: gnome-base/gnome-shell/ gnome-base/gnome-shell/files/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: faffb51f8b8bc477d4e47b910042912be6a81aad Date: Fri, 4 Mar 2011 10:23:24 +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: 4a49593b27adf8132c765f731b8eed4c commit: faffb51f8b8bc477d4e47b910042912be6a81aad Author: Nirbheek Chauhan gentoo org> AuthorDate: Thu Mar 3 09:01:33 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Thu Mar 3 09:15:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dfaffb51f gnome-base/gnome-shell: update live ebuild, and nm-applet patch --- ...> gnome-shell-experimental-nm-applet-1.2.patch} | 8 ++++---- gnome-base/gnome-shell/gnome-shell-9999.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/gnome-base/gnome-shell/files/gnome-shell-experimental-nm-app= let-1.1.patch b/gnome-base/gnome-shell/files/gnome-shell-experimental-nm-= applet-1.2.patch similarity index 99% rename from gnome-base/gnome-shell/files/gnome-shell-experimental-nm-appl= et-1.1.patch rename to gnome-base/gnome-shell/files/gnome-shell-experimental-nm-applet= -1.2.patch index 546a539..a1af852 100644 --- a/gnome-base/gnome-shell/files/gnome-shell-experimental-nm-applet-1.1= .patch +++ b/gnome-base/gnome-shell/files/gnome-shell-experimental-nm-applet-1.2= .patch @@ -218,10 +218,10 @@ index 0000000..ecc80cc +}; + +const NMAppletIface =3D { -+ name: 'org.freedesktop.NetworkManager.Applet', ++ name: 'org.gnome.network-manager-applet', + methods: [ + { name: 'ConnectToHiddenNetwork', outSignature: '', inSignature= : '' }, -+ { name: 'CreateWirelessNetwork', outSignature: '', inSignature:= '' }, ++ { name: 'CreateWifiNetwork', outSignature: '', inSignature: '' = }, + ] +}; +const NMAppletProxy =3D DBus.makeProxyClass(NMAppletIface); @@ -1295,7 +1295,7 @@ index 0000000..ecc80cc + PanelMenu.SystemStatusButton.prototype._init.call(this, 'networ= k-error'); + + this._client =3D NMClient.Client.new(); -+ this._nmApplet =3D new NMAppletProxy(DBus.session, 'org.freedes= ktop.NetworkManager.Applet', '/org/freedesktop/NetworkManager/Applet'); ++ this._nmApplet =3D new NMAppletProxy(DBus.session, 'org.gnome.n= etwork-manager-applet', '/org/gnome/network-manager-applet'); + + this._statusSection =3D new PopupMenu.PopupMenuSection(); + this._statusItem =3D new PopupMenu.PopupMenuItem('', { style_cl= ass: 'popup-inactive-menu-item', reactive: false }); @@ -2002,4 +2002,4 @@ index 778db20..6ad230d 100644 + --=20 -1.7.4 \ No newline at end of file +1.7.4 diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/= gnome-shell/gnome-shell-9999.ebuild index 399a7ec..33cc7f1 100644 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild @@ -86,7 +86,8 @@ DEPEND=3D"${COMMON_DEPEND} DOCS=3D"AUTHORS README" # Don't error out on warnings G2CONF=3D"--enable-compile-warnings=3Dmaximum ---disable-schemas-compile" +--disable-schemas-compile +--disable-jhbuild-wrapper-script" =20 pkg_setup() { python_set_active_version 2 @@ -98,7 +99,7 @@ src_prepare() { ewarn "Adding support for the experimental NetworkManager applet." ewarn "This needs the latest NetworkManager & nm-applet trunk." ewarn "Report bugs about this to 'nirbheek' on #gentoo-desktop @ FreeN= ode." - epatch "${FILESDIR}/${PN}-experimental-nm-applet-1.1.patch" + epatch "${FILESDIR}/${PN}-experimental-nm-applet-1.2.patch" fi =20 gnome2_src_prepare