summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2018-09-10 15:31:48 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2018-09-10 16:02:12 +0200
commit0363926643066f227fd9290214992942e1447dff (patch)
tree0253042b31e3b476b66e1910564f62bb740e1d49
parentsci-geosciences/geocode-glib: drop outdated comment (diff)
downloadgnome-03639266.tar.gz
gnome-03639266.tar.bz2
gnome-03639266.zip
net-wireless/gnome-bluetooth: 3.20.1 → 3.26.1
Package-Manager: Portage-2.3.49, Repoman-2.3.10 Manifest-Sign-Key: 0x5A56C8CD0C13248A
-rw-r--r--net-wireless/gnome-bluetooth/Manifest23
-rw-r--r--net-wireless/gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild61
2 files changed, 84 insertions, 0 deletions
diff --git a/net-wireless/gnome-bluetooth/Manifest b/net-wireless/gnome-bluetooth/Manifest
new file mode 100644
index 00000000..1fdc9d01
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/Manifest
@@ -0,0 +1,23 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST gnome-bluetooth-3.26.1.tar.xz 350500 BLAKE2B 066caaa7333708fc44638ce2ea5ed4c59fd6051f6948fbadacdc996d99a6f441a6a2d154e268fbe8976bbd0e74ffbbcec38d1d47e1bbfa1c7047b2843e0e294e SHA512 a7e5a3243af467e17342f6810a9b3d2283310ceb25d00fd523032c7e58aecc0a3d537ac71cfee8c37ab87ede5a79e78797436b709232b0914b9cd35e71dfda87
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQKTBAEBCAB9FiEEX+aBqe7MmoWBwzA1lSmjXZiBxnkFAluWckBfFIAAAAAALgAo
+aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDVG
+RTY4MUE5RUVDQzlBODU4MUMzMzAzNTk1MjlBMzVEOTg4MUM2NzkACgkQlSmjXZiB
+xnmD5A/+KnYzDWZExqoT5M/hbFREezYsJp27K64GLM2a2jrs2POBHCHq/pNg0mw0
+mh1mxbPDud0RHmhOD/JKomMMAibZiBQ2RJ/Csa6piqK2xnk7fGLk7BAtGym2JA+C
+5awWAQDhgM7Ci6MuVZDGtCNaLxPmSctjC5V8V5yVaIwMpBNrPtHJ7EwnWT2oJFLn
+2gr329jR1qjvgkhTpyT80y1B2e832OxmQmM9ZLx28+FPg6tAaBzHBuQDtYhuoEcV
+yGhChK23DkacAuS3azMDTEUMRlg44md6V2XV3xpiGZpT8FQ6cKo7Qj6Umg+pYy98
+Vcx0mWkNYwBWYcgOV7xbIH2I2/d7g1oPWWjcPa8zUHNSVf86MeGdFJoTREOQwYGP
+YQiPvB/yQSTfnSw8q1jZPAbsJxrnD0hdkeBz9dSqldiqXg3U5WdAXH1XJZ0By9qN
+rAQ+KiAIRtTQc3pq3ISOAWf5npkUHmknCE//gU+SeNcgWUmDSDlib23qibHnmY/c
+UnDGAz/LwoqZcVTbF4H399LZaAO+Vzkm1qVjb7tCPuFllZz8ZJFxWjBl2QttLsEE
+WFBmZr9ykvgIOmTuMbEx9/gmCe1eVLigALhmEbqz9/7zscb6JJ5VMj1d1e4uYf/u
+Eyxh9aBz6LDCjkf1yBzFWAaoapDGdBTAes3t/BCsK3d/8nZCiqo=
+=R7Fs
+-----END PGP SIGNATURE-----
diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild
new file mode 100644
index 00000000..afc6b43a
--- /dev/null
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.26.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome-meson udev user
+
+DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeBluetooth"
+
+LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
+SLOT="2/13" # subslot = libgnome-bluetooth soname version
+IUSE="debug +introspection"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+COMMON_DEPEND="
+ >=dev-libs/glib-2.38:2
+ media-libs/libcanberra[gtk3]
+ >=x11-libs/gtk+-3.12:3[introspection?]
+ x11-libs/libnotify
+ virtual/udev
+ introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
+"
+RDEPEND="${COMMON_DEPEND}
+ >=net-wireless/bluez-5
+"
+DEPEND="${COMMON_DEPEND}
+ !net-wireless/bluez-gnome
+ app-text/docbook-xml-dtd:4.1.2
+ dev-libs/libxml2:2
+ dev-util/gdbus-codegen
+ >=dev-util/gtk-doc-am-1.9
+ >=dev-util/intltool-0.40.0
+ dev-util/itstool
+ virtual/libudev
+ virtual/pkgconfig
+ x11-base/xorg-proto
+"
+
+pkg_setup() {
+ enewgroup plugdev
+}
+
+src_configure() {
+ gnome-meson_src_configure \
+ -Denable-gtk-doc=false \
+ -Denable-icon-update=false \
+ $(meson_enable introspection)
+}
+
+src_install() {
+ gnome-meson_src_install
+ udev_dorules "${FILESDIR}"/61-${PN}.rules
+}
+
+pkg_postinst() {
+ gnome-meson_pkg_postinst
+ if ! has_version sys-auth/consolekit[acl] && ! has_version sys-apps/systemd[acl] ; then
+ elog "Don't forget to add yourself to the plugdev group "
+ elog "if you want to be able to control bluetooth transmitter."
+ fi
+}