iwd: update to 0.6.
This commit is contained in:
parent
6715799077
commit
be0e1c1805
2 changed files with 2 additions and 12 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- 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,6 +1,6 @@
|
||||||
# Template file for 'iwd'
|
# Template file for 'iwd'
|
||||||
pkgname=iwd
|
pkgname=iwd
|
||||||
version=0.4
|
version=0.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-systemd-service --enable-docs --enable-pie"
|
configure_args="--disable-systemd-service --enable-docs --enable-pie"
|
||||||
|
@ -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=de604042d820363f6f4cac0475ac2a5ecf580265d617a7cf4f7f116754d5432b
|
checksum=ad959ccaaac106f6f06533dafaa8e5ab9bda01859906f5157f9d516df13bf627
|
||||||
make_dirs="/var/lib/iwd 0600 root root"
|
make_dirs="/var/lib/iwd 0600 root root"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue