Commit Graph

11 Commits (f6da38a42b6677df1873c03304aa20cd824b120e)

Author SHA1 Message Date
galagora 22e9ad4654 modem-manager-gui: replace libappindicator-gtk3
libappindicator-gtk3 is unmaintained, should be replaced with fork (see #96420)
2020-08-27 06:01:12 +03:00
galagora a041da0faa modem-manager-gui: remove docs patch
Included in current release
2020-08-27 05:41:31 +03:00
galagora e941eff18a modem-manager-gui: 0.0.19.1 -> 0.0.20
Upstream source is on Sourceforge, but that's HTTP-only.
2020-08-27 05:41:31 +03:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar 95419ade3e
modem-manager-gui: Fix build
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
2020-04-05 04:51:20 +02:00
Jan Tojnar 72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
Jan Tojnar 150285190a
modem-manager-gui: clean up 2019-08-23 19:50:53 +02:00
Jan Tojnar 0ae487ecaa
modem-manager-gui: add plug-in for ofono 2019-08-23 19:50:53 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Ales Huzik 6d34e36ed7
modem-manager-gui: init at 0.0.19.1 2018-10-30 21:55:15 +01:00