public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: app-mobilephone/gnome-phone-manager/
@ 2012-12-31 14:08 Gilles Dartiguelongue
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-31 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     424af4bdfc81a207497903b9593b2c14c40b6e67
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 31 14:08:39 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 31 14:08:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=424af4bd

app-mobilephone/gnome-phone-manager: add missing GNOME_LIVE_MODULE

---
 .../gnome-phone-manager-9999.ebuild                |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-9999.ebuild b/app-mobilephone/gnome-phone-manager/gnome-phone-manager-9999.ebuild
index 1623582..338f129 100644
--- a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-9999.ebuild
+++ b/app-mobilephone/gnome-phone-manager/gnome-phone-manager-9999.ebuild
@@ -5,6 +5,7 @@
 EAPI="5"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
+GNOME_LIVE_MODULE="phonemgr"
 
 inherit autotools eutils gnome2
 if [[ ${PV} = 9999 ]]; then


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: app-mobilephone/gnome-phone-manager/
@ 2013-12-18 22:49 Gilles Dartiguelongue
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-18 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     599ae83bd7270aa58624c2cff9c20997b99dbe14
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 18 22:14:11 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 22:49:06 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=599ae83b

app-mobilephone/gnome-phone-manager: sync with gentoo-x86

---
 .../gnome-phone-manager-9999.ebuild                | 35 ++++++++++------------
 app-mobilephone/gnome-phone-manager/metadata.xml   |  7 ++---
 2 files changed, 19 insertions(+), 23 deletions(-)

diff --git a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-9999.ebuild b/app-mobilephone/gnome-phone-manager/gnome-phone-manager-9999.ebuild
index 338f129..693c712 100644
--- a/app-mobilephone/gnome-phone-manager/gnome-phone-manager-9999.ebuild
+++ b/app-mobilephone/gnome-phone-manager/gnome-phone-manager-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -12,33 +12,31 @@ if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 
-DESCRIPTION="A program created to allow you to control aspects of your mobile phone from your GNOME 2 desktop"
+DESCRIPTION="A program created to allow you to control aspects of your mobile phone from your GNOME desktop"
 HOMEPAGE="http://live.gnome.org/PhoneManager"
 
 LICENSE="GPL-2"
 SLOT="0"
-# XXX: telepathy support is considered experimental
-IUSE="telepathy"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~ppc ~x86"
 fi
+IUSE="gnome"
+# telepathy support is considered experimental
 
 RDEPEND="
 	>=app-mobilephone/gnokii-0.6.28[bluetooth]
-	>=dev-libs/glib-2.25:2
-	>=gnome-base/gconf-2:2
-	>=gnome-base/orbit-2
-	>=gnome-extra/evolution-data-server-3.6
-	>=net-wireless/gnome-bluetooth-3:2
-	>=x11-libs/gtk+-3:3
-	>=x11-themes/gnome-icon-theme-2.19.1
 	dev-libs/dbus-glib
+	>=dev-libs/glib-2.31:2
 	dev-libs/openobex
+	>=gnome-base/gconf-2:2
+	>=gnome-extra/evolution-data-server-3.6
 	media-libs/libcanberra[gtk3]
 	net-wireless/bluez
-	telepathy? ( net-libs/telepathy-glib )
+	>=net-wireless/gnome-bluetooth-3.3:2
+	>=x11-themes/gnome-icon-theme-2.19.1
+	>=x11-libs/gtk+-3:3
 "
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.35.5
@@ -48,7 +46,7 @@ DEPEND="${RDEPEND}
 # gnome-common needed for eautoreconf
 
 src_prepare() {
-	# Fix build with eds-3.6
+	# Fix eds-3.6 building, upstream bug #680927
 	epatch "${FILESDIR}"/0001-Adapt-to-Evolution-Data-Server-API-changes.patch
 
 	[[ ${PV} != 9999 ]] && eautoreconf
@@ -56,9 +54,8 @@ src_prepare() {
 }
 
 src_configure() {
-	G2CONF="${G2CONF}
-		$(use_enable telepathy)
-		--enable-bluetooth-plugin
-		--disable-static"
-	gnome2_src_configure
+	gnome2_src_configure \
+		$(use_enable gnome bluetooth-plugin) \
+		--disable-telepathy \
+		--disable-static
 }

diff --git a/app-mobilephone/gnome-phone-manager/metadata.xml b/app-mobilephone/gnome-phone-manager/metadata.xml
index a11e67d..755902a 100644
--- a/app-mobilephone/gnome-phone-manager/metadata.xml
+++ b/app-mobilephone/gnome-phone-manager/metadata.xml
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>mobile-phone</herd>
-  <herd>gnome</herd>
-  <longdescription>Phone Manager is a program created to allow you to control aspects 
-of your mobile phone from your GNOME 2 desktop.
+<herd>gnome</herd>
+<longdescription>Phone Manager is a program created to allow you to control aspects 
+of your mobile phone from your GNOME desktop.
 
 The software is in its early stages right now. Current features include:
     * Runs in the background; indicates status on the panel notification area.


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-18 22:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-31 14:08 [gentoo-commits] proj/gnome:master commit in: app-mobilephone/gnome-phone-manager/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2013-12-18 22:49 Gilles Dartiguelongue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox