iwd: update to 1.0.

This commit is contained in:
Peter Bui 2019-10-30 09:22:53 -04:00 committed by Helmut Pozimski
parent 737e9752ae
commit 88c46530f0
2 changed files with 14 additions and 17 deletions

View file

@ -1,8 +1,6 @@
diff --git Makefile.am Makefile.am
index 6135524..5efb6f6 100644
--- Makefile.am
+++ Makefile.am
@@ -136,15 +136,15 @@ noinst_PROGRAMS =
--- Makefile.am 2019-10-30 06:50:34.000000000 -0400
+++ Makefile.am 2019-10-30 09:10:08.542128891 -0400
@@ -139,15 +139,15 @@
if DBUS_POLICY
dbus_datadir = @DBUS_DATADIR@/dbus-1/system.d
dist_dbus_data_DATA =
@ -18,10 +16,10 @@ index 6135524..5efb6f6 100644
-dbus_busdir = @DBUS_BUSDIR@
-dbus_bus_DATA =
-
systemd_modloaddir = @SYSTEMD_MODLOADDIR@
systemd_modload_DATA = src/pkcs8.conf
endif
@@ -218,13 +218,13 @@ endif
systemd_networkdir = @SYSTEMD_NETWORKDIR@
systemd_network_DATA =
@@ -244,13 +244,13 @@
if DBUS_POLICY
dist_dbus_data_DATA += src/iwd-dbus.conf
@ -33,10 +31,10 @@ index 6135524..5efb6f6 100644
systemd_unit_DATA += src/iwd.service
-dbus_bus_DATA += src/net.connman.iwd.service
endif
endif
@@ -277,13 +277,13 @@ wired_ead_DEPENDENCIES = $(ell_dependencies)
systemd_network_DATA += src/80-iwd.link
endif
@@ -320,13 +320,13 @@
if DBUS_POLICY
dist_dbus_data_DATA += wired/ead-dbus.conf
@ -49,8 +47,8 @@ index 6135524..5efb6f6 100644
systemd_unit_DATA += wired/ead.service
-dbus_bus_DATA += wired/net.connman.ead.service
endif
endif
if MANUAL_PAGES
diff --git configure.ac configure.ac
index ec0619e..13d6de4 100644
--- configure.ac

View file

@ -1,20 +1,20 @@
# Template file for 'iwd'
pkgname=iwd
version=0.23
version=1.0
revision=1
build_style=gnu-configure
configure_args="--disable-systemd-service --enable-pie
--enable-external-ell --enable-dbus-policy --enable-wired"
hostmakedepends="python3-docutils pkg-config automake libtool"
makedepends="readline-devel dbus-devel ell-devel"
depends="dbus ell>=0.25"
depends="dbus ell>=0.26"
checkdepends="python3"
short_desc="Internet Wireless Daemon by Intel that aims to replace wpa_supplicant"
maintainer="Peter Bui <pbui@github.bx612.space>"
license="LGPL-2.1-or-later"
homepage="https://iwd.wiki.kernel.org/"
distfiles="${KERNEL_SITE}/network/wireless/iwd-${version}.tar.xz"
checksum=e113b908c60537357b48c389317625e02cd1daa1b6e500bb356f7978a2a61280
checksum=7296812b3012b0689a8af879c6028fa9efa5b43b27ecf037355b38f7af1aa167
make_dirs="/var/lib/iwd 0600 root root
/etc/iwd 755 root root"
@ -23,6 +23,5 @@ pre_configure() {
}
post_install() {
vsconf doc/main.conf
vsv iwd
}