Commit graph

4437 commits

Author SHA1 Message Date
Bastian Köcher af44ab8400 plasma.kwin: Adds libdrm depdency
Libdrm is required to enable the DRM backend that is used by Wayland.
2018-07-26 23:28:29 +02:00
José Romildo Malaquias 836b827226 lxqt: add update script 2018-07-26 15:22:05 -03:00
José Romildo Malaquias 507951e889 screengrab: 1.97 -> 1.98 2018-07-26 15:22:05 -03:00
José Romildo Malaquias ef6b6ce142 qps: 1.10.17 -> 1.10.18 2018-07-26 15:22:05 -03:00
José Romildo Malaquias 0fd1f4660c qterminal: 0.8.0 -> 0.9.0 2018-07-26 15:22:05 -03:00
José Romildo Malaquias c89832527c lximage-qt: 0.6.0 -> 0.7.0 2018-07-26 15:22:05 -03:00
José Romildo Malaquias ef42aa1f95 pcmanfm-qt: 0.12.0 -> 0.13.0 2018-07-26 15:22:05 -03:00
José Romildo Malaquias 386c75105c lxqt-sudo: 0.12.0 -> 0.13.0 2018-07-26 14:04:29 -03:00
José Romildo Malaquias b3b9322e9d lxqt-session: 0.12.0 -> 0.13.0 2018-07-26 14:04:29 -03:00
José Romildo Malaquias 48ad824bb3 lxqt-runner: 0.12.0 -> 0.13.0 2018-07-26 14:04:29 -03:00
José Romildo Malaquias 81c1f4be7a lxqt-powermanagement: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 2067252410 lxqt-policykit: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 3df3087164 lxqt-panel: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias a0fe2ed5ad lxqt-openssh-askpass: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 5d04e45ca7 lxqt-notificationd: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 874a1c6a3e lxqt-globalkeys: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 3f3c179a55 lxqt-config: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 4aed09d06a lxqt-admin: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 89d0c54498 lxqt-about: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 165a228117 liblxqt: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 4de15eea4a libqtxdg: 3.1.0 -> 3.2.0 2018-07-26 14:04:27 -03:00
José Romildo Malaquias 8a32b379e2 lxqt: source moved to the lxqt organization in github 2018-07-26 14:04:27 -03:00
Tuomas Tynkkynen b619e0b016 gnome2.GConf: Add python2 dependency for gsettings-schema-convert
https://hydra.nixos.org/build/78312507
2018-07-25 11:23:55 +03:00
Frederik Rietdijk 099c13da1b Merge staging-next into master (#44009)
* substitute(): --subst-var was silently coercing to "" if the variable does not exist.

* libffi: simplify using `checkInputs`

* pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix

* utillinux: 2.32 -> 2.32.1

https://lkml.org/lkml/2018/7/16/532

* busybox: 1.29.0 -> 1.29.1

* bind: 9.12.1-P2 -> 9.12.2

https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html

* curl: 7.60.0 -> 7.61.0

* gvfs: make tests run, but disable

* ilmbase: disable tests on i686. Spooky!

* mdds: fix tests

* git: disable checks as tests are run in installcheck

* ruby: disable tests

* libcommuni: disable checks as tests are run in installcheck

* librdf: make tests run, but disable

* neon, neon_0_29: make tests run, but disable

* pciutils: 3.6.0 -> 3.6.1

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pciutils/versions.

* mesa: more include fixes

mostly from void-linux (thanks!)

* npth: 1.5 -> 1.6

minor bump

* boost167: Add lockfree next_prior patch

* stdenv: cleanup darwin bootstrapping

Also gets rid of the full python and some of it's dependencies in the
stdenv build closure.

* Revert "pciutils: use standardized equivalent for canonicalize_file_name"

This reverts commit f8db20fb3a.
Patching should no longer be needed with 3.6.1.

* binutils-wrapper: Try to avoid adding unnecessary -L flags

(cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9)
Signed-off-by: Domen Kožar <domen@dev.si>

* libffi: don't check on darwin

libffi usages in stdenv broken darwin. We need to disable doCheck for that case.

* "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook

* python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273

When `py.test` was run with a folder as argument, it would not only
search for tests in that folder, but also create a .pytest-cache folder.
Not only is this state we don't want, but it was also causing
collisions.

* parity-ui: fix after merge

* python.pkgs.pytest-flake8: disable test, fix build

* Revert "meson: 0.46.1 -> 0.47.0"

With meson 0.47.0 (or 0.47.1, or git)
things are very wrong re:rpath handling
resulting in at best missing libs but
even corrupt binaries :(.

When we run patchelf it masks the problem
by removing obviously busted paths.
Which is probably why this wasn't noticed immediately.

Unfortunately the binary already
has a long series of paths scribbled
in a space intended for a much smaller string;
in my testing it was something like
lengths were 67 with 300+ written to it.

I think we've reported the relevant issues upstream,
but unfortunately it appears our patches
are what introduces the overwrite/corruption
(by no longer being correct in what they assume)

This doesn't look so bad to fix but it's
not something I can spend more time on
at the moment.

--

Interestingly the overwritten string data
(because it is scribbled past the bounds)
remains in the binary and is why we're suddenly
seeing unexpected references in various builds
-- notably this is is the reason we're
seeing the "extra-utils" breakage
that entirely crippled NixOS on master
(and probably on staging before?).

Fixes #43650.

This reverts commit 305ac4dade.

(cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d)
Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-24 15:04:48 +01:00
Frederik Rietdijk 6c72782d36 Merge staging-next into master 2018-07-22 11:04:28 +02:00
volth cc55a3ebcb treewide: fix build with disallowed aliases (#43872)
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
volth e87a1a5182 mkXfceDerivation: use hicolor-icon-theme's setup-hook 2018-07-21 21:07:49 +00:00
volth b07de4c7c2 xfce4-13.xfce4-battery-plugin: init at 1.1.0 2018-07-21 21:00:53 +00:00
Jan Tojnar 452017032a
fix Merge 8213ff161c
cc @FRidh
2018-07-21 20:20:36 +02:00
Frederik Rietdijk ad47d658d1 Merge master into staging-next 2018-07-21 19:43:53 +02:00
Jörg Thalheim 1399243081
Merge pull request #43776 from volth/xfce413-mousepad
xfce4-13.mousepad: 0.4.0 -> 0.4.1
2018-07-21 16:41:21 +01:00
Jörg Thalheim 218298b30f
Merge branch 'master' into unused5 2018-07-21 15:41:22 +01:00
Frederik Rietdijk 153d2241c1
Merge pull request #43749 from r-ryantm/auto-update/mate-panel
mate.mate-panel: 1.21.0 -> 1.21.1
2018-07-21 12:06:08 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Frederik Rietdijk 8213ff161c Merge master into staging-next 2018-07-19 18:24:24 +02:00
Matthew Bauer 4ed7a4b993 treewide: preserve hashes from 76999cc40e
76999cc40e changed some hashes resulting in this PR being technically
a mass rebuild. To avoid this, I am restoring some of the hashes (even
though it seems silly). My main goal is to get this PR merged quickly
as treewide changes like this get out-of-date quickly.

This commit should be reverted on the next mass rebuild.
2018-07-19 00:09:01 -04:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
volth def83ddf4d xfce4-13.mousepad: 0.4.0 -> 0.4.1 2018-07-18 22:33:16 +00:00
volth a7e5927b47 xfce4-13.parole: 0.9.2 -> 1.0.1 (#43765) 2018-07-19 00:19:06 +02:00
volth 25b10dfaec xfce4-13.xfce4-dict: 0.8.0 -> 0.8.1 (#43764) 2018-07-19 00:14:36 +02:00
volth 4c58c20efc xfce4-13.xfce4-taskmanager: 1.2.0 -> 1.2.1 (#43763) 2018-07-18 23:58:36 +02:00
volth 022e9894d4 xfce4-13.xfwm4: fix build (add libXdamage dependency) (#43762) 2018-07-18 23:56:54 +02:00
volth d72d3b30ac xfce4-13.libxfce4util: 4.13.1 -> 4.13.2 (#43761) 2018-07-18 23:51:43 +02:00
volth d47b0ab019 xfce4-notifyd: 0.4.1 -> 0.4.2 (#43707) 2018-07-18 23:42:47 +02:00
volth e07ee596d6 xfconf: 4.13.4 -> 4.13.5 (#43703) 2018-07-18 23:42:28 +02:00
volth 58327eb214 xfce4-13.xfce4-volumed-pulse: 0.2.2 -> 0.2.3 (#43704) 2018-07-18 23:36:24 +02:00
volth 471c14b9d1 xfdesktop: 4.13.1 -> 4.13.2 (#43701) 2018-07-18 22:25:18 +02:00
volth 4884f58f4e tumbler: 0.2.0 -> 0.2.1 (#43699) 2018-07-18 21:22:24 +02:00
volth 061c7445ed xfce4-settings: 4.13.1 -> 4.13.4 (#43705) 2018-07-18 21:18:45 +02:00
volth 5e3d434a91 thunar: 1.7.0 -> 1.8.1 (#43698) 2018-07-18 21:15:50 +02:00
volth b2d855fea8 xfce4-terminal: 0.8.6 -> 0.8.7.4 (#43706) 2018-07-18 21:12:55 +02:00
volth eaeae60fbc ristretto: 0.8.2 -> 0.8.3 (#43696) 2018-07-18 21:10:55 +02:00
volth d50c276560 xfce4-13.xfce4-screenshooter: 1.9.1 -> 1.9.2 (#43625) 2018-07-18 21:04:27 +02:00
R. RyanTM c33eb38d8a mate.mate-panel: 1.21.0 -> 1.21.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mate-panel/versions.
2018-07-18 10:07:36 -07:00
volth 0304445996 xfce.gtk-xfce-engine: fix build when withGtk3=true (#43621) 2018-07-18 01:14:54 +02:00
volth c2e4b04d29 xfce4-13.libxfce4ui: propagate libICE libSM (#43629)
backport #16227
2018-07-18 01:13:40 +02:00
volth c849e56790 xfce4-13.exo: 0.11.5 -> 0.12.2 (#43630) 2018-07-18 01:11:27 +02:00
volth 7adce5b870 xfce4-13.xfce4-panel: 4.13.2 -> 4.13.3 (#43628) 2018-07-18 01:05:54 +02:00
volth c8f5d4708b xfce4-13.xfce4-power-manager: 1.6.0 -> 1.6.1 (#43626) 2018-07-18 01:01:02 +02:00
volth 101df126bb config.skipAliases -> config.allowAliases 2018-07-17 14:46:21 +00:00
volth 4bafaaff8a config.skipAliases: also disable vimPlugins, git, xfce and gnome3 aliases 2018-07-17 14:46:21 +00:00
Frederik Rietdijk 12949bf84a Merge master into staging 2018-07-17 10:05:50 +02:00
Frederik Rietdijk 1ae2f10642 Merge staging-next into master 2018-07-17 10:04:59 +02:00
Jan Tojnar e2d9a9d4db
gnome3.gnome-sound-recorder: init at 3.28.1 2018-07-16 21:43:20 +02:00
xeji dca7b10fd5
Merge pull request #43522 from volth/patch-187
orage: "/usr/share/zoneinfo" -> "${tzdata}/share/zoneinfo"
2018-07-16 17:19:01 +02:00
Frederik Rietdijk 6d339e5863 Merge staging-next into staging 2018-07-16 17:14:44 +02:00
Frederik Rietdijk 3c09808160 Merge master into staging-next 2018-07-16 07:43:37 +02:00
Jan Tojnar db00e457ac
gnome3.totem: disable vala plug-ins again
Apparently the intermittent build failure is still there,
not sure why I thought it was fixed.

Closes: https://github.com/NixOS/nixpkgs/issues/43518
2018-07-15 16:57:27 +02:00
Robert Schütz 18774d4173 Merge branch 'master' into staging 2018-07-15 12:31:18 +02:00
volth 1137200d6b xfce.xfce4-hardware-monitor-plugin: 1.5.0 -> 1.6.0 (#43520) 2018-07-14 21:11:17 +02:00
R. RyanTM 870355aa57 mate.mate-utils: 1.20.1 -> 1.21.0 (#43338)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mate-utils/versions.
2018-07-14 20:53:42 +02:00
R. RyanTM c564b56895 mate.libmateweather: 1.20.1 -> 1.21.0 (#43191)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libmateweather/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/ksayjrqlh72h4lzyqwdwzzr193ygl0xb-libmateweather-1.21.0
- directory tree listing: https://gist.github.com/77147d67fc7b1421588d484ca7a98dec
- du listing: https://gist.github.com/a93673e3e9aba588db3b7595bd49248a
2018-07-14 20:49:50 +02:00
R. RyanTM f62882f5b8 mate.libmatemixer: 1.20.1 -> 1.21.0 (#43192)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libmatemixer/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/rf6swqf4zz4aqbis00vmga92jz30lnqz-libmatemixer-1.21.0
- directory tree listing: https://gist.github.com/26d3098e20c8910a026178b4deba670a
- du listing: https://gist.github.com/e928bc54962d0f4e091f69990262af22
2018-07-14 20:49:34 +02:00
R. RyanTM 2518f2ca6c mate.libmatekbd: 1.20.2 -> 1.21.0 (#43193)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libmatekbd/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/gff3905ialfwgrpwyrhgaz56k1qzsphp-libmatekbd-1.21.0
- directory tree listing: https://gist.github.com/a9d8fc76f7c7e6f7b94c3c70dbf27d18
- du listing: https://gist.github.com/57420f2d15d064e6e84c8b2b3c6feaa1
2018-07-14 20:49:14 +02:00
R. RyanTM 4a6c45939a mate.marco: 1.20.2 -> 1.21.0 (#43175)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/marco/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/105g04v1faqwfb457slg5igkwsi9qqdf-marco-1.21.0/bin/marco-message had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/105g04v1faqwfb457slg5igkwsi9qqdf-marco-1.21.0/bin/marco-window-demo had a zero exit code or showed the expected version
- /nix/store/105g04v1faqwfb457slg5igkwsi9qqdf-marco-1.21.0/bin/marco passed the binary check.
- Warning: no invocation of /nix/store/105g04v1faqwfb457slg5igkwsi9qqdf-marco-1.21.0/bin/marco-theme-viewer had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/105g04v1faqwfb457slg5igkwsi9qqdf-marco-1.21.0/bin/.marco-message-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/105g04v1faqwfb457slg5igkwsi9qqdf-marco-1.21.0/bin/.marco-window-demo-wrapped had a zero exit code or showed the expected version
- /nix/store/105g04v1faqwfb457slg5igkwsi9qqdf-marco-1.21.0/bin/.marco-wrapped passed the binary check.
- Warning: no invocation of /nix/store/105g04v1faqwfb457slg5igkwsi9qqdf-marco-1.21.0/bin/.marco-theme-viewer-wrapped had a zero exit code or showed the expected version
- 2 of 8 passed binary check by having a zero exit code.
- 0 of 8 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/105g04v1faqwfb457slg5igkwsi9qqdf-marco-1.21.0
- directory tree listing: https://gist.github.com/7234306294e99b33fef6a86358544611
- du listing: https://gist.github.com/8c742fd13a9c7ded57bc11be9c669b95
2018-07-14 20:48:56 +02:00
R. RyanTM 33413ba38a mate.mate-menus: 1.20.1 -> 1.21.0 (#43183)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-menus/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/3q42pbw9k7jimz7bjskcavl6lic263m5-mate-menus-1.21.0
- directory tree listing: https://gist.github.com/abc03dc52627bfc19e82224f6f78572a
- du listing: https://gist.github.com/45f9a8095638ecb7723fa12bab366074
2018-07-14 20:48:32 +02:00
R. RyanTM 0dd04a0283 mate.mate-applets: 1.20.2 -> 1.21.0 (#43176)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-applets/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/6q9mwpgw42jld019cnn6ka513c8zw1sc-mate-applets-1.21.0/bin/mate-cpufreq-selector had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/6q9mwpgw42jld019cnn6ka513c8zw1sc-mate-applets-1.21.0/bin/.mate-cpufreq-selector-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/6q9mwpgw42jld019cnn6ka513c8zw1sc-mate-applets-1.21.0
- directory tree listing: https://gist.github.com/a0ab2cac21cf6cae44f410df2b5c6284
- du listing: https://gist.github.com/0c9f7376cb17ad1d5e2a1bce03520edc
2018-07-14 20:48:19 +02:00
R. RyanTM c566d53489 mate.mate-settings-daemon: 1.20.3 -> 1.21.0 (#43177)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-settings-daemon/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/vl1l0mhq9d8rdrsk7x9jlwkm4va2fgkd-mate-settings-daemon-1.21.0
- directory tree listing: https://gist.github.com/147e77ed6eab9ee14d1ce2dd1228a1ec
- du listing: https://gist.github.com/63c6df92545f5c99dbbcce75dcb3f7c5
2018-07-14 20:48:01 +02:00
R. RyanTM e2799bec4d mate.mate-power-manager: 1.20.2 -> 1.21.0 (#43182)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-power-manager/versions.

These checks were done:

- built on NixOS
- /nix/store/3p5n72sk436hkj88ndbws85n3sjpjws6-mate-power-manager-1.21.0/bin/mate-power-manager passed the binary check.
- /nix/store/3p5n72sk436hkj88ndbws85n3sjpjws6-mate-power-manager-1.21.0/bin/mate-power-preferences passed the binary check.
- /nix/store/3p5n72sk436hkj88ndbws85n3sjpjws6-mate-power-manager-1.21.0/bin/mate-power-statistics passed the binary check.
- /nix/store/3p5n72sk436hkj88ndbws85n3sjpjws6-mate-power-manager-1.21.0/bin/.mate-power-manager-wrapped passed the binary check.
- /nix/store/3p5n72sk436hkj88ndbws85n3sjpjws6-mate-power-manager-1.21.0/bin/.mate-power-preferences-wrapped passed the binary check.
- /nix/store/3p5n72sk436hkj88ndbws85n3sjpjws6-mate-power-manager-1.21.0/bin/.mate-power-statistics-wrapped passed the binary check.
- /nix/store/3p5n72sk436hkj88ndbws85n3sjpjws6-mate-power-manager-1.21.0/bin/mate-power-backlight-helper passed the binary check.
- 7 of 7 passed binary check by having a zero exit code.
- 2 of 7 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/3p5n72sk436hkj88ndbws85n3sjpjws6-mate-power-manager-1.21.0
- directory tree listing: https://gist.github.com/1e52186ae9e0f46684d551318ba77db0
- du listing: https://gist.github.com/c94ea5d841ae308a842d899ce7685a0b
2018-07-14 20:47:42 +02:00
R. RyanTM f735e88bd2 mate.mate-sensors-applet: 1.20.2 -> 1.21.0 (#43185)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-sensors-applet/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/4l932vamscavmky2lgamncxphnyz3q5h-mate-sensors-applet-1.21.0
- directory tree listing: https://gist.github.com/c35172fcab62bda25f00c14783d252cd
- du listing: https://gist.github.com/458d0a68a4ec6d48c6798976072f2d53
2018-07-14 20:46:28 +02:00
R. RyanTM d8fff2cc0e mate.mate-system-monitor: 1.20.1 -> 1.21.0 (#43187)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-system-monitor/versions.

These checks were done:

- built on NixOS
- /nix/store/r2kdrj4kv3ljxdv8l9m6k5ihpij628s5-mate-system-monitor-1.21.0/bin/mate-system-monitor passed the binary check.
- /nix/store/r2kdrj4kv3ljxdv8l9m6k5ihpij628s5-mate-system-monitor-1.21.0/bin/.mate-system-monitor-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/r2kdrj4kv3ljxdv8l9m6k5ihpij628s5-mate-system-monitor-1.21.0
- directory tree listing: https://gist.github.com/f4f7bd0ff2528925fb7906a6dba7a165
- du listing: https://gist.github.com/a529d5cc92ba18328a47ad40d4a87b2a
2018-07-14 20:44:43 +02:00
R. RyanTM fb646ae205 mate.mate-terminal: 1.20.1 -> 1.21.0 (#43180)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-terminal/versions.

These checks were done:

- built on NixOS
- /nix/store/pkwgjc2972cx5yicsppl6ivkrbl9sflh-mate-terminal-1.21.0/bin/mate-terminal passed the binary check.
- /nix/store/pkwgjc2972cx5yicsppl6ivkrbl9sflh-mate-terminal-1.21.0/bin/mate-terminal.wrapper passed the binary check.
- /nix/store/pkwgjc2972cx5yicsppl6ivkrbl9sflh-mate-terminal-1.21.0/bin/.mate-terminal-wrapped passed the binary check.
- /nix/store/pkwgjc2972cx5yicsppl6ivkrbl9sflh-mate-terminal-1.21.0/bin/.mate-terminal.wrapper-wrapped passed the binary check.
- 4 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/pkwgjc2972cx5yicsppl6ivkrbl9sflh-mate-terminal-1.21.0
- directory tree listing: https://gist.github.com/cbbde60e233e1916f09d61e0a3e6e306
- du listing: https://gist.github.com/21079e9340adbd98c94647457231e080
2018-07-14 20:43:22 +02:00
R. RyanTM cbb943eff0 mate.mate-calc: 1.20.2 -> 1.21.0 (#43174)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-calc/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/pj0sfjgfdibchfcjxmw8hqqz6b3733vf-mate-calc-1.21.0/bin/mate-calc had a zero exit code or showed the expected version
- /nix/store/pj0sfjgfdibchfcjxmw8hqqz6b3733vf-mate-calc-1.21.0/bin/mate-calc-cmd passed the binary check.
- Warning: no invocation of /nix/store/pj0sfjgfdibchfcjxmw8hqqz6b3733vf-mate-calc-1.21.0/bin/.mate-calculator-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pj0sfjgfdibchfcjxmw8hqqz6b3733vf-mate-calc-1.21.0/bin/mate-calculator had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/pj0sfjgfdibchfcjxmw8hqqz6b3733vf-mate-calc-1.21.0/bin/.mate-calc-wrapped had a zero exit code or showed the expected version
- /nix/store/pj0sfjgfdibchfcjxmw8hqqz6b3733vf-mate-calc-1.21.0/bin/.mate-calc-cmd-wrapped passed the binary check.
- 2 of 6 passed binary check by having a zero exit code.
- 0 of 6 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/pj0sfjgfdibchfcjxmw8hqqz6b3733vf-mate-calc-1.21.0
- directory tree listing: https://gist.github.com/5dedfa9ca0998bbe4bc5a135a203e38d
- du listing: https://gist.github.com/aa96b097f6ceb6a2b427396a17d41e73
2018-07-14 20:41:22 +02:00
Vladimír Čunát 0f01215203
Merge branch 'master' into staging-next
Hydra: ?compare=1468896
2018-07-14 18:15:30 +02:00
Jan Tojnar fccbb2a9e6
gucharmap: 10.0.0 → 11.0.1 2018-07-14 15:52:20 +02:00
Jan Tojnar 1997deab8d
gnome3.geary: 3.28.2 → 3.28.3 2018-07-14 15:52:20 +02:00
volth d30b429cf8 xfce4-panel: fix tzdata path 2018-07-14 13:13:25 +00:00
volth 134dc70dd7
xfce4-13.orage: fix tzdata pathes 2018-07-14 12:21:06 +00:00
volth 070b6e6fa4
orage: fix tzdata pathes 2018-07-14 12:19:54 +00:00
Jan Tojnar ef76db05a5
gnome3.gnome-logs: 3.28.3 → 3.28.5 2018-07-13 23:46:40 +02:00
Frederik Rietdijk 3e31d23d99 Merge master into staging 2018-07-13 19:34:19 +02:00
Pascal Wittmann e69876503a
Merge pull request #43205 from r-ryantm/auto-update/engrampa
mate.engrampa: 1.20.1 -> 1.21.0
2018-07-12 14:07:31 +02:00
Pascal Wittmann 420bc232cc
Merge pull request #43213 from r-ryantm/auto-update/caja
mate.caja: 1.21.1 -> 1.21.2
2018-07-12 14:06:40 +02:00
Bastian Köcher bdc1e3a01a plasma-workspace: Add patch for missing systemmonitor exec line 2018-07-10 16:53:12 +02:00
Frederik Rietdijk f8701caafc Merge master into staging 2018-07-10 15:51:20 +02:00
Jan Tojnar 28b6f74c3f
gnome3.gconf: remove 2018-07-10 12:14:40 +02:00
Jan Tojnar 373bdced7f
gnome2.GConf: 2.32.4 → 3.2.6
Update and clean up the expression. For example, GTK was only used for
removed utility and examples.
2018-07-10 12:14:40 +02:00
R. RyanTM b32b22e245 mate.mate-user-guide: 1.20.1 -> 1.21.0 (#43173)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-user-guide/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/e4cc1dd609c5e947c5c71615994b8bb9
- du listing: https://gist.github.com/56b98015d6d99b9978906a8d770bcfb0
2018-07-09 22:33:55 +02:00
Ambroz Bizjak f26153754a nixos/xserver: Implement configuration of NVIDIA Optimus via PRIME
This adds configuration options which automate the configuration of NVIDIA Optimus using PRIME. This allows using the NVIDIA proprietary driver on Optimus laptops, in order to render using the NVIDIA GPU while outputting to displays connected only to the integrated Intel GPU. It also adds an option for enabling kernel modesetting for the NVIDIA driver (via a kernel command line flag); this is particularly useful together with Optimus/PRIME because it fixes tearing on PRIME-connected screens.

The user still needs to enable the Optimus/PRIME feature and specify the bus IDs of the Intel and NVIDIA GPUs, but this is still much easier for users and more reliable. The implementation handles both the X configuration file as well as getting display managers to run certain necessary `xrandr` commands just after X has started.

Configuration of commands run after X startup is done using a new configuration option `services.xserver.displayManager.setupCommands`. Support for this option is implemented for LightDM, GDM and SDDM; all of these have been tested with this feature including logging into a Plasma session.

Note: support of `setupCommands` for GDM is implemented by making GDM run the session executable via a wrapper; the wrapper will run the `setupCommands` before execing. This seemed like the simplest and most reliable approach, and solves running these commands both for GDM's X server and user X servers (GDM starts separate X servers for itself and user sessions). An alternative approach would be with autostart files but that seems harder to set up and less reliable.

Note that some simple features for X configuration file generation (in `xserver.nix`) are added which are used in the implementation:
- `services.xserver.extraConfig`: Allows adding arbitrary new sections. This is used to add the Device section for the Intel GPU.
- `deviceSection` and `screenSection` within `services.xserver.drivers`. This allows the nvidia configuration module to add additional contents into the `Device` and `Screen` sections of the "nvidia" driver, and not into such sections for other drivers that may be enabled.
2018-07-09 18:46:13 +02:00
Matthew Bauer 6eb508a3e8 Merge remote-tracking branch 'upstream/master' into staging 2018-07-09 11:58:38 -04:00
R. RyanTM 16000cf8d3 lxqt.lxqt-qtplugin: 0.12.0 -> 0.13.0 (#42984)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lxqt-qtplugin/versions.

Version release notes (from GitHub):

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/c6381d7911d526753a3a9f2ef17dc34e
- du listing: https://gist.github.com/bc019cd05de1faa42bc8d394d3390267
2018-07-09 00:09:43 +02:00
R. RyanTM 70b33f3883 mate.mate-icon-theme: 1.20.1 -> 1.21.0 (#42995)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-icon-theme/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/6l3n1r4zfs999z3hk768r0ir72xqghsc-mate-icon-theme-1.21.0
- directory tree listing: https://gist.github.com/0653508a8f0a6c74d6329c9d19c2072c
- du listing: https://gist.github.com/85fd2cc12b0cb6c3fe4e84a742736952
2018-07-09 00:01:20 +02:00
R. RyanTM c51c1ababa mate.mate-indicator-applet: 1.20.0 -> 1.20.1 (#42992)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-indicator-applet/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/4rwi8vc4kgvyybi0zjhg67mgqcmdibmq-mate-indicator-applet-1.20.1
- directory tree listing: https://gist.github.com/74f8c4b3af8ba029ade3f3d8561f5014
- du listing: https://gist.github.com/912f8a89025d3eed3952f3fb153bbcb4
2018-07-08 23:55:21 +02:00
R. RyanTM e5721be7fd lxqt.lximage-qt: 0.6.0 -> 0.7.0 (#42989)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lximage-qt/versions.

Version release notes (from GitHub):

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wr81hpk4m9s0pifavbghk1pvsm1sq2k4-lximage-qt-0.7.0/bin/lximage-qt had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.7.0 with grep in /nix/store/wr81hpk4m9s0pifavbghk1pvsm1sq2k4-lximage-qt-0.7.0
- directory tree listing: https://gist.github.com/ddddaf2eec633387ab34637a2853b12a
- du listing: https://gist.github.com/1c221aeb7c136e1c8cdd044093a18e7c
2018-07-08 23:51:15 +02:00
R. RyanTM 033f5d38b8 lxqt.qterminal: 0.8.0 -> 0.9.0 (#42963)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/qterminal/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/9bvz8bq3vsclmvyziswscn8hxkgsyvv4-qterminal-0.9.0/bin/qterminal had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.9.0 with grep in /nix/store/9bvz8bq3vsclmvyziswscn8hxkgsyvv4-qterminal-0.9.0
- directory tree listing: https://gist.github.com/76f97d0d578674b7b80479185f5029e5
- du listing: https://gist.github.com/56dfa13e4cd8c75bf2d88861ccd8fca1
2018-07-08 23:41:46 +02:00
R. RyanTM 3608b026dd mate.mate-netbook: 1.20.0 -> 1.20.1 (#42982)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-netbook/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/w9xig0615w28s0nyrbawsfgkcrbk5ms9-mate-netbook-1.20.1/bin/mate-maximus had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/w9xig0615w28s0nyrbawsfgkcrbk5ms9-mate-netbook-1.20.1/bin/.mate-maximus-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/w9xig0615w28s0nyrbawsfgkcrbk5ms9-mate-netbook-1.20.1
- directory tree listing: https://gist.github.com/807a897f629ab3591b06e1d44240a2bb
- du listing: https://gist.github.com/1924abc657411636ba23204706014b19
2018-07-08 23:39:16 +02:00
R. RyanTM 1312f7dad3 mate.mate-user-share: 1.20.0 -> 1.20.1 (#42981)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-user-share/versions.

These checks were done:

- built on NixOS
- /nix/store/9g73a9gpa3ddsvkzfzwx1hqv7m94mh2q-mate-user-share-1.20.1/bin/mate-file-share-properties passed the binary check.
- /nix/store/9g73a9gpa3ddsvkzfzwx1hqv7m94mh2q-mate-user-share-1.20.1/bin/.mate-file-share-properties-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/9g73a9gpa3ddsvkzfzwx1hqv7m94mh2q-mate-user-share-1.20.1
- directory tree listing: https://gist.github.com/51b81abb3d9b6a416984b6ee3ee536e9
- du listing: https://gist.github.com/04b8e2188f0bb4a452b0730f6731d102
2018-07-08 23:38:43 +02:00
R. RyanTM 6e7bbcabfd mate.eom: 1.20.1 -> 1.21.0 (#43028)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/eom/versions.

These checks were done:

- built on NixOS
- /nix/store/hk60glvzvq8psbzxj585dy6q6dhyl0ig-eom-1.21.0/bin/eom passed the binary check.
- /nix/store/hk60glvzvq8psbzxj585dy6q6dhyl0ig-eom-1.21.0/bin/.eom-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/hk60glvzvq8psbzxj585dy6q6dhyl0ig-eom-1.21.0
- directory tree listing: https://gist.github.com/c4f2ea89bae8c82147f2b52c14253958
- du listing: https://gist.github.com/bd1cfd9e324adb177aa55542d4ac27ac
2018-07-08 23:35:03 +02:00
R. RyanTM afdbeb5b1a mate.caja: 1.21.1 -> 1.21.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/caja/versions.

These checks were done:

- built on NixOS
- /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/caja passed the binary check.
- Warning: no invocation of /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/caja-file-management-properties had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/caja-autorun-software had a zero exit code or showed the expected version
- /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/caja-connect-server passed the binary check.
- /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/.caja-wrapped passed the binary check.
- Warning: no invocation of /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/.caja-file-management-properties-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/.caja-autorun-software-wrapped had a zero exit code or showed the expected version
- /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2/bin/.caja-connect-server-wrapped passed the binary check.
- 4 of 8 passed binary check by having a zero exit code.
- 0 of 8 passed binary check by having the new version present in output.
- found 1.21.2 with grep in /nix/store/29qp0b60aa3w4v4wvwdxy81qk64krqc0-caja-1.21.2
- directory tree listing: https://gist.github.com/2709b44f62bdb6a5d626484e7b4f24ae
- du listing: https://gist.github.com/a862e36a066610421b23ee38f984d40b
2018-07-08 03:30:02 -07:00
R. RyanTM 72d89344ba mate.engrampa: 1.20.1 -> 1.21.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/engrampa/versions.

These checks were done:

- built on NixOS
- /nix/store/i4q1p8riifm6q5i7bh1yp2l53njqp2hj-engrampa-1.21.0/bin/engrampa passed the binary check.
- /nix/store/i4q1p8riifm6q5i7bh1yp2l53njqp2hj-engrampa-1.21.0/bin/.engrampa-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/i4q1p8riifm6q5i7bh1yp2l53njqp2hj-engrampa-1.21.0
- directory tree listing: https://gist.github.com/a6b7848a52351898d1cac7b0baea4969
- du listing: https://gist.github.com/26e3dad544ee68b07906a4bfe1502cdc
2018-07-08 02:34:51 -07:00
Silvan Mosberger bf369bf353
Merge pull request #42972 from r-ryantm/auto-update/pcmanfm-qt
lxqt.pcmanfm-qt: 0.12.0 -> 0.13.0
2018-07-08 01:04:11 +02:00
R. RyanTM 6d08204090 mate.pluma: 1.21.0 -> 1.21.1 (#42966)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pluma/versions.

These checks were done:

- built on NixOS
- /nix/store/qv4p1mlbwak5d9yrpx9asi95nyjqfcss-pluma-1.21.1/bin/pluma passed the binary check.
- /nix/store/qv4p1mlbwak5d9yrpx9asi95nyjqfcss-pluma-1.21.1/bin/.pluma-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.21.1 with grep in /nix/store/qv4p1mlbwak5d9yrpx9asi95nyjqfcss-pluma-1.21.1
- directory tree listing: https://gist.github.com/f06bd46e4278731e8bf069a5bc4f0f62
- du listing: https://gist.github.com/2e4b1ada7a39f4bb5b224c773d0096c6
2018-07-06 20:21:53 +02:00
Jan Tojnar 188e487dd1
gnome3: simplify package set using makeScope 2018-07-06 18:20:06 +02:00
Peter Hoeg a4a1627926
Merge pull request #42768 from bkchr/plasma_5_13_2
plasma5: 5.13.0 -> 5.13.2
2018-07-06 16:19:12 +08:00
Jan Tojnar eb97acb64a
gnome3.gnome-calculator: 3.28.1 → 3.28.2 2018-07-06 09:35:03 +02:00
Jan Tojnar 18b79b8fcb
gnome3.gnome-logs: 3.28.2 → 3.28.3 2018-07-06 09:35:02 +02:00
Jan Tojnar 8abddf8373
gnome3.gnome-boxes: 3.28.4 → 3.28.5 2018-07-06 09:35:02 +02:00
Jan Tojnar 6070fb3978
gnome3.bijiben: 3.28.2 → 3.28.3 2018-07-06 09:35:01 +02:00
R. RyanTM 8583433612 mate.mate-utils: 1.20.0 -> 1.20.1 (#42695)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-utils/versions.

These checks were done:

- built on NixOS
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/mate-disk-usage-analyzer passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/mate-dictionary passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/mate-screenshot passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/.mate-panel-screenshot-wrapped passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/mate-panel-screenshot passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/mate-search-tool passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/mate-system-log passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/.mate-disk-usage-analyzer-wrapped passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/.mate-dictionary-wrapped passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/.mate-screenshot-wrapped passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/.mate-search-tool-wrapped passed the binary check.
- /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/bin/.mate-system-log-wrapped passed the binary check.
- 12 of 12 passed binary check by having a zero exit code.
- 0 of 12 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1
- directory tree listing: https://gist.github.com/8cb9202f30b7105e2012297242f111b8
- du listing: https://gist.github.com/17fa7b867be34487fd7b5dac2e2b6924
2018-07-05 00:20:34 +02:00
R. RyanTM 6983256418 mate.mozo: 1.20.0 -> 1.20.1 (#42691)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mozo/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/i8ksqdhh5n0sc85vywha6l85irpdhiai-mozo-1.20.1/bin/.mozo-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/i8ksqdhh5n0sc85vywha6l85irpdhiai-mozo-1.20.1/bin/mozo had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/i8ksqdhh5n0sc85vywha6l85irpdhiai-mozo-1.20.1
- directory tree listing: https://gist.github.com/8bf22748318bb6d4602593cba6558491
- du listing: https://gist.github.com/00c4d9e916dce5eab7e6917ad856008d
2018-07-05 00:19:29 +02:00
R. RyanTM 8f73921ad8 lxqt.pcmanfm-qt: 0.12.0 -> 0.13.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pcmanfm-qt/versions.

Version release notes (from GitHub):

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/bk3zw1jxkfyyl07iy97ag6vsq6vgqk9i-pcmanfm-qt-0.13.0/bin/pcmanfm-qt had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.13.0 with grep in /nix/store/bk3zw1jxkfyyl07iy97ag6vsq6vgqk9i-pcmanfm-qt-0.13.0
- directory tree listing: https://gist.github.com/960359b159f85d99f590576d9d63b63f
- du listing: https://gist.github.com/e90b52e16cdb6fdfa96bca76047129b4
2018-07-03 20:33:09 -07:00
Vladimír Čunát c1ffc65d1a
Merge branch 'master' into staging
This apparently fixes some broken src fetches (gnuradio, twisted).
2018-07-02 11:10:26 +02:00
Jan Tojnar 3ca1571d89
Merge pull request #42797 from jtojnar/tracker-update
gnome3.tracker update
2018-06-30 06:06:35 +02:00
Jan Tojnar 6589358664
gnome3.tracker-miners: 2.0.4 → 2.0.5 2018-06-30 02:31:10 +02:00
Jan Tojnar 236d92af11
gnome3.tracker: 2.0.3 → 2.0.4 2018-06-30 02:23:25 +02:00
Vladimír Čunát f7781f5293
Merge branch 'master' into staging 2018-06-30 01:41:59 +02:00
R. RyanTM e4d7172377 lxqt.compton-conf: 0.3.0 -> 0.4.0 (#42513)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/compton-conf/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/j1vd9mci1qp5r9fy89q6c2g5kyb3kqbw-compton-conf-0.4.0/bin/compton-conf had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.4.0 with grep in /nix/store/j1vd9mci1qp5r9fy89q6c2g5kyb3kqbw-compton-conf-0.4.0
- directory tree listing: https://gist.github.com/43e23d6682f82d552941a48813aa5a63
- du listing: https://gist.github.com/d7be6d6901ffe37ae24eab147225104f
2018-06-29 23:00:20 +02:00
Jan Tojnar 29bcc391e7
Merge pull request #42762 from jtojnar/libical-3
libical: 2.0.0 → 3.0.3
2018-06-29 21:35:01 +02:00
Jan Tojnar a64edad2a8
xfce4-13.orage: fix build with libical3 2018-06-29 18:43:44 +02:00
Jan Tojnar eee6565783
gspell: move to top-level 2018-06-29 18:41:59 +02:00
Jan Tojnar d77abebf89
xfce.orage: fix build with libical3 2018-06-29 15:38:32 +02:00
Bastian Köcher dbde7908c6 plasma5: 5.13.0 -> 5.13.2 2018-06-29 15:04:23 +02:00
Jan Tojnar 0194f7fbe6
gnome3.california: fix build 2018-06-29 14:43:13 +02:00
Matthew Bauer defcec5ec3
Merge pull request #42457 from r-ryantm/auto-update/qtermwidget
lxqt.qtermwidget: 0.8.0 -> 0.9.0
2018-06-28 22:04:00 -04:00
Matthew Bauer 17f141a015
Merge pull request #42495 from r-ryantm/auto-update/libfm-qt
lxqt.libfm-qt: 0.12.0 -> 0.13.1
2018-06-28 22:03:29 -04:00
Matthew Bauer 47f447cc63
Merge pull request #42490 from r-ryantm/auto-update/mate-system-monitor
mate.mate-system-monitor: 1.20.0 -> 1.20.1
2018-06-28 22:03:10 -04:00
Matthew Bauer 5b38a6d9ad
Merge pull request #42488 from r-ryantm/auto-update/mate-sensors-applet
mate.mate-sensors-applet: 1.20.1 -> 1.20.2
2018-06-28 22:03:01 -04:00
Matthew Bauer 62093212ca
Merge pull request #42487 from r-ryantm/auto-update/lxqt-themes
lxqt.lxqt-themes: 0.12.0 -> 0.13.0
2018-06-28 22:02:51 -04:00
Matthew Bauer 4a7c8baa7b
Merge pull request #42486 from r-ryantm/auto-update/libsysstat
lxqt.libsysstat: 0.4.0 -> 0.4.1
2018-06-28 22:02:41 -04:00
Matthew Bauer 7d7e9a68ab
Merge pull request #42484 from r-ryantm/auto-update/lxqt-l10n
lxqt.lxqt-l10n: 0.12.0 -> 0.13.0
2018-06-28 22:02:27 -04:00
Matthew Bauer 6bb4d1ee55
Merge pull request #42475 from r-ryantm/auto-update/obconf-qt
lxqt.obconf-qt: 0.12.0 -> 0.13.0
2018-06-28 22:02:05 -04:00
R. RyanTM 66350c0e18 mate.mate-screensaver: 1.20.0 -> 1.20.1 (#42483)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-screensaver/versions.

These checks were done:

- built on NixOS
- /nix/store/yl7p098lzcb2vs4hl4sxwgb0d37agvyd-mate-screensaver-1.20.1/bin/mate-screensaver passed the binary check.
- /nix/store/yl7p098lzcb2vs4hl4sxwgb0d37agvyd-mate-screensaver-1.20.1/bin/mate-screensaver-command passed the binary check.
- Warning: no invocation of /nix/store/yl7p098lzcb2vs4hl4sxwgb0d37agvyd-mate-screensaver-1.20.1/bin/mate-screensaver-preferences had a zero exit code or showed the expected version
- /nix/store/yl7p098lzcb2vs4hl4sxwgb0d37agvyd-mate-screensaver-1.20.1/bin/.mate-screensaver-wrapped passed the binary check.
- /nix/store/yl7p098lzcb2vs4hl4sxwgb0d37agvyd-mate-screensaver-1.20.1/bin/.mate-screensaver-command-wrapped passed the binary check.
- Warning: no invocation of /nix/store/yl7p098lzcb2vs4hl4sxwgb0d37agvyd-mate-screensaver-1.20.1/bin/.mate-screensaver-preferences-wrapped had a zero exit code or showed the expected version
- 4 of 6 passed binary check by having a zero exit code.
- 0 of 6 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/yl7p098lzcb2vs4hl4sxwgb0d37agvyd-mate-screensaver-1.20.1
- directory tree listing: https://gist.github.com/b700040ccf6edd3df78a2613f8827d45
- du listing: https://gist.github.com/cb5e756e8dc86af9c065a3b8545355f6
2018-06-27 17:06:03 +02:00
R. RyanTM 858491857e mate.mate-session-manager: 1.20.0 -> 1.20.1 (#42481)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-session-manager/versions.

These checks were done:

- built on NixOS
- /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/mate-session passed the binary check.
- /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/mate-session-properties passed the binary check.
- /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/mate-session-save passed the binary check.
- /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/mate-session-inhibit passed the binary check.
- Warning: no invocation of /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/mate-wm had a zero exit code or showed the expected version
- /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/.mate-session-wrapped passed the binary check.
- /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/.mate-session-properties-wrapped passed the binary check.
- /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/.mate-session-save-wrapped passed the binary check.
- /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/.mate-session-inhibit-wrapped passed the binary check.
- Warning: no invocation of /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1/bin/.mate-wm-wrapped had a zero exit code or showed the expected version
- 8 of 10 passed binary check by having a zero exit code.
- 1 of 10 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/wbgh5848w72f7cvsh7ks2vj7f9i0ylnz-mate-session-manager-1.20.1
- directory tree listing: https://gist.github.com/f036604f75bea4aed0093a9ca8eb6f0a
- du listing: https://gist.github.com/1083d12fd4033f9091a0ce334f09c1e4
2018-06-27 17:05:37 +02:00
R. RyanTM 63433025ae mate.mate-user-guide: 1.20.0 -> 1.20.1 (#42480)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-user-guide/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/69230e142f75a0bf18525c97d28a5fae
- du listing: https://gist.github.com/82fdc8e01e8e7a7c1fc4250a582e480a
2018-06-27 17:02:34 +02:00
R. RyanTM 92f66343d9 mate.mate-terminal: 1.20.0 -> 1.20.1 (#42485)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-terminal/versions.

These checks were done:

- built on NixOS
- /nix/store/d64r6l493bv3f6xyxxfw41w1r765lk2q-mate-terminal-1.20.1/bin/mate-terminal passed the binary check.
- /nix/store/d64r6l493bv3f6xyxxfw41w1r765lk2q-mate-terminal-1.20.1/bin/mate-terminal.wrapper passed the binary check.
- /nix/store/d64r6l493bv3f6xyxxfw41w1r765lk2q-mate-terminal-1.20.1/bin/.mate-terminal-wrapped passed the binary check.
- /nix/store/d64r6l493bv3f6xyxxfw41w1r765lk2q-mate-terminal-1.20.1/bin/.mate-terminal.wrapper-wrapped passed the binary check.
- 4 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/d64r6l493bv3f6xyxxfw41w1r765lk2q-mate-terminal-1.20.1
- directory tree listing: https://gist.github.com/5e7716c45202939e7965bf76c7f86be7
- du listing: https://gist.github.com/b84bea1f0cc9eb94683e90ab7f4c30d2
2018-06-24 19:36:39 +02:00
R. RyanTM 246b7c4b11 mate.mate-desktop: 1.20.3 -> 1.21.0 (#41991)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-desktop/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/dx51na6smf7cpbav7zgb2x5xyyfbpcbp-mate-desktop-1.21.0/bin/mate-color-select had a zero exit code or showed the expected version
- /nix/store/dx51na6smf7cpbav7zgb2x5xyyfbpcbp-mate-desktop-1.21.0/bin/mate-about passed the binary check.
- Warning: no invocation of /nix/store/dx51na6smf7cpbav7zgb2x5xyyfbpcbp-mate-desktop-1.21.0/bin/.mate-color-select-wrapped had a zero exit code or showed the expected version
- /nix/store/dx51na6smf7cpbav7zgb2x5xyyfbpcbp-mate-desktop-1.21.0/bin/.mate-about-wrapped passed the binary check.
- 2 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/dx51na6smf7cpbav7zgb2x5xyyfbpcbp-mate-desktop-1.21.0
- directory tree listing: https://gist.github.com/b54e2f1e430d08d273ba8dab30a7f562
- du listing: https://gist.github.com/74e6289b7a86dee591389adc61e024ed
2018-06-24 19:09:12 +02:00
R. RyanTM 7b38992812 mate.mate-icon-theme: 1.20.0 -> 1.20.1 (#42237)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-icon-theme/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/sqb3ppyysd75gan41g7r3466gc01sxiz-mate-icon-theme-1.20.1
- directory tree listing: https://gist.github.com/a482def5741d5681816fc5e7c8d14264
- du listing: https://gist.github.com/10c651e4bf3c2f51c245c47429b3bb45
2018-06-24 19:07:54 +02:00
R. RyanTM b3663555d8 lxqt.libfm-qt: 0.12.0 -> 0.13.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libfm-qt/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.13.1 with grep in /nix/store/j3k46ff4i767vxiajc1dy41fd5smdqid-libfm-qt-0.13.1
- directory tree listing: https://gist.github.com/f8d05638960a752c27ada529e3d8922e
- du listing: https://gist.github.com/9a3529479e5f3453a388a2bdadff58aa
2018-06-23 22:02:07 -07:00
R. RyanTM 3d2c33ba89 mate.mate-system-monitor: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-system-monitor/versions.

These checks were done:

- built on NixOS
- /nix/store/x5i2inxsxs4jcjqhsn3mv94lsdxmr3g7-mate-system-monitor-1.20.1/bin/mate-system-monitor passed the binary check.
- /nix/store/x5i2inxsxs4jcjqhsn3mv94lsdxmr3g7-mate-system-monitor-1.20.1/bin/.mate-system-monitor-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/x5i2inxsxs4jcjqhsn3mv94lsdxmr3g7-mate-system-monitor-1.20.1
- directory tree listing: https://gist.github.com/a4cdb9b1bfcf5b27047a4f9635faa789
- du listing: https://gist.github.com/1a05da069ac7049838de573c089699de
2018-06-23 21:19:16 -07:00
R. RyanTM e9b71faf3d mate.mate-sensors-applet: 1.20.1 -> 1.20.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-sensors-applet/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.20.2 with grep in /nix/store/57vzc483bg7wbf8kx7xacsfyd2pa7d81-mate-sensors-applet-1.20.2
- directory tree listing: https://gist.github.com/b87e08ecd1269611cfc12caee03ec0a8
- du listing: https://gist.github.com/7ea36f0bc246d7aa8601097266a844c2
2018-06-23 21:15:24 -07:00
R. RyanTM 6ac2ab2f32 lxqt.lxqt-themes: 0.12.0 -> 0.13.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lxqt-themes/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.13.0 with grep in /nix/store/fs36lbzyd10wzif3mk70hwjqwin8bv7f-lxqt-themes-0.13.0
- directory tree listing: https://gist.github.com/ba1226aef8f1c4dfc1ae26d7a55031f3
- du listing: https://gist.github.com/99abafab17751529577df2cd7d2a12d9
2018-06-23 20:54:14 -07:00
R. RyanTM 81ea1d58d1 lxqt.libsysstat: 0.4.0 -> 0.4.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libsysstat/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.4.1 with grep in /nix/store/n6dins6prgmhp4jb1x7iih366ln6bygb-libsysstat-0.4.1
- directory tree listing: https://gist.github.com/e91bc96d4c04d612f32bde806fdb822a
- du listing: https://gist.github.com/55928df59585ba9de34d7ac2e1e0cc50
2018-06-23 20:41:31 -07:00
R. RyanTM dc24ee429a lxqt.lxqt-l10n: 0.12.0 -> 0.13.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/lxqt-l10n/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/583bf7b46d9b7d60406ab44e9f06eb42
- du listing: https://gist.github.com/26da5523d884e68e9a772af08be299cf
2018-06-23 20:37:13 -07:00
R. RyanTM 7c0afcd7c4 lxqt.obconf-qt: 0.12.0 -> 0.13.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/obconf-qt/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/8sixxrkxdsqd1x37m32jlraa3193ahl6-obconf-qt-0.13.0/bin/obconf-qt had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.13.0 with grep in /nix/store/8sixxrkxdsqd1x37m32jlraa3193ahl6-obconf-qt-0.13.0
- directory tree listing: https://gist.github.com/db1190dab0d515449974bf0da5486e41
- du listing: https://gist.github.com/8ad4a03d3203c3dd52b7172d3e5432d6
2018-06-23 19:43:11 -07:00
R. RyanTM 6fe8c62c8f lxqt.qtermwidget: 0.8.0 -> 0.9.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/qtermwidget/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.9.0 with grep in /nix/store/3xrdwiihv6005a89hg2yz049dwj1yvjk-qtermwidget-0.9.0
- directory tree listing: https://gist.github.com/32846676d9b32d68c711e46efb4b2822
- du listing: https://gist.github.com/08616a507ab3f444a6710fbb666e20dc
2018-06-23 12:47:32 -07:00
Jörg Thalheim eb16ff918e
Merge pull request #42229 from r-ryantm/auto-update/marco
mate.marco: 1.20.1 -> 1.20.2
2018-06-21 09:17:33 +01:00
Jörg Thalheim 939bf0d4b2
Merge pull request #42231 from r-ryantm/auto-update/mate-media
mate.mate-media: 1.20.0 -> 1.20.1
2018-06-21 09:16:17 +01:00
Jörg Thalheim dfb4f96937
Merge pull request #42233 from r-ryantm/auto-update/mate-power-manager
mate.mate-power-manager: 1.20.1 -> 1.20.2
2018-06-21 09:15:45 +01:00
Jörg Thalheim b94269dfb9
Merge pull request #42235 from r-ryantm/auto-update/mate-polkit
mate.mate-polkit: 1.20.0 -> 1.20.1
2018-06-21 09:14:41 +01:00
Jörg Thalheim b77a57b78b
Merge pull request #42241 from r-ryantm/auto-update/libmateweather
mate.libmateweather: 1.20.0 -> 1.20.1
2018-06-21 00:56:51 +01:00
Jörg Thalheim a2aaddd862
Merge pull request #42230 from r-ryantm/auto-update/mate-notification-daemon
mate.mate-notification-daemon: 1.20.0 -> 1.20.1
2018-06-21 00:32:58 +01:00
Jörg Thalheim 3ada4fc453
Merge pull request #42234 from r-ryantm/auto-update/mate-menus
mate.mate-menus: 1.20.0 -> 1.20.1
2018-06-21 00:27:12 +01:00
Jörg Thalheim 8579800c23
Merge pull request #42226 from r-ryantm/auto-update/mate-control-center
mate.mate-control-center: 1.20.2 -> 1.20.3
2018-06-20 23:51:43 +01:00
Jörg Thalheim 7f042d6c7a
Merge pull request #42227 from r-ryantm/auto-update/mate-calc
mate.mate-calc: 1.20.1 -> 1.20.2
2018-06-20 23:49:07 +01:00
Jörg Thalheim 0a74cb2e19
Merge pull request #42244 from r-ryantm/auto-update/libmatemixer
mate.libmatemixer: 1.20.0 -> 1.20.1
2018-06-20 23:45:48 +01:00
Jörg Thalheim 12b14cd9ec
Merge pull request #42249 from r-ryantm/auto-update/libmatekbd
mate.libmatekbd: 1.20.1 -> 1.20.2
2018-06-20 23:43:07 +01:00
Jörg Thalheim f0d549ce75
Merge pull request #42281 from r-ryantm/auto-update/engrampa
mate.engrampa: 1.20.0 -> 1.20.1
2018-06-20 23:31:16 +01:00
Jörg Thalheim 2405f8006a
Merge pull request #42284 from r-ryantm/auto-update/caja-extensions
mate.caja-extensions: 1.20.0 -> 1.20.1
2018-06-20 23:30:33 +01:00
Jörg Thalheim 34758efc70 lxqt.pavucontrol-qt: 0.3.0 -> 0.4.0 2018-06-20 23:13:36 +01:00
Jörg Thalheim f85d30b3f8 lxqt.lxqt-build-tools: 0.4.0 -> 0.5.0 2018-06-20 23:12:49 +01:00
Jörg Thalheim 17621f63eb
Merge pull request #42262 from r-ryantm/auto-update/eom
mate.eom: 1.20.0 -> 1.20.1
2018-06-20 22:48:59 +01:00
Jan Tojnar 843a1cdcae
gnome3.evolution: 3.28.2 → 3.28.3 2018-06-20 02:06:48 +02:00
Jan Tojnar 48fd0e6f20
evolution-data-server: 3.28.2 → 3.28.3 2018-06-20 02:06:47 +02:00
R. RyanTM 54aec3054b mate.caja-extensions: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/caja-extensions/versions.

These checks were done:

- built on NixOS
- /nix/store/1m1zknl4rxcnkkbqhd0ks341bh2ghl0y-caja-extensions-1.20.1/bin/caja-sendto passed the binary check.
- /nix/store/1m1zknl4rxcnkkbqhd0ks341bh2ghl0y-caja-extensions-1.20.1/bin/.caja-sendto-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/1m1zknl4rxcnkkbqhd0ks341bh2ghl0y-caja-extensions-1.20.1
- directory tree listing: https://gist.github.com/6344a0c82a50b4091f71ada2afdffb14
- du listing: https://gist.github.com/e7f39d01f373332636f3b0e47953fb4c
2018-06-19 16:28:42 -07:00
R. RyanTM 4a0f25a62b mate.engrampa: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/engrampa/versions.

These checks were done:

- built on NixOS
- /nix/store/fk4bvvss8ciiw13halc37x6a4dpji36y-engrampa-1.20.1/bin/engrampa passed the binary check.
- /nix/store/fk4bvvss8ciiw13halc37x6a4dpji36y-engrampa-1.20.1/bin/.engrampa-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/fk4bvvss8ciiw13halc37x6a4dpji36y-engrampa-1.20.1
- directory tree listing: https://gist.github.com/b73375db196ecf4ade754cfc0ce3b7c8
- du listing: https://gist.github.com/ff5ea27db0db941cee563d428c065f42
2018-06-19 14:46:12 -07:00
R. RyanTM 2934f16553 mate.eom: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/eom/versions.

These checks were done:

- built on NixOS
- /nix/store/lxzkljx1yfkgqxpqgrf710ic9iq4qv3z-eom-1.20.1/bin/eom passed the binary check.
- /nix/store/lxzkljx1yfkgqxpqgrf710ic9iq4qv3z-eom-1.20.1/bin/.eom-wrapped passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/lxzkljx1yfkgqxpqgrf710ic9iq4qv3z-eom-1.20.1
- directory tree listing: https://gist.github.com/b79b00c09fe3737a787425500dfcaf9e
- du listing: https://gist.github.com/4ff844a1cc38d84e737d23f9140417ca
2018-06-19 11:55:30 -07:00
R. RyanTM b1fee32f72 mate.libmatekbd: 1.20.1 -> 1.20.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libmatekbd/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.20.2 with grep in /nix/store/kpfg7m5x8b5w3iydb551k94gphgymfg5-libmatekbd-1.20.2
- directory tree listing: https://gist.github.com/6ce63d695062dd787500dd9e477d0fcc
- du listing: https://gist.github.com/e78f643a66509ed04601bc722d01d2f2
2018-06-19 08:30:08 -07:00
R. RyanTM 169678df56 mate.libmatemixer: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libmatemixer/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/11ay5byrlalp3z70d2nn3byf9i99m12p-libmatemixer-1.20.1
- directory tree listing: https://gist.github.com/6de4fa8f22cf5e05683ba4f03784a1f0
- du listing: https://gist.github.com/f63fa290542df670f00cabe5c6a7c5ca
2018-06-19 07:39:46 -07:00
R. RyanTM c22558d144 mate.libmateweather: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libmateweather/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/h4792zpbkmkj75gzl056h8in9mwg651z-libmateweather-1.20.1
- directory tree listing: https://gist.github.com/3e9e247094f13369303bf230a02f3abe
- du listing: https://gist.github.com/a77cc48fd92236a8bb9c82f2f8c54a9b
2018-06-19 06:43:03 -07:00
R. RyanTM 694e6ef76a mate.mate-polkit: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-polkit/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/6jg3p5hdy44ijwbbzdjy7vjm6dzbkp6a-mate-polkit-1.20.1
- directory tree listing: https://gist.github.com/01e5b02d44da8912f9242d3772fcd447
- du listing: https://gist.github.com/8d2779ce364c45ecdae0c047392431e8
2018-06-19 06:08:35 -07:00
R. RyanTM 85ef610da0 mate.mate-menus: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-menus/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/9hfl9953if9wmc6y8zyw5wmx61ngi9lh-mate-menus-1.20.1
- directory tree listing: https://gist.github.com/c04722d4564c89227f336ed797444a78
- du listing: https://gist.github.com/9a8dc65709b3969980df3dc3b8ffcc4b
2018-06-19 06:04:08 -07:00
Jan Tojnar a5cd4b2685
deepin.deepin-terminal: 2.9.2 → 3.0.0 2018-06-19 15:03:46 +02:00
R. RyanTM 3cf548bd90 mate.mate-power-manager: 1.20.1 -> 1.20.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-power-manager/versions.

These checks were done:

- built on NixOS
- /nix/store/8hng11y2bqq66g844xwpfa0a977wn10p-mate-power-manager-1.20.2/bin/mate-power-manager passed the binary check.
- /nix/store/8hng11y2bqq66g844xwpfa0a977wn10p-mate-power-manager-1.20.2/bin/mate-power-preferences passed the binary check.
- /nix/store/8hng11y2bqq66g844xwpfa0a977wn10p-mate-power-manager-1.20.2/bin/mate-power-statistics passed the binary check.
- /nix/store/8hng11y2bqq66g844xwpfa0a977wn10p-mate-power-manager-1.20.2/bin/.mate-power-manager-wrapped passed the binary check.
- /nix/store/8hng11y2bqq66g844xwpfa0a977wn10p-mate-power-manager-1.20.2/bin/.mate-power-preferences-wrapped passed the binary check.
- /nix/store/8hng11y2bqq66g844xwpfa0a977wn10p-mate-power-manager-1.20.2/bin/.mate-power-statistics-wrapped passed the binary check.
- /nix/store/8hng11y2bqq66g844xwpfa0a977wn10p-mate-power-manager-1.20.2/bin/mate-power-backlight-helper passed the binary check.
- 7 of 7 passed binary check by having a zero exit code.
- 2 of 7 passed binary check by having the new version present in output.
- found 1.20.2 with grep in /nix/store/8hng11y2bqq66g844xwpfa0a977wn10p-mate-power-manager-1.20.2
- directory tree listing: https://gist.github.com/f8d3fda03f4b6da87bde96d8dd1e974e
- du listing: https://gist.github.com/8b7bb5497d6d6ab20df5efb10ba50b19
2018-06-19 05:12:31 -07:00
R. RyanTM 3bbbf11cc0 mate.mate-media: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-media/versions.

These checks were done:

- built on NixOS
- /nix/store/gwzsp1glki73nq66abq5z1znh1lil0x6-mate-media-1.20.1/bin/mate-volume-control-applet passed the binary check.
- /nix/store/gwzsp1glki73nq66abq5z1znh1lil0x6-mate-media-1.20.1/bin/mate-volume-control passed the binary check.
- /nix/store/gwzsp1glki73nq66abq5z1znh1lil0x6-mate-media-1.20.1/bin/.mate-volume-control-applet-wrapped passed the binary check.
- /nix/store/gwzsp1glki73nq66abq5z1znh1lil0x6-mate-media-1.20.1/bin/.mate-volume-control-wrapped passed the binary check.
- 4 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/gwzsp1glki73nq66abq5z1znh1lil0x6-mate-media-1.20.1
- directory tree listing: https://gist.github.com/300945f471b2583b1ee1a6c1c4549e55
- du listing: https://gist.github.com/6c5caabcd4ffedd883ecbedc924fcebf
2018-06-19 05:05:31 -07:00
R. RyanTM 32aeaf4888 mate.mate-notification-daemon: 1.20.0 -> 1.20.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-notification-daemon/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/fgg4hxmh9x48wbxh0y07593193427q3n-mate-notification-daemon-1.20.1/bin/mate-notification-properties had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/fgg4hxmh9x48wbxh0y07593193427q3n-mate-notification-daemon-1.20.1/bin/.mate-notification-properties-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.20.1 with grep in /nix/store/fgg4hxmh9x48wbxh0y07593193427q3n-mate-notification-daemon-1.20.1
- directory tree listing: https://gist.github.com/7f852125c1c6ce059b96b1278be2dc41
- du listing: https://gist.github.com/2fda2f0e9255e9383b2611f3eb16f78c
2018-06-19 04:57:43 -07:00
R. RyanTM 75dc4a5b67 mate.marco: 1.20.1 -> 1.20.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/marco/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/marco-message had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/marco-window-demo had a zero exit code or showed the expected version
- /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/marco passed the binary check.
- Warning: no invocation of /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/marco-theme-viewer had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/.marco-message-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/.marco-window-demo-wrapped had a zero exit code or showed the expected version
- /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/.marco-wrapped passed the binary check.
- Warning: no invocation of /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2/bin/.marco-theme-viewer-wrapped had a zero exit code or showed the expected version
- 2 of 8 passed binary check by having a zero exit code.
- 0 of 8 passed binary check by having the new version present in output.
- found 1.20.2 with grep in /nix/store/3d7i93si0k0hw4rnizj1wbfxc05p0rib-marco-1.20.2
- directory tree listing: https://gist.github.com/5f84e537102f55b7305fa05523d6ae45
- du listing: https://gist.github.com/0c776c9cc3cd0b81c377dca02c0ce516
2018-06-19 04:50:41 -07:00
R. RyanTM f643a1c2a4 mate.mate-calc: 1.20.1 -> 1.20.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-calc/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/mate-calc had a zero exit code or showed the expected version
- /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/mate-calc-cmd passed the binary check.
- Warning: no invocation of /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/.mate-calculator-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/mate-calculator had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/.mate-calc-wrapped had a zero exit code or showed the expected version
- /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2/bin/.mate-calc-cmd-wrapped passed the binary check.
- 2 of 6 passed binary check by having a zero exit code.
- 0 of 6 passed binary check by having the new version present in output.
- found 1.20.2 with grep in /nix/store/zar9jk5047zkynk663v4143ap5q9ppzm-mate-calc-1.20.2
- directory tree listing: https://gist.github.com/3fe2665fbee32995f75e3c7a458a0ee9
- du listing: https://gist.github.com/1cedd9a494738bf479198ffe45dee0a7
2018-06-19 04:38:34 -07:00
R. RyanTM 36d44cfdd4 mate.mate-control-center: 1.20.2 -> 1.20.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-control-center/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/mate-at-properties had a zero exit code or showed the expected version
- /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/mate-appearance-properties passed the binary check.
- /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/mate-default-applications-properties passed the binary check.
- Warning: no invocation of /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/mate-display-properties had a zero exit code or showed the expected version
- /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/mate-keyboard-properties passed the binary check.
- Warning: no invocation of /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/mate-keybinding-properties had a zero exit code or showed the expected version
- /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/mate-mouse-properties passed the binary check.
- Warning: no invocation of /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/mate-network-properties had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/mate-window-properties had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/mate-about-me had a zero exit code or showed the expected version
- /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/mate-thumbnail-font passed the binary check.
- /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/mate-font-viewer passed the binary check.
- /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/mate-control-center passed the binary check.
- Warning: no invocation of /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/.mate-at-properties-wrapped had a zero exit code or showed the expected version
- /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/.mate-appearance-properties-wrapped passed the binary check.
- /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/.mate-default-applications-properties-wrapped passed the binary check.
- Warning: no invocation of /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/.mate-display-properties-wrapped had a zero exit code or showed the expected version
- /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/.mate-keyboard-properties-wrapped passed the binary check.
- Warning: no invocation of /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/.mate-keybinding-properties-wrapped had a zero exit code or showed the expected version
- /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/.mate-mouse-properties-wrapped passed the binary check.
- Warning: no invocation of /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/.mate-network-properties-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/.mate-window-properties-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/.mate-about-me-wrapped had a zero exit code or showed the expected version
- /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/.mate-thumbnail-font-wrapped passed the binary check.
- /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/.mate-font-viewer-wrapped passed the binary check.
- /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/.mate-control-center-wrapped passed the binary check.
- Warning: no invocation of /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3/bin/mate-display-properties-install-systemwide had a zero exit code or showed the expected version
- 14 of 27 passed binary check by having a zero exit code.
- 0 of 27 passed binary check by having the new version present in output.
- found 1.20.3 with grep in /nix/store/9pj65djh4jdx8xc2c9m2s4jsji9g27fz-mate-control-center-1.20.3
- directory tree listing: https://gist.github.com/d7dcbedb8c3ee980f47de7113356f554
- du listing: https://gist.github.com/eef8b0a5e0fc4b435fe0dcafa40e1e75
2018-06-19 04:28:43 -07:00
R. RyanTM 072ad3a67f mate.mate-settings-daemon: 1.20.1 -> 1.20.3 (#41985)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-settings-daemon/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.20.3 with grep in /nix/store/gdndnz6arz8xpvppphm7jxsyfsm7nq2y-mate-settings-daemon-1.20.3
- directory tree listing: https://gist.github.com/2cdc92987c9492e4c99b02efde4fd349
- du listing: https://gist.github.com/071f4f1371037662c45c8ef83b163383
2018-06-18 22:57:10 +02:00
Jan Tojnar 69384eb47f
gnome3.totem: 3.26.0 → 3.26.1 2018-06-18 05:03:40 +02:00
Jan Tojnar 7de340761d
gnome3.grilo: clean up 2018-06-18 05:03:38 +02:00
Yegor Timoshenko 47066f0776
Merge pull request #40893 from bkchr/plasma_5_13
plasma5: 5.12 -> 5.13
2018-06-15 12:50:28 +00:00
Jan Tojnar 6a916d029e
gnome3.libgweather: 3.28.1 → 3.28.2 2018-06-14 18:26:50 +02:00
Jan Tojnar e2f9304606
gnome3.totem-pl-parser: 3.26.0 → 3.26.1 2018-06-14 18:16:28 +02:00
Jan Tojnar 42a08e62f5
gnome3.epiphany: 3.28.2.1 → 3.28.3.1 2018-06-13 20:15:05 +02:00
Jan Tojnar 7ba1016f91
gnome3.gnome-documents: 3.28.0 → 3.28.1 2018-06-13 20:15:05 +02:00
Bastian Köcher 68e9d30d33 plasma-browser-integration: Init 2018-06-12 22:34:32 +02:00
Bastian Köcher 79f6c57558 plasma5: 5.12 -> 5.13 2018-06-12 14:30:48 +02:00
R. RyanTM 7710faccee mate.mate-desktop: 1.20.1 -> 1.20.3 (#41548)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-desktop/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wxcn9xjdga9v1qlsk99rhiaim6xwrkcl-mate-desktop-1.20.3/bin/mate-color-select had a zero exit code or showed the expected version
- /nix/store/wxcn9xjdga9v1qlsk99rhiaim6xwrkcl-mate-desktop-1.20.3/bin/mate-about passed the binary check.
- Warning: no invocation of /nix/store/wxcn9xjdga9v1qlsk99rhiaim6xwrkcl-mate-desktop-1.20.3/bin/.mate-color-select-wrapped had a zero exit code or showed the expected version
- /nix/store/wxcn9xjdga9v1qlsk99rhiaim6xwrkcl-mate-desktop-1.20.3/bin/.mate-about-wrapped passed the binary check.
- 2 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 1.20.3 with grep in /nix/store/wxcn9xjdga9v1qlsk99rhiaim6xwrkcl-mate-desktop-1.20.3
- directory tree listing: https://gist.github.com/31f847260d9910561df955f376feb063
- du listing: https://gist.github.com/2b921cbfb4bda4b008a2b2a496b49229
2018-06-09 23:44:55 +02:00
Jan Tojnar 05b9e9f011
gnome3.totem: fix build
Hopefully a proper fix for be17bccf38
2018-06-09 19:08:19 +02:00
R. RyanTM a5950ab0f7 mate.mate-applets: 1.20.1 -> 1.20.2 (#41546)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-applets/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/ll379k2bj134fdja5l40wl49d1zzyj5v-mate-applets-1.20.2/bin/mate-cpufreq-selector had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/ll379k2bj134fdja5l40wl49d1zzyj5v-mate-applets-1.20.2/bin/.mate-cpufreq-selector-wrapped had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 1.20.2 with grep in /nix/store/ll379k2bj134fdja5l40wl49d1zzyj5v-mate-applets-1.20.2
- directory tree listing: https://gist.github.com/8917b9a2989aa781cfe8f2a3b86c8821
- du listing: https://gist.github.com/867b59527b5cda0652968142a6f9ef54
2018-06-09 00:51:23 +02:00
R. RyanTM 0c101bf626 mate.mate-themes: 3.22.16 -> 3.22.17 (#41541)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/mate-themes/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 3.22.17 with grep in /nix/store/vnrs1vjrq1jjqff5872k2vyqnf5bj5iw-mate-themes-3.22.17
- directory tree listing: https://gist.github.com/7496d09132d21dac1574730a34586a9d
- du listing: https://gist.github.com/fae90128247da010e9abf4c845ceb824
2018-06-09 00:50:51 +02:00
Jan Tojnar f5150da8f9
Merge pull request #41556 from jtojnar/gnome3-update
gnome3 update
2018-06-06 15:07:43 +02:00
Jan Tojnar 027180ab03
gnome3.vte: 0.52.1 → 0.52.2 2018-06-06 12:43:30 +02:00
Jan Tojnar fba07434d1
gnome3.gnome-terminal: 3.28.1 → 3.28.2 2018-06-06 11:41:09 +02:00
Jan Tojnar 933383ceb8
gnome3.gnome-disk-utility: 3.28.2 → 3.28.3 2018-06-06 11:40:49 +02:00
Jan Tojnar e12afbe115
gnome3.gnome-control-center: 3.28.1 → 3.28.2 2018-06-06 11:40:31 +02:00
Jan Tojnar 26aca3bee1
gnome3.geocode-glib: 3.25.4.1 → 3.26.0 2018-06-06 11:40:17 +02:00
Jan Tojnar 17a8d7f5a4
gnome3.gdm: 3.28.1 → 3.28.2 2018-06-06 11:39:22 +02:00
Jan Tojnar f65cee3b9c
gnome3.epiphany: 3.28.1.1 → 3.28.2.1 2018-06-06 11:39:01 +02:00
Orivej Desh 8414fa2d6b Revert "vinagre: disable format hardening"
This reverts commit f34b498bd2.

It did not fix the build error in https://hydra.nixos.org/build/75464534/nixlog,
but #41449 did.
2018-06-04 22:37:07 +00:00
Daiderd Jordan 0b458a4129
Merge pull request #41449 from flokli/vinagre-build
gnome3.vinagre: fix build
2018-06-04 21:32:20 +02:00
Matthew Justin Bauer f34b498bd2
vinagre: disable format hardening
https://hydra.nixos.org/build/75464534/nixlog/1
2018-06-04 14:52:32 -04:00
Florian Klink 67eaab86b4 gnome3.vinagre: fix build
Currently, vinagre fails to build with the following message:

vinagre/vinagre-utils.c: In function 'vinagre_utils_request_credential':
vinagre/vinagre-utils.c:686:2: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
  _tmp12_ = g_strdup_printf (_tmp10_, _tmp11_);
  ^~~~~~~

vinagre-utils.c seems to be generated from vinagre-utils.vala. I
couldn't find anything weird in here, so let's disable
-Werror=format-nonliteral for now as done elsewhere, too.
2018-06-04 16:24:38 +02:00
Vincent Laporte 0b1823ff84 gnome2.gtksourceview: fix build on darwin (#41353) 2018-06-01 20:56:40 +02:00
Matthew Bauer 8950b14355 libpeas: supports darwin 2018-05-31 12:34:15 -04:00
Jan Tojnar 59f86ab48d
gnome3: remove gtk2 from the attribute set 2018-05-29 15:44:36 +02:00
Jan Tojnar 89c20aa46c
gnome2.vte: fix patch url 2018-05-29 10:57:50 +02:00
Jan Tojnar adcfd39bb9
gnome3.libcroco: fix patch url 2018-05-29 10:56:23 +02:00
Jan Tojnar c087482770
gnome3.nemiver: fix patch url 2018-05-29 10:34:17 +02:00
Jan Tojnar 86270fc19e
gnome2.gtksourceview: fix patch url 2018-05-29 10:34:17 +02:00
Vladimír Čunát 392e6de7d0
Merge branch 'master' into staging 2018-05-20 13:20:53 +02:00
Jan Tojnar e96ec37c00
gnome3.gnome-user-docs: 3.28.1 → 3.28.2 2018-05-19 17:34:10 +02:00
Jan Tojnar e7923b9e26
gnome3.gnome-system-monitor: 3.28.1 → 3.28.2 2018-05-19 17:34:10 +02:00
Jan Tojnar 0cc8b413da
gnome3.gnome-software: 3.28.1 → 3.28.2 2018-05-19 17:34:09 +02:00
Jan Tojnar 347c1c82bb
gnome3.gnome-disk-utility: 3.28.1 → 3.28.2 2018-05-19 17:34:09 +02:00
Jan Tojnar eda0044379
gnome3.gnome-desktop: 3.28.1 → 3.28.2 2018-05-19 17:34:09 +02:00
Jan Tojnar 8d9496cb73
gnome3.gnome-music: 3.28.2 → 3.28.2.1 2018-05-19 17:34:09 +02:00
Jan Tojnar 3929be8495
gnome3.gnome-getting-started-docs: 3.28.1 → 3.28.2 2018-05-19 17:34:09 +02:00
Jan Tojnar 683d397dd8
gnome3.gnome-boxes: 3.28.3 → 3.28.4 2018-05-19 17:34:08 +02:00
John Ericson 5ccb99e372 Merge remote-tracking branch 'upstream/master' into staging 2018-05-18 17:48:37 -04:00
xeji cfc016c7cd
Merge pull request #40703 from gnidorah/autopatchelf
franz, maxx: switch to autoPatchelfHook
2018-05-18 18:20:51 +02:00
José Romildo Malaquias e8b8ba148e enlightenment: add xkeyboard-config dependency (#40690)
- Add runtime dependence on xkeyboard-config

- Add base.lst from xkeyboard-config to the list of keyboard layout
files. Something similar to this has been removed in a previous patch
by mistake.

- Fix location of binary edge_cc. This has been removed in a previous
patch by mastake.

- Make the explanation for the wrapping of some binaries more clear.
2018-05-18 17:28:16 +02:00
gnidorah 636fce50fe maxx: switch to autoPatchelfHook 2018-05-17 22:54:57 +03:00
John Ericson ddbe9191ef Merge remote-tracking branch 'upstream/master' into staging
Keep the dontCheck because the test suite fails, get rid of the LDFLAGS
hack because we don't need it!
2018-05-16 15:16:08 -04:00
Jan Tojnar 75cc398b97
Merge pull request #39615 from jtojnar/gdm-wayland
GDM wayland improvements
2018-05-16 16:39:12 +02:00
Jan Tojnar 3bfa8563d1
gnome3.gdm: fix wayland detection
Apparently, wayland session were not used at all until now.
2018-05-16 16:25:21 +02:00
Jan Tojnar 6f23e142cb
gnome3.gdm: clean up 2018-05-16 16:25:20 +02:00
Matthew Bauer c605d171bb treewide: remove lintl references
libintl should be used directly, not through NIX_LDFLAGS.
2018-05-16 01:02:31 -05:00
Matthew Justin Bauer 5739688a88
Merge pull request #40478 from r-ryantm/auto-update/mate-panel
mate.mate-panel: 1.20.1 -> 1.21.0
2018-05-16 00:58:24 -05:00
Matthew Justin Bauer ee13036ee5
Merge pull request #40376 from jD91mZM2/vala-panel-appmenu
vala-panel-appmenu: init at 0.6.94
2018-05-16 00:56:50 -05:00
Tuomas Tynkkynen 6b6a575748 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/tools/networking/telnet/default.nix
	pkgs/top-level/aliases.nix
2018-05-16 03:09:33 +03:00
Yegor Timoshenko edbce18903
tracker-miners: switch to meson, some tweaks (#39534) 2018-05-15 20:55:40 +03:00
R. RyanTM d0210b0fdc mate.caja: 1.21.0 -> 1.21.1 (#40497)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/caja/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/caja -h’ got 0 exit code
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/caja --help’ got 0 exit code
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/caja-connect-server -h’ got 0 exit code
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/caja-connect-server --help’ got 0 exit code
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/.caja-wrapped -h’ got 0 exit code
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/.caja-wrapped --help’ got 0 exit code
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/.caja-connect-server-wrapped -h’ got 0 exit code
- ran ‘/nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1/bin/.caja-connect-server-wrapped --help’ got 0 exit code
- found 1.21.1 with grep in /nix/store/vpa6y0jj5wa85md64941j0mmd5h8w269-caja-1.21.1
- directory tree listing: https://gist.github.com/46fb531ddeedf504b1610ffcaf01f09f
- du listing: https://gist.github.com/5396435fca3703ee457ac3c66b5c0121
2018-05-15 18:15:30 +02:00
Jan Tojnar 1092a24307
Merge pull request #40460 from hedning/gnome-shell-3.28.2
gnome3.gnome-shell: 3.28.1 -> 3.28.2
2018-05-15 14:26:49 +02:00
Jan Tojnar d5060ac3a7
Merge pull request #33371 from jtojnar/flatpak
Flatpak
2018-05-15 14:19:33 +02:00
Jan Tojnar 2fc8b83282
gnome3.gnome-software: build with flatpak support 2018-05-15 13:28:30 +02:00
John Ericson f2017c40ae Merge remote-tracking branch 'upstream/master' into staging 2018-05-14 22:53:10 -04:00
José Romildo Malaquias e1960e7314 terminology: 1.2.0 -> 1.2.1 (#40524) 2018-05-15 01:34:37 +02:00
John Ericson 8e891e6ed4 Merge remote-tracking branch 'upstream/master' into staging 2018-05-14 10:57:33 -04:00