about summary refs log tree commit diff
path: root/pkgs/applications/networking/modem-manager-gui
AgeCommit message (Collapse)AuthorFilesLines
2023-12-21modem-manager-gui: fixed revision downloadkashw21-2/+1
2023-12-21modem-manager-gui: swapped `sha256` -> `hash`kashw21-3/+4
2023-12-21modem-manager-gui: use `finalAttrs` patternkashw21-3/+3
2023-11-27treewide: add mainProgramh7x41-0/+1
2022-10-19tree-wide: libayatana-{app,}indicator-gtk3 -> libayatana-{app,}indicatorYureka1-2/+2
2022-05-24modem-manager-gui: fix segfault on launch7FM1-0/+6
2022-05-04modem-manager-gui: fix build with meson >= 0.617FM1-0/+15
2021-03-01modem-manager-gui: remove unused inputsSandro Jäckel1-1/+0
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-08-27modem-manager-gui: replace libappindicator-gtk3galagora1-3/+3
libappindicator-gtk3 is unmaintained, should be replaced with fork (see #96420)
2020-08-27modem-manager-gui: remove docs patchgalagora1-8/+0
Included in current release
2020-08-27modem-manager-gui: 0.0.19.1 -> 0.0.20galagora1-7/+8
Upstream source is on Sourceforge, but that's HTTP-only.
2020-06-03treewide: replace base64 encoded hashesDaiderd Jordan1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2020-04-05modem-manager-gui: Fix buildJan Tojnar1-0/+9
Attempt to fix the following issue: Running custom install script '/nix/store/9z5fg8ia4lr10nqglk3jlwyd7xcqadzk-meson-0.53.2/bin/meson --internal yelphelper install --subdir=help --id=modem-manager-gui --installdir=share/help --sources=about.page@@contrib-code.page@@contrib-translations.page@@index.page@@license.page@@report-bugs.page@@usage-config.page@@usage-contacts.page@@usage-getinfo.page@@usage-modem.page@@usage-netsearch.page@@usage-sms.page@@usage-traffic.page@@usage-ussd.page --symlinks=true --media=figures/contacts-window.png@@figures/modem-manager-gui-logo.png@@figures/network-info.png@@figures/scan-window.png@@figures/sms-window.png@@figures/traffic-window.png@@figures/ussd-window.png@@figures/startup-window.png' Traceback (most recent call last): File "/nix/store/0jg6lgd7i6c3y4jjms8j0b0cigij94hn-itstool-2.0.6/bin/itstool", line 1598, in <module> doc.merge_translations(translations, opts.lang, strict=opts.strict) File "/nix/store/0jg6lgd7i6c3y4jjms8j0b0cigij94hn-itstool-2.0.6/bin/itstool", line 984, in merge_translations lcpar = lcpar.parent File "/nix/store/cp1g6m360dky1baz3x5q5gm92basj7rv-python3-3.7.7-env/lib/python3.7/site-packages/libxml2.py", line 296, in get_parent return nodeWrap(ret) File "/nix/store/cp1g6m360dky1baz3x5q5gm92basj7rv-python3-3.7.7-env/lib/python3.7/site-packages/libxml2.py", line 580, in nodeWrap if name[0:8] == "document": TypeError: 'NoneType' object is not subscriptable [...] Installing /build/hg-archive/build/help/uk/usage-ussd.page to /nix/store/8miw71zkfjqd8z3v5zzp8ybv6pxmc33y-modem-manager-gui-0.0.19.1/share/help/uk/modem-manager-gui/usage-ussd.page Traceback (most recent call last): File "/nix/store/9z5fg8ia4lr10nqglk3jlwyd7xcqadzk-meson-0.53.2/bin/meson", line 9, in <module> sys.exit(main()) File "/nix/store/9z5fg8ia4lr10nqglk3jlwyd7xcqadzk-meson-0.53.2/lib/python3.7/site-packages/mesonbuild/mesonmain.py", line 226, in main return run(sys.argv[1:], launcher) File "/nix/store/9z5fg8ia4lr10nqglk3jlwyd7xcqadzk-meson-0.53.2/lib/python3.7/site-packages/mesonbuild/mesonmain.py", line 215, in run return run_script_command(args[1], args[2:]) File "/nix/store/9z5fg8ia4lr10nqglk3jlwyd7xcqadzk-meson-0.53.2/lib/python3.7/site-packages/mesonbuild/mesonmain.py", line 163, in run_script_command return module.run(script_args) File "/nix/store/9z5fg8ia4lr10nqglk3jlwyd7xcqadzk-meson-0.53.2/lib/python3.7/site-packages/mesonbuild/scripts/yelphelper.py", line 132, in run destdir, options.project_id, options.symlinks) File "/nix/store/9z5fg8ia4lr10nqglk3jlwyd7xcqadzk-meson-0.53.2/lib/python3.7/site-packages/mesonbuild/scripts/yelphelper.py", line 71, in install_help shutil.copyfile(infile, outfile) File "/nix/store/vs4vj1yzqj1bkcqkf3b6sxm6jfy1gb4j-python3-3.7.7/lib/python3.7/shutil.py", line 120, in copyfile with open(src, 'rb') as fsrc: FileNotFoundError: [Errno 2] No such file or directory: '/build/hg-archive/build/help/uk/usage-ussd.page' FAILED: meson-install
2019-09-06tree-wide: s/GTK+/GTK/gJan Tojnar1-1/+1
GTK was renamed.
2019-08-23modem-manager-gui: clean upJan Tojnar1-5/+17
2019-08-23modem-manager-gui: add plug-in for ofonoJan Tojnar1-1/+2
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2018-10-30modem-manager-gui: init at 0.0.19.1Ales Huzik1-0/+50