Package Details: nm-cloud-setup-git 1.59.0dev+r1+g12965c9f6f-1

Git Clone URL: https://aur.archlinux.org/networkmanager-git.git (read-only, click to copy)
Package Base: networkmanager-git
Description: Automatically configure NetworkManager in cloud
Upstream URL: https://networkmanager.dev/
Keywords: networkmanager networkmanager-git nmcli
Licenses: GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: nm-cloud-setup
Provides: nm-cloud-setup
Submitter: None
Maintainer: mishalshanavas
Last Packager: mishalshanavas
Votes: 29
Popularity: 0.48
First Submitted: 2008-12-20 09:14 (UTC)
Last Updated: 2026-07-03 13:17 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

josie commented on 2026-07-02 20:02 (UTC)

The first release candidate for the 1.58 stable series is out: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/releases/1.58-rc1

The stable branch is nm-1-58. Development continues on main, now 1.59.0.

Full announcement: https://lists.freedesktop.org/archives/networkmanager/2026-July/000493.html

mishalshanavas commented on 2026-06-10 16:41 (UTC) (edited on 2026-06-10 16:42 (UTC) by mishalshanavas)

Took over maintenance of this orphaned package.

Changes in this update: - Fixed build against latest upstream (meson options, deps) - Switched pkgver() to git-describe (configure.ac removed upstream) - Added glib2-devel to makedepends (gdbus-codegen split from glib2 2.88) - Fixed connectivity check URL - Added missing runtime deps (jansson, readline, libmm-glib) - Enabled tests via check()

Please report any issues in the comments.

Hi-Angel commented on 2025-08-16 21:00 (UTC)

Bug: file 20-connectivity.conf has outdated URL, which results in NetworkManager complaining about limited networking. The correct URL (as can be found in mainline networkmanager package) is http://ping.archlinux.org/nm-check.txt.

bittin commented on 2022-11-02 17:49 (UTC)

1.41.4 released

kogasa commented on 2022-03-25 17:39 (UTC) (edited on 2022-03-25 17:39 (UTC) by kogasa)

error: failed to lookup: networkmanager-git: fatal: remote error:

The unauthenticated git protocol on port 9418 is no longer supported.

Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

nariox commented on 2019-10-11 15:30 (UTC)

Seems like few people are using this package. Following jamespharvey20's suggestion, I was able to compile the PKGBUILD from extra using commit cab2e4fc96bbe21d048ade49fd1db0a7b5c5d0f4

jamespharvey20 commented on 2019-05-01 22:33 (UTC) (edited on 2019-05-01 22:35 (UTC) by jamespharvey20)

This fails to build in a chroot environment:

Dependency qtcore found: NO (tried pkgconfig)

examples/C/qt/meson.build:12:0: ERROR: Dependency "QtCore" not found, tried pkgconfig

This PKGBUILD differs so much from the one in extra, I'd recommend grabbing that PKGBUILD and making as few changes as necessary to get it to build the -git version. It builds without qt. IMO, if you want one with qt, I'd call it networkmanager-qt-git.

Someone in IRC was saying they can build this but can't install it via pacman due to conflicting files with package python-pygments, on /usr/lib/python3.7/site-packages/pygments/__init__.py, which this package shouldn't have in it. Good chance going off the extra PKGBUILD will fix this issue too.

wknapik commented on 2018-06-25 23:59 (UTC)

Missing dependencies: gtk-doc, intltool.

Also, this is just broken. Like lines 154-157 (or should I say 154-166) of PKGBUILD - that's not how heredocs work.

AmishNazi commented on 2018-06-19 15:26 (UTC)

Install qt4 and dnsmasq

cp ~/.cache/pacaur/networkmanager-git/src/networkmanager-git/build/man/common.ent ~/.cache/pacaur/networkmanager-git/src/networkmanager-git/build/docs/api/

Fixes the current package.

depau commented on 2018-06-09 13:02 (UTC) (edited on 2018-06-09 13:02 (UTC) by depau)

The package is currently not building because of:

  • missing qt4 and dnsmasq build deps
  • gtkdoc-mkhtml error during build - can't find build/docs/api/common.ent, it's actually in build/docs/man/common.ent.

I don't know if last one is an upstream bug though.