Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gvfs/
Date: Fri, 30 Apr 2021 21:58:51
Message-Id: 1619819920.7bbdcff9760de5dbbd38f1d0624b9eb878321d94.mattst88@gentoo
1 commit: 7bbdcff9760de5dbbd38f1d0624b9eb878321d94
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 21:54:57 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 21:58:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bbdcff9
7
8 gnome-base/gvfs: Version bump to 1.48.1
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-base/gvfs/Manifest | 1 +
13 gnome-base/gvfs/gvfs-1.48.1.ebuild | 140 +++++++++++++++++++++++++++++++++++++
14 2 files changed, 141 insertions(+)
15
16 diff --git a/gnome-base/gvfs/Manifest b/gnome-base/gvfs/Manifest
17 index 49ee37813ef..74585e5e726 100644
18 --- a/gnome-base/gvfs/Manifest
19 +++ b/gnome-base/gvfs/Manifest
20 @@ -1,2 +1,3 @@
21 DIST gvfs-1.44.1.tar.xz 1222040 BLAKE2B 5a412395cf0edbdb78aea43eabd4fc0ec68f53b9f681cd6181b1c2ee09a01f90e024f75d44302eefdd9d3888512ec4fe672125eec3c79fe691d0f66dacde7bce SHA512 d936e70e6daa6a7494e5cc333a53afe82b601e34e2e54b207d9a4aefdc35dd068997832be750a6857144a48fa37065cb7e6b25378952007b06988ad07dfc6006
22 DIST gvfs-1.48.0.tar.xz 1225852 BLAKE2B b1d9554183c1c79a02bd36f04399ee73ad6590b01e8a909c31fd6806f1929132e3146b24cd5caa9e0d703ac54861179c9bc7bb1021ffe263be90e2f833ed2738 SHA512 fe57da85c5e7b6dc8b2ffa69f5f8f1e45e307a05c787c5eee4afdfac82fd796ec9f319eb0615622f72286327cbb5d169abcf35c6d21d4f8293cbf70e2a941e17
23 +DIST gvfs-1.48.1.tar.xz 1225916 BLAKE2B f2c46d94ba68065fcaef93cfaf25d5d6cc2fbbf4c1842452d30a9fec2ac5259b440fe569411cf3a874d3464f8d001ef2d04a705230a21b381ff1c3abe9c0f16e SHA512 19a642bcfce37eaa0d2d9f509fed6c67abfea0f79f5be9a17074d20e9ba71252a13583a2e08de88718cb141c5e79e34c84c765c87160351fe21291a8f88abe8c
24
25 diff --git a/gnome-base/gvfs/gvfs-1.48.1.ebuild b/gnome-base/gvfs/gvfs-1.48.1.ebuild
26 new file mode 100644
27 index 00000000000..11d31cbf769
28 --- /dev/null
29 +++ b/gnome-base/gvfs/gvfs-1.48.1.ebuild
30 @@ -0,0 +1,140 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit gnome.org gnome2-utils meson systemd xdg
37 +
38 +DESCRIPTION="Virtual filesystem implementation for GIO"
39 +HOMEPAGE="https://wiki.gnome.org/Projects/gvfs"
40 +
41 +LICENSE="LGPL-2+"
42 +SLOT="0"
43 +
44 +IUSE="afp archive bluray cdda elogind fuse google gnome-keyring gnome-online-accounts gphoto2 +http ios mtp nfs policykit samba systemd test +udev udisks zeroconf"
45 +RESTRICT="!test? ( test )"
46 +# elogind/systemd only relevant to udisks (in v1.38.1)
47 +REQUIRED_USE="
48 + ?? ( elogind systemd )
49 + cdda? ( udev )
50 + google? ( gnome-online-accounts )
51 + gphoto2? ( udev )
52 + mtp? ( udev )
53 + udisks? ( udev )
54 +"
55 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
56 +
57 +RDEPEND="
58 + >=dev-libs/glib-2.65.1:2
59 + >=gnome-base/gsettings-desktop-schemas-3.33.0
60 + afp? ( >=dev-libs/libgcrypt-1.2.2:0= )
61 + sys-apps/dbus
62 + app-crypt/gcr:=
63 + policykit? (
64 + >=sys-auth/polkit-0.114
65 + sys-libs/libcap
66 + )
67 + http? (
68 + dev-libs/libxml2:2
69 + >=net-libs/libsoup-2.58.0:2.4
70 + )
71 + zeroconf? ( >=net-dns/avahi-0.6[dbus] )
72 + udev? ( >=dev-libs/libgudev-147:= )
73 + fuse? ( >=sys-fs/fuse-3.0.0:3 )
74 + udisks? ( >=sys-fs/udisks-1.97:2 )
75 + systemd? ( >=sys-apps/systemd-206:0= )
76 + elogind? ( >=sys-auth/elogind-229:0= )
77 + ios? (
78 + >=app-pda/libimobiledevice-1.2:=
79 + >=app-pda/libplist-1:=
80 + )
81 + gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.1:= )
82 + gnome-keyring? ( app-crypt/libsecret )
83 + bluray? ( media-libs/libbluray:= )
84 + mtp? (
85 + virtual/libusb:1
86 + >=media-libs/libmtp-1.1.15
87 + )
88 + samba? ( >=net-fs/samba-4[client] )
89 + archive? ( app-arch/libarchive:= )
90 + cdda? (
91 + dev-libs/libcdio:0=
92 + >=dev-libs/libcdio-paranoia-0.78.2
93 + )
94 + google? ( >=dev-libs/libgdata-0.18.0:=[crypt,gnome-online-accounts] )
95 + gphoto2? ( >=media-libs/libgphoto2-2.5.0:= )
96 + nfs? ( >=net-fs/libnfs-1.9.8 )
97 + net-misc/openssh
98 +"
99 +DEPEND="${RDEPEND}"
100 +BDEPEND="
101 + dev-util/glib-utils
102 + app-text/docbook-xsl-stylesheets
103 + app-text/docbook-xml-dtd:4.2
104 + dev-libs/libxslt
105 + >=sys-devel/gettext-0.19.8
106 + virtual/pkgconfig
107 + dev-util/gdbus-codegen
108 + test? ( dev-libs/libgdata )
109 +"
110 +
111 +src_configure() {
112 + local enable_logind="false"
113 + if use systemd || use elogind; then
114 + enable_logind="true"
115 + fi
116 +
117 + local enable_gcrypt="false"
118 + if use afp; then # currently HAVE_GCRYPT and linkage only used with afp; check it on big bumps (grep for HAVE_GCRYPT and enable_gcrypt); adjust depends if changes
119 + enable_gcrypt="true"
120 + fi
121 +
122 + local enable_libusb="false"
123 + if use mtp; then # currently HAVE_LIBUSB and linkage only used with mtp; check it on big bumps (grep for HAVE_LIBUSB and enable_libusb); adjust depends if changes
124 + enable_libusb="true"
125 + fi
126 +
127 + local emesonargs=(
128 + -Dsystemduserunitdir="$(systemd_get_userunitdir)"
129 + -Dtmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d
130 + $(meson_use policykit admin)
131 + $(meson_use ios afc)
132 + $(meson_use afp)
133 + $(meson_use archive)
134 + $(meson_use cdda)
135 + $(meson_use zeroconf dnssd)
136 + $(meson_use gnome-online-accounts goa)
137 + $(meson_use google)
138 + $(meson_use gphoto2)
139 + $(meson_use http)
140 + $(meson_use mtp)
141 + $(meson_use nfs)
142 + -Dsftp=true
143 + $(meson_use samba smb)
144 + $(meson_use udisks udisks2)
145 + $(meson_use bluray)
146 + $(meson_use fuse)
147 + -Dgcr=true
148 + -Dgcrypt=${enable_gcrypt}
149 + $(meson_use udev gudev)
150 + $(meson_use gnome-keyring keyring)
151 + -Dlogind=${enable_logind}
152 + -Dlibusb=${enable_libusb}
153 + -Ddevel_utils=false # wouldn't install any of it as of 1.38.1; some tests need it, but they aren't automated tests in v1.38.1
154 + -Dinstalled_tests=false
155 + -Dman=true
156 + )
157 + meson_src_configure
158 +}
159 +
160 +pkg_postinst() {
161 + xdg_pkg_postinst
162 + gnome2_schemas_update
163 + gnome2_giomodule_cache_update
164 +}
165 +
166 +pkg_postrm() {
167 + xdg_pkg_postrm
168 + gnome2_schemas_update
169 + gnome2_giomodule_cache_update
170 +}