mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
iwd: update to 0.4.
This commit is contained in:
parent
079a1aad18
commit
5f79e9d4dd
2 changed files with 14 additions and 4 deletions
10
srcpkgs/iwd/patches/fix-musl.patch
Normal file
10
srcpkgs/iwd/patches/fix-musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- ell/fswatch.c
|
||||||
|
+++ ell/fswatch.c
|
||||||
|
@@ -26,6 +26,7 @@
|
||||||
|
|
||||||
|
#include <dirent.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
+#include <limits.h>
|
||||||
|
#include <sys/inotify.h>
|
||||||
|
|
||||||
|
#include "private.h"
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'iwd'
|
# Template file for 'iwd'
|
||||||
pkgname=iwd
|
pkgname=iwd
|
||||||
version=0.3
|
version=0.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-systemd-service --enable-docs"
|
configure_args="--disable-systemd-service --enable-docs --enable-pie"
|
||||||
hostmakedepends="asciidoc pkg-config"
|
hostmakedepends="asciidoc pkg-config"
|
||||||
makedepends="readline-devel dbus-devel"
|
makedepends="readline-devel dbus-devel ell-devel"
|
||||||
depends="dbus"
|
depends="dbus"
|
||||||
checkdepends="python3"
|
checkdepends="python3"
|
||||||
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"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://iwd.wiki.kernel.org/"
|
homepage="https://iwd.wiki.kernel.org/"
|
||||||
distfiles="${KERNEL_SITE}/network/wireless/iwd-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/network/wireless/iwd-${version}.tar.xz"
|
||||||
checksum=04987ac62db63962b53e6220e44e182c87e87a79e786cc4bf4d42eadf18177e4
|
checksum=de604042d820363f6f4cac0475ac2a5ecf580265d617a7cf4f7f116754d5432b
|
||||||
make_dirs="/var/lib/iwd 0600 root root"
|
make_dirs="/var/lib/iwd 0600 root root"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue