iwd: update to 1.12.
Don't use external ell anymore: - ABI isn't stable - makes updating harder if bluez and IWD depend on different versions of ell
This commit is contained in:
parent
f81f5ec4dd
commit
34626b696d
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'iwd'
|
# Template file for 'iwd'
|
||||||
pkgname=iwd
|
pkgname=iwd
|
||||||
version=1.11
|
version=1.12
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-systemd-service --enable-pie
|
configure_args="--disable-systemd-service --enable-pie
|
||||||
--enable-external-ell --enable-dbus-policy --enable-wired"
|
--enable-dbus-policy --enable-wired"
|
||||||
hostmakedepends="python3-docutils pkg-config"
|
hostmakedepends="python3-docutils pkg-config"
|
||||||
makedepends="readline-devel dbus-devel ell-devel"
|
makedepends="readline-devel dbus-devel"
|
||||||
depends="dbus ell>=0.36"
|
depends="dbus"
|
||||||
checkdepends="python3 $depends"
|
checkdepends="python3 $depends"
|
||||||
short_desc="Internet Wireless Daemon by Intel that aims to replace wpa_supplicant"
|
short_desc="Internet Wireless Daemon by Intel that aims to replace wpa_supplicant"
|
||||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
|
@ -15,7 +15,7 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://iwd.wiki.kernel.org/"
|
homepage="https://iwd.wiki.kernel.org/"
|
||||||
changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog"
|
changelog="https://git.kernel.org/pub/scm/network/wireless/iwd.git/plain/ChangeLog"
|
||||||
distfiles="${KERNEL_SITE}/network/wireless/${pkgname}-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/network/wireless/${pkgname}-${version}.tar.xz"
|
||||||
checksum=db854f569cfa94dc32120d8cf2e7d483a16679f238e1a4794837d0e455ea7aa9
|
checksum=4238c394d35ee6e99291009424d5530183aa5367c6f4f5349a95a56c5c94a211
|
||||||
make_dirs="/var/lib/iwd 0600 root root
|
make_dirs="/var/lib/iwd 0600 root root
|
||||||
/var/lib/ead 0600 root root
|
/var/lib/ead 0600 root root
|
||||||
/etc/iwd 755 root root"
|
/etc/iwd 755 root root"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue