[arch-commits] Commit in lib32-libnm/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Thu Jan 13 16:04:58 UTC 2022
Date: Thursday, January 13, 2022 @ 16:04:58
Author: heftig
Revision: 1101904
archrelease: copy trunk to multilib-x86_64
Added:
lib32-libnm/repos/multilib-x86_64/PKGBUILD
(from rev 1101903, lib32-libnm/trunk/PKGBUILD)
Deleted:
lib32-libnm/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 213 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 107 insertions(+), 106 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-13 16:02:49 UTC (rev 1101903)
+++ PKGBUILD 2022-01-13 16:04:58 UTC (rev 1101904)
@@ -1,106 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinxu.org>
-# Contributor: Wael Nasreddine <gandalf at siemens-mobiles.org>
-# Contributor: Tor Krill <tor at krill.nu>
-# Contributor: Will Rea <sillywilly at gmail.com>
-# Contributor: Valentine Sinitsyn <e_val at inbox.ru>
-# Contributor: Ryszard Knop <dragoon at dragonic.eu>
-
-pkgname=lib32-libnm
-pkgver=1.32.12
-pkgrel=1
-pkgdesc="NetworkManager client library (32-bit)"
-arch=(x86_64)
-url=https://wiki.gnome.org/Projects/NetworkManager
-license=(LGPL)
-depends=(
- lib32-gcc-libs
- lib32-glib2
- lib32-nspr
- lib32-nss
- lib32-systemd
- lib32-util-linux
-)
-makedepends=(
- git
- intltool
- lib32-dbus
- lib32-jansson
- lib32-libndp
- lib32-libpsl
- lib32-polkit
- libxslt
- meson
-)
-provides=(libnm.so)
-_tag=fa245cb7ae14b3317c0f876cb3701fd0e461b066
-source=(git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=${_tag})
-b2sums=(SKIP)
-
-prepare() {
- cd NetworkManager
-}
-
-pkgver() {
- cd NetworkManager
- git describe --tags
-}
-
-build() {
- export CC='gcc -m32'
- export CXX='g++ -m32'
- export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
- local meson_args=(
- # system paths
- --libdir=/usr/lib32
- -D dbus_conf_dir=/usr/share/dbus-1/system.d
-
- # platform
- -D dist_version="${pkgver}-${pkgrel}"
- -D libaudit=no
- -D session_tracking_consolekit=false
- -D suspend_resume=systemd
- -D modify_system=true
- -D selinux=false
-
- # features
- -D bluez5_dun=false
- -D concheck=false
- -D ebpf=false
- -D iwd=false
- -D modem_manager=false
- -D nm_cloud_setup=false
- -D nmcli=false
- -D nmtui=false
- -D ovs=false
- -D ppp=false
- -D teamdctl=false
-
- # configuration plugins
- -D config_plugins_default=keyfile
-
- # handlers for resolv.conf
- -D netconfig=no
- -D config_dns_rc_manager_default=symlink
-
- # miscellaneous
- -D vapi=false
- -D docs=false
- -D introspection=false
- -D tests=no
- -D more_asserts=no
- -D more_logging=false
- -D qt=false
- )
-
- arch-meson NetworkManager build "${meson_args[@]}"
- meson compile -C build
-}
-
-package() {
- meson install -C build --destdir "${pkgdir}"
- rm -rf "${pkgdir}"/{etc,usr/{bin,include,lib,lib32/NetworkManager,share},var}
-}
-
-# vim: ts=2 sw=2 et:
Copied: lib32-libnm/repos/multilib-x86_64/PKGBUILD (from rev 1101903, lib32-libnm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-13 16:04:58 UTC (rev 1101904)
@@ -0,0 +1,107 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinxu.org>
+# Contributor: Wael Nasreddine <gandalf at siemens-mobiles.org>
+# Contributor: Tor Krill <tor at krill.nu>
+# Contributor: Will Rea <sillywilly at gmail.com>
+# Contributor: Valentine Sinitsyn <e_val at inbox.ru>
+# Contributor: Ryszard Knop <dragoon at dragonic.eu>
+
+pkgname=lib32-libnm
+pkgver=1.34.0
+pkgrel=1
+pkgdesc="NetworkManager client library (32-bit)"
+url="https://networkmanager.dev/"
+arch=(x86_64)
+license=(LGPL)
+depends=(
+ lib32-gcc-libs
+ lib32-glib2
+ lib32-nspr
+ lib32-nss
+ lib32-systemd
+ lib32-util-linux
+)
+makedepends=(
+ git
+ intltool
+ lib32-dbus
+ lib32-jansson
+ lib32-libndp
+ lib32-libpsl
+ lib32-polkit
+ libxslt
+ meson
+)
+provides=(libnm.so)
+_tag=f0adfd91d63f8d14efc88a673377c935da2eb65a
+source=(git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#tag=${_tag})
+b2sums=('SKIP')
+
+pkgver() {
+ cd NetworkManager
+ git describe --tags | sed 's/-dev/dev/;s/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd NetworkManager
+}
+
+build() {
+ export CC='gcc -m32'
+ export CXX='g++ -m32'
+ export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+ local meson_options=(
+ # system paths
+ --libdir=/usr/lib32
+ -D dbus_conf_dir=/usr/share/dbus-1/system.d
+
+ # platform
+ -D dist_version="${pkgver}-${pkgrel}"
+ -D libaudit=no
+ -D session_tracking_consolekit=false
+ -D suspend_resume=systemd
+ -D modify_system=true
+ -D selinux=false
+
+ # features
+ -D bluez5_dun=false
+ -D concheck=false
+ -D ebpf=false
+ -D iwd=false
+ -D modem_manager=false
+ -D nm_cloud_setup=false
+ -D nmcli=false
+ -D nmtui=false
+ -D ovs=false
+ -D ppp=false
+ -D teamdctl=false
+
+ # configuration plugins
+ -D config_plugins_default=keyfile
+
+ # handlers for resolv.conf
+ -D netconfig=no
+ -D config_dns_rc_manager_default=symlink
+
+ # miscellaneous
+ -D vapi=false
+ -D docs=false
+ -D introspection=false
+ -D tests=no
+ -D more_asserts=no
+ -D more_logging=false
+ -D qt=false
+ )
+
+ arch-meson NetworkManager build "${meson_options[@]}"
+ meson compile -C build
+}
+
+package() {
+ meson install -C build --destdir "${pkgdir}"
+ rm -rf "${pkgdir}"/{etc,usr/{bin,include,lib,lib32/NetworkManager,share},var}
+}
+
+# vim:set sw=2 et:
More information about the arch-commits
mailing list