summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvitalyr2022-03-31 00:59:47 +0800
committervitalyr2022-03-31 00:59:47 +0800
commit240df052fb61a5b19b9e5b7028aa9f82ea81faf3 (patch)
tree7ac8ae9b40fe87c37ed46616edd7c13088791ca5
parentac875a3aa6fc567b5129d68d715105f36e4f77e6 (diff)
downloadaur-240df052fb61a5b19b9e5b7028aa9f82ea81faf3.tar.gz
add libnma-common to provides and conflicts
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d0c1feb3462..18b7c9b05665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libnma-git
pkgdesc = Necessary for Network Manager UI
- pkgver = 1.8.27.dev.r5.fa19e6ee
+ pkgver = 1.8.35.dev.r1.4358ff66
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/libnma
arch = x86_64
@@ -14,9 +14,10 @@ pkgbase = libnma-git
depends = gcr
depends = libnm
provides = libnma
+ provides = libnma-common
conflicts = libnma
+ conflicts = libnma-common
source = git+https://gitlab.gnome.org/GNOME/libnma
sha256sums = SKIP
pkgname = libnma-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6ecb981dcfd8..8c13afb5d2dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-
# Maintainer: Solomon Choina <shlomochoina@gmail.com>
+# Maintainer: Vitaly Ankh <vitalyankh@gmail.com>
+# Contributor: Pellegrino Prevete <pellegrinoprevete@gmail.com>
+
pkgname=libnma-git
-pkgver=1.8.27.dev.r5.fa19e6ee
+pkgver=1.8.35.dev.r1.4358ff66
pkgrel=1
pkgdesc="Necessary for Network Manager UI"
arch=('x86_64')
@@ -9,8 +11,8 @@ url="https://gitlab.gnome.org/GNOME/libnma"
license=('GPL2')
depends=('gcr' 'libnm')
makedepends=('git' 'meson' 'mobile-broadband-provider-info' 'iso-codes' 'gobject-introspection' 'gtk-doc')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+provides=("${pkgname%-git}" 'libnma-common')
+conflicts=("${pkgname%-git}" 'libnma-common')
options=()
source=('git+https://gitlab.gnome.org/GNOME/libnma')
sha256sums=('SKIP')
@@ -22,7 +24,7 @@ pkgver() {
}
build() {
- arch-meson libnma build
+ arch-meson libnma build -D libnma_gtk4=true
ninja -C build
}