Commit graph

26 commits

Author SHA1 Message Date
Maxine Aubrey b8edd5a224
modemmanager: 1.16.6 -> 1.16.8 2021-07-13 23:44:59 +02:00
Alyssa Ross 204eb98e85 modemmanager: add freedesktop team to maintainers 2021-06-17 21:47:03 +00:00
Alyssa Ross 85cc349087 modemmanager: 1.14.12 -> 1.16.6 2021-06-17 21:47:03 +00:00
Maxine Aubrey 907d3482f8
modemmanager: 1.14.10 -> 1.14.12 2021-05-12 19:32:00 +02:00
R. RyanTM 1bb3240099 modemmanager: 1.14.8 -> 1.14.10 2021-01-22 21:32:24 +01:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM 1083d88df6 modemmanager: 1.12.10 -> 1.14.8 2020-11-24 05:43:03 +01:00
R. RyanTM e0becdb1dc modemmanager: 1.12.8 -> 1.12.10 2020-05-22 07:28:43 +00:00
Frederik Rietdijk 803b3d296c Merge staging-next into staging 2020-04-21 08:29:51 +02:00
Alyssa Ross a72c5b5388 modemmanager: enableParallelBuilding
Seems to work fine for me at -j48.
2020-04-19 22:35:29 +00:00
R. RyanTM b2fe03baf4 modemmanager: 1.12.6 -> 1.12.8 2020-04-06 06:17:27 +00:00
R. RyanTM fe898d5f76 modemmanager: 1.12.4 -> 1.12.6 2020-03-03 07:42:09 +01:00
R. RyanTM 0f5a51d3c2 modemmanager: 1.12.2 -> 1.12.4 2020-02-08 19:11:55 +00:00
worldofpeace 4b332228ff modemmanager: 1.10.6 -> 1.12.2
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/blob/1.12.2/NEWS
2020-01-13 13:05:12 -05:00
R. RyanTM 7e5ea6f440 modemmanager: 1.10.4 -> 1.10.6 2019-11-03 10:13:36 +01:00
worldofpeace 5df6d6fb58
Merge pull request #68762 from dtzWill/update/modemmanager-1.10.4
modemmanager: 1.10.0 -> 1.10.4
2019-09-15 21:33:14 -04:00
Will Dietz 2182157f31 modemmanager: 1.10.0 -> 1.10.4
Update dbus-sys-dir to not use deprecated directory.

https://gitlab.freedesktop.org/mobile-broadband/ModemManager/blob/1.10.4/NEWS
https://gitlab.freedesktop.org/mobile-broadband/ModemManager/blob/1.10.2/NEWS

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-09-15 21:25:25 -04:00
Will Dietz 447d625edc networkmanager,modemmanager: fix service symlinks for systemd v243
Fixes problems such as:

systemd[1]: Failed to put bus name to hashmap: File exists
systemd[1]: dbus-org.freedesktop.nm-dispatcher.service: Two services allocated for the same bus name org.freedesktop.nm_dispatcher, refusing operation.

Problem is that systemd treats symlinks to files outside the service
path differently, causing our old workaround to look like two separate services.

These symlinks are intended to be a means for manually emulating
the behavior of the `Alias=` directive in these services.
Unfortunately even making these symlinks relative isn't enough,
since they don't make it to where it matters--
that only makes the links in /etc/static/systemd/system/*
relative, with systemd still being shown non-relative links
in /etc/systemd/system/*.

To fix this, drop all of this at the package level
and instead simply specify the aliases in the NixOS modules.

Also handle the same for modemmanager,
since the networkmanager NixOS module also handles that.
2019-09-14 08:05:27 -04:00
worldofpeace 59e68d3b74 treewide: don't use single quotes with placeholder 2019-09-03 13:01:42 -04:00
Jörg Thalheim 3f9ac24d53 Revert "modemmanager: rename ModemManager.service to modem-manager.service"
This reverts commit c6882b2cf9.
2019-03-19 23:48:08 +01:00
worldofpeace cb962e829c modemmanager: 1.7.990 -> 1.10.0
* Add flags for systemd [0]

* Enable tests
  Though I actually didn't look to see how they're
  performed, only effort done was to get a success-
  ful build.

* Enable vala bindings

[0]: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/blob/1.8.0/NEWS#L21
2019-03-15 13:37:31 -04:00
Patrick Hilhorst 914392c646
modem-manager: don't define inconsistent pname 2018-11-06 00:06:23 +01:00
Jan Tojnar b47e4e7644
modemmanager: remove unneeded dependency 2018-08-25 21:41:14 +02:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Florian Klink c6882b2cf9 modemmanager: rename ModemManager.service to modem-manager.service
This is in line with NetworkManager.service being renamed to
network-manager.service

fixes #30452
2018-03-23 23:48:58 +00:00