mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
network-manager-applet: update spkgbuild
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user