From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-user-share/
Date: Mon, 9 Dec 2013 23:06:37 +0000 (UTC) [thread overview]
Message-ID: <1386630260.105f4022c7da637250c8b2d705be7741d0484a0b.eva@gentoo> (raw)
commit: 105f4022c7da637250c8b2d705be7741d0484a0b
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 21:50:03 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 9 23:04:20 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=105f4022
gnome-extra/gnome-user-share: 3.8.3 → 3.10.1
Add USE=bluetooth.
The panel will not start, failing to read a non-existing gsetting.
Reported on Arch and confirmed by checking g-c-c sources.
---
.../gnome-user-share-3.10.1.ebuild | 56 ++++++++++++++++++++++
| 10 ++++
2 files changed, 66 insertions(+)
diff --git a/gnome-extra/gnome-user-share/gnome-user-share-3.10.1.ebuild b/gnome-extra/gnome-user-share/gnome-user-share-3.10.1.ebuild
new file mode 100644
index 0000000..df69c89
--- /dev/null
+++ b/gnome-extra/gnome-user-share/gnome-user-share-3.10.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 multilib
+
+DESCRIPTION="Personal file sharing for the GNOME desktop"
+HOMEPAGE="https://git.gnome.org/browse/gnome-user-share"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bluetooth"
+
+# FIXME: could libnotify be made optional ?
+# FIXME: selinux automagic support
+RDEPEND="
+ >=dev-libs/glib-2.28:2
+ >=x11-libs/gtk+-3:3
+ >=gnome-base/nautilus-2.91.7
+ media-libs/libcanberra[gtk3]
+ >=www-apache/mod_dnssd-0.6
+ >=www-servers/apache-2.2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile]
+ >=x11-libs/libnotify-0.7:=
+ bluetooth? (
+ >=app-mobilephone/obex-data-server-0.4
+ >=net-wireless/gnome-bluetooth-3.9.3:2
+ >=net-wireless/bluez-4.18 )
+"
+DEPEND="${RDEPEND}
+ !<gnome-base/gnome-control-center-3.9
+ app-text/yelp-tools
+ app-text/docbook-xml-dtd:4.1.2
+ >=dev-util/intltool-0.35
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_configure() {
+ gnome2_src_configure \
+ $(use_enable bluetooth) \
+ ITSTOOL=$(type -P true) \
+ --with-httpd=apache2 \
+ --with-modules-path=/usr/$(get_libdir)/apache2/modules/
+}
+
+src_install() {
+ gnome2_src_install
+
+ # FIXME: looks like upstream forgot about this
+ rm "${D}"/etc/xdg/autostart/gnome-user-share-obexpush.desktop || die
+}
--git a/gnome-extra/gnome-user-share/metadata.xml b/gnome-extra/gnome-user-share/metadata.xml
new file mode 100644
index 0000000..b9d6294
--- /dev/null
+++ b/gnome-extra/gnome-user-share/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+ <maintainer>
+ <email>eva@gentoo.org</email>
+ <name>Gilles Dartiguelongue</name>
+ <description>Primary maintainer</description>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2013-12-09 23:06 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-09 23:06 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-12-22 23:50 [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-user-share/ Gilles Dartiguelongue
2014-12-21 13:28 Gilles Dartiguelongue
2014-11-23 19:37 Gilles Dartiguelongue
2014-10-06 23:06 Gilles Dartiguelongue
2013-11-14 22:52 Gilles Dartiguelongue
2011-05-08 17:36 Gilles Dartiguelongue
2011-04-05 0:57 Nirbheek Chauhan
2011-02-22 0:31 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=1386630260.105f4022c7da637250c8b2d705be7741d0484a0b.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