network-manager-applet: update spkgbuild

This commit is contained in:
Luis
2023-12-09 21:40:26 +00:00
parent 80b2cfa55b
commit dcaa894a99
2 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
network-manager-applet-1.34.0-1
network-manager-applet-1.34.0-2
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/xdg/
drwxr-xr-x root/root etc/xdg/autostart/

View File

@@ -1,16 +1,17 @@
# description : Panel applet used to configure wired and wireless network connections
# depends : gtk3 iso-codes libsecret libnotify networkmanager modemmanager gobject-introspection meson libnma libappindicator
# depends : iso-codes libsecret libnotify networkmanager gobject-introspection meson libnma libappindicator
# optional : modemmanager
name=network-manager-applet
version=1.34.0
release=1
release=2
source="https://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz"
build() {
cd $name-$version
venom-meson -Dselinux=false \
-Dteam=false build \
-Dwwan=$(scratch isinstalled modemmanager && echo true || echo false)
venom-meson $name-$version build \
-Dselinux=false \
-Dteam=false \
-Dwwan=$(scratch isinstalled modemmanager && echo true || echo false)
meson compile -C build
DESTDIR=$PKG meson install --no-rebuild -C build
}