Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update geary to 0.12.2 from master branch #40844

Closed
wants to merge 1,387 commits into from
Closed

Update geary to 0.12.2 from master branch #40844

wants to merge 1,387 commits into from

Conversation

alexeymuranov
Copy link
Contributor

Motivation for this change

Geary 0.12.2 fixes an annoying bug.

I've just copied the file from master branch.

I didn't test it because i do not know how.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

fpletz and others added 30 commits April 24, 2018 17:07
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/xdp6rb1bvdmpkd77vbqq8dq175dfvrvl-xmr-stak-2.4.3/bin/xmr-stak -h’ got 0 exit code
- ran ‘/nix/store/xdp6rb1bvdmpkd77vbqq8dq175dfvrvl-xmr-stak-2.4.3/bin/xmr-stak --help’ got 0 exit code
- found 2.4.3 with grep in /nix/store/xdp6rb1bvdmpkd77vbqq8dq175dfvrvl-xmr-stak-2.4.3
- directory tree listing: https://gist.github.com/ba044f08ae439ad36ac7e143f14e0fb0

(cherry picked from commit 42f2bd3)
It just fails at runtime otherwise.

(cherry picked from commit 701f222)
Also switch to using zipped update site provided on GitHub.

(cherry picked from commit f54a999)
(cherry picked from commit 9b57937)
Signed-off-by: Lancelot SIX <lsix@lancelotsix.com>
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- ran ‘/nix/store/05v4k89ni4phwyxvqskr0hji49b5fmck-notmuch-0.26.1/bin/notmuch --help’ got 0 exit code
- ran ‘/nix/store/05v4k89ni4phwyxvqskr0hji49b5fmck-notmuch-0.26.1/bin/notmuch help’ got 0 exit code
- ran ‘/nix/store/05v4k89ni4phwyxvqskr0hji49b5fmck-notmuch-0.26.1/bin/notmuch --version’ and found version 0.26.1
- found 0.26.1 with grep in /nix/store/05v4k89ni4phwyxvqskr0hji49b5fmck-notmuch-0.26.1
- directory tree listing: https://gist.github.com/adeae189f9ac416571a7c0e3beca712f
(cherry picked from commit 2848b5d)
(cherry picked from commit e609551)
The previous code for this accidentally picked up a "p" when computing the partition number.
This logic should be more robust

fixes #39491

(cherry picked from commit 3a47c7e)
notmuch: add missing "patchShebangs configure"
build failed with "log limit exceeded", disable verbose logging

(cherry picked from commit 223aad2)
kdeApplications.mbox-importer: fix hydra build [18.03]
(cherry picked from commit e0ad325)
(cherry picked from commit 14ebf24)
Merge pull request #39062 from vaibhavsagar/bump-all-cabal-hashes
The chromium package will frequently time out . Note that this is unrelated to the test but a side effect because the test depends on chromium.

https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.chromium.x86_64-linux

See also #39476
(cherry picked from commit 59ad993)
(cherry picked from commit ddec4ae)
(cherry picked from commit 775bbc2)
(cherry picked from commit 04ab1ed)
(cherry picked from commit 783fb86)
This reverts commit 68c4605.

Gitlab has been fixed

(cherry picked from commit 94f5e5a)
(cherry picked from commit 537d14f)
Backport #39570 - discussion in #39476
@Mic92
Copy link
Member

Mic92 commented May 21, 2018

$ git remote add upstream https://github.com/NixOS/nixpkgs
$ git fetch upstream release-18.03 master
$ git checkout upstream release-18.03
$ git checkout -b geary-backport
$ git cherry-pick -x <commit-from-master>
$ git push origin master

under the assumption that origin is your nixpkgs fork.

@zimbatm zimbatm requested review from lucabrunox and jtojnar and removed request for zimbatm, edolstra, edwtjo, peti, Ericson2314, FRidh, LnL7, Mic92, nbp, rycee and ttuegel May 21, 2018 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet