blob: 053a0b3e285bb4002fb7a3ad598041f2a8db9104 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
|
# Maintainer: Stephan Springer <buzo+arch@Lini.de>
# Contributor: Nathan <ndowens@artixlinux.org>
# Contributor: Felix Golatofski <contact@xdfr.de>
# Contributor: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinxu.org>
# Contributor: Wael Nasreddine <gandalf@siemens-mobiles.org>
# Contributor: Tor Krill <tor@krill.nu>
# Contributor: Will Rea <sillywilly@gmail.com>
# Contributor: Valentine Sinitsyn <e_val@inbox.ru>
pkgbase=networkmanager-iwd
pkgname=(
networkmanager-iwd
libnm-iwd
nm-iwd-cloud-setup
)
pkgver=1.50.0
pkgrel=1
pkgdesc="Network connection manager and user applications; using iwd backend instead of wpa_supplicant"
url="https://networkmanager.dev/"
arch=(x86_64)
license=(LGPL-2.1-or-later)
makedepends=(
audit
bash
curl
dnsmasq
gcc-libs
git
glib2-devel
glibc
gobject-introspection
gtk-doc
iproute2
iwd
jansson
libmm-glib
libndp
libnewt
libpsl
libteam
meson
modemmanager
nftables
nspr
nss
openresolv
pacrunner
perl-yaml
polkit
ppp
python-gobject
readline
systemd
systemd-libs
vala
vala
wpa_supplicant
)
checkdepends=(
libx11
python-dbus
)
source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=$pkgver"
"$pkgbase.install")
b2sums=('0e2288926395b2d92938b60a5815bce6ea322603795dc7956c7e23d91533860a95002767ac92c8feab818e9a3743abb9883316398d18f3100a9ce84f9185cd63'
'1045d7a75487dd063e2d52f2c94944c04650b9337d4cb839b66dc692f477797406ed2164725a53a1c213c46dd7ea398ca9764ee09386766554aa179d8c320cd2')
build() {
local meson_options=(
# build checks this option; injecting just via *FLAGS is broken
-D b_lto=true
# platform
-D dist_version="$pkgver-$pkgrel"
-D session_tracking_consolekit=false
-D suspend_resume=systemd
-D modify_system=true
-D selinux=false
# features
-D iwd=true
-D teamdctl=true
# configuration plugins
-D config_plugins_default=keyfile
-D ifupdown=false
# handlers for resolv.conf
-D netconfig=no
-D config_dns_rc_manager_default=symlink
# miscellaneous
-D vapi=true
-D docs=true
-D more_asserts=no
-D more_logging=false
-D qt=false
)
arch-meson NetworkManager build "${meson_options[@]}"
meson compile -C build
}
check() {
NMTST_FORCE_REAL_ROOT=1 meson test -C build --print-errorlogs
}
_pick() {
local p="$1" f d; shift
for f; do
d="$srcdir/$p/${f#$pkgdir/}"
mkdir -p "$(dirname "$d")"
mv "$f" "$d"
rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
done
}
package_networkmanager-iwd() {
depends=(
audit
curl
gcc-libs
glib2
glibc
iproute2
jansson
iwd
libmm-glib
libndp
libnewt
libnm-iwd
libpsl
libteam
mobile-broadband-provider-info
nspr
nss
readline
systemd-libs
)
provides=(networkmanager)
conflicts=(networkmanager)
optdepends=(
'bluez: Bluetooth support'
'dnsmasq: connection sharing'
'firewalld: firewall support'
'iptables: connection sharing'
'modemmanager: cellular network support'
'nftables: connection sharing'
'openresolv: alternative resolv.conf manager'
'pacrunner: PAC proxy support'
'polkit: let non-root users control networking'
'ppp: dialup connection support'
)
backup=(etc/NetworkManager/NetworkManager.conf)
# NM wants to move to LGPL only, but there's still GPL code left
license+=(GPL-2.0-or-later)
meson install -C build --destdir "$pkgdir"
cd "$pkgdir"
# /etc/NetworkManager
install -d etc/NetworkManager/{conf,dnsmasq}.d
install -dm700 etc/NetworkManager/system-connections
install -m644 /dev/stdin etc/NetworkManager/NetworkManager.conf <<END
# Configuration file for NetworkManager.
# See "man 5 NetworkManager.conf" for details.
END
# packaged configuration
install -Dm644 /dev/stdin usr/lib/NetworkManager/conf.d/20-connectivity.conf <<END
[connectivity]
uri=http://ping.archlinux.org/nm-check.txt
END
# iwd wifi backend
install -Dm644 /dev/stdin "$pkgdir/usr/lib/NetworkManager/conf.d/30-wifi-backend.conf" <<END
[device]
wifi.backend=iwd
END
# iwd.service overriding configuration
install -Dm644 /dev/stdin "$pkgdir/etc/systemd/system/iwd.service.d/90-networkmanager.conf" <<END
[Unit]
After=systemd-udevd.service
Before=NetworkManager.service
END
shopt -s globstar
_pick docs usr/share/gtk-doc
_pick libnm usr/include/libnm
_pick libnm usr/lib/girepository-1.0/NM-*
_pick libnm usr/lib/libnm.*
_pick libnm usr/lib/pkgconfig/libnm.pc
_pick libnm usr/share/gir-1.0/NM-*
_pick libnm usr/share/vala/vapi/libnm.*
_pick cloud usr/lib/**/*nm-cloud-setup*
_pick cloud usr/share/man/*/nm-cloud-setup*
# Not actually packaged (https://bugs.archlinux.org/task/69138)
_pick ovs usr/lib/systemd/system/NetworkManager.service.d/NetworkManager-ovs.conf
# Restore empty dir
install -d usr/lib/NetworkManager/dispatcher.d/no-wait.d
}
package_libnm-iwd() {
pkgdesc="NetworkManager client library with iwd backend"
depends=(
gcc-libs
glib2
glibc
nspr
nss
systemd-libs
util-linux-libs
)
provides=(libnm libnm.so)
conflicts=(libnm)
mv libnm/* "$pkgdir"
}
package_nm-iwd-cloud-setup() {
pkgdesc="Automatically configure NetworkManager with iwd backend in cloud"
depends=(
bash
curl
gcc-libs
glib2
glibc
libnm
networkmanager-iwd
)
provides=(nm-cloud-setup)
conflicts=(nm-cloud-setup)
mv cloud/* "$pkgdir"
}
# vim:set sw=2 sts=-1 et:
|