diff options
Diffstat (limited to 'dbus/iwd')
-rwxr-xr-x | dbus/iwd/build | 6 | ||||
-rw-r--r-- | dbus/iwd/checksums | 9 | ||||
-rw-r--r-- | dbus/iwd/meta | 3 | ||||
-rw-r--r-- | dbus/iwd/sources | 2 | ||||
-rw-r--r-- | dbus/iwd/version | 2 |
5 files changed, 13 insertions, 9 deletions
diff --git a/dbus/iwd/build b/dbus/iwd/build index 8f82de19..5be42580 100755 --- a/dbus/iwd/build +++ b/dbus/iwd/build @@ -16,13 +16,13 @@ done PKG_CONFIG="pkgconf --static" # Don't use systemd as the default name resolver. -sed -i 's|method_name = "systemd"|method_name = "resolvconf"|' src/resolve.c +clsed 's|method_name = "systemd"|method_name = "resolvconf"|' src/resolve.c # Update the manual page to reflect upon the change. -sed -i '/If not specified/s/systemd/resolvconf/' src/iwd.config.5 +clsed '/If not specified/s/systemd/resolvconf/' src/iwd.config.5 make LDFLAGS=-all-static make DESTDIR="$1" install -DESTDIR=$1 install-sv iwd.run ead.run +clsv -d "$1" iwd.run ead.run diff --git a/dbus/iwd/checksums b/dbus/iwd/checksums index db2cfa02..1ee6bcea 100644 --- a/dbus/iwd/checksums +++ b/dbus/iwd/checksums @@ -1,4 +1,5 @@ -4238c394d35ee6e99291009424d5530183aa5367c6f4f5349a95a56c5c94a211 iwd-1.12.tar.xz -757221d6c8567238f03c53cb0254a0ffe24285459058a47c3e5cf992545b172c fix-name-request.patch -9095020f84ef469e0f284a3fa5bb286df34065f8791af3b6996518699ddce94b ead.run -2d34fa383666e43cdc7359909486c7e848bdedd48c58f849cd8a66471c406f50 iwd.run +%BLAKE3 +f0071e4f1114a3da0cde72806c9407d80d85462394ad082cf44b89c9c2f5ca40 iwd-2.22.tar.xz +5950e1dd2a8474d150856eadf448a6e38a5a664a18ef0e0597d9e67be40c34d3 fix-name-request.patch +fbbcb5adeabc7296e8801269cdd1a4f93c4d3f302f574b59321f4bb4f78f7d8d ead.run +b7c60edb5e3822e5c081909de3e8d9d134b85a0433811d02353649e50f64606b iwd.run diff --git a/dbus/iwd/meta b/dbus/iwd/meta new file mode 100644 index 00000000..74c19f4d --- /dev/null +++ b/dbus/iwd/meta @@ -0,0 +1,3 @@ +description: Internet Wireless Daemon +license: LGPL-2.1-or-later +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/dbus/iwd/sources b/dbus/iwd/sources index 600468e3..52c3fbe8 100644 --- a/dbus/iwd/sources +++ b/dbus/iwd/sources @@ -1,4 +1,4 @@ -https://cdn.kernel.org/pub/linux/network/wireless/iwd-1.12.tar.xz +https://cdn.kernel.org/pub/linux/network/wireless/iwd-2.22.tar.xz patches/fix-name-request.patch files/ead.run files/iwd.run diff --git a/dbus/iwd/version b/dbus/iwd/version index 0b0e6ad9..958dc22d 100644 --- a/dbus/iwd/version +++ b/dbus/iwd/version @@ -1 +1 @@ -1.12 2 +2.22 1 |