summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2024-02-17 20:41:53 -0500
committerSolomon Choina2024-02-17 20:41:53 -0500
commit32e242f856264bfb1eaa3f6988806b5440c92434 (patch)
tree7cc34c13d72853e6cfad64e6a6fb52ddd424b952
parentf25059ab68e770647fa22ec4e9e36b6879036b93 (diff)
downloadaur-32e242f856264bfb1eaa3f6988806b5440c92434.tar.gz
fixing package, license and other stuff
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72106cb01efa..9799b827d3b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgbase=network-manager-applet-git
pkgname=(network-manager-applet-git nm-connection-editor-git)
-pkgver=1.23.0.dev.r0.g7f3f7f7a
+pkgver=1.37.0.dev.r3.gc3dfce54
pkgrel=1
pkgdesc="Applet for managing network connections"
arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
+license=('GPL-2.0-or-later)
url="http://www.gnome.org/projects/NetworkManager/"
-makedepends=(meson libsecret libnotify gtk3 libnm-git libnma-git libnm-glib gtk-doc libmm-glib
+makedepends=(meson libsecret libnotify gtk3 libnm libnma libnma-gtk4 gtk-doc libmm-glib
gobject-introspection git libayatana-appindicator gcr iso-codes mobile-broadband-provider-info)
options=('emptydirs')
source=(git+https://gitlab.gnome.org/GNOME/network-manager-applet.git)
@@ -25,9 +25,7 @@ pkgver() {
build() {
- arch-meson network-manager-applet build \
- -Dgtk_doc=true \
- -Dintrospection=true \
+ arch-meson network-manager-applet build \
-Dld_gc=true \
-Dteam=true \
-Dwwan=true \