Skip to content
Snippets Groups Projects
Commit a14086a9 authored by Milan P. Stanić's avatar Milan P. Stanić
Browse files

community/iwgtk: upgrade to 0.8

upstream changed to meson instead of make
parent 07aaff2d
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!37497community/iwgtk: upgrade to 0.8
Pipeline #131854 passed
# Contributor: Milan P. Stanić <mps@arvanta.net> # Contributor: Milan P. Stanić <mps@arvanta.net>
# Maintainer: Milan P. Stanić <mps@arvanta.net> # Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=iwgtk pkgname=iwgtk
pkgver=0.7 pkgver=0.8
pkgrel=0 pkgrel=0
pkgdesc="graphical wifi management utility for iwd" pkgdesc="graphical wifi management utility for iwd"
url="https://github.com/J-Lentz/iwgtk" url="https://github.com/J-Lentz/iwgtk"
arch="all !s390x !riscv64" # blocked by gtk4.0 arch="all !s390x !riscv64" # blocked by gtk4.0
license="GPL-3-or-later" license="GPL-3-or-later"
options="!check" # no tests options="!check" # no tests
makedepends="gtk4.0-dev libqrencode-dev" makedepends="gtk4.0-dev libqrencode-dev meson scdoc"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/J-Lentz/iwgtk/archive/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/J-Lentz/iwgtk/archive/v$pkgver.tar.gz"
build() { build() {
make PREFIX=/usr abuild-meson --prefix=/usr build
cd build
meson compile
} }
package() { package() {
make DESTDIR="$pkgdir" PREFIX=/usr install cd build
rm -rf "$pkgdir"/usr/lib/systemd meson install --destdir $pkgdir
rm -rf "$pkgdir"/usr/share/lib
} }
sha512sums=" sha512sums="
da40aa66985004e7917fac15629d36b9b5fc2e1d56fda1544567afdcc28ac5c65c125b35ffe6751b66eb0e3c71489c383be017a44a4cfef065c8859f15b7de74 iwgtk-0.7.tar.gz efad4252ed031836a384a642bdc90bfc1396903eeb494e6f76238fcc5314ba7d58dd1aef9d4457aab2b940434b781e1a6bffd32ed6170dfb9abb919069f461f7 iwgtk-0.8.tar.gz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment