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

Geany: 1.30 -> 1.30.1 #24067

Merged
merged 3 commits into from Mar 19, 2017
Merged

Geany: 1.30 -> 1.30.1 #24067

merged 3 commits into from Mar 19, 2017

Conversation

frlan
Copy link
Member

@frlan frlan commented Mar 19, 2017

Motivation for this change

This PR updates Geany to 1.30 as there was a bug found in 1.30 causing e.g. calltips popping up on wrong display when using Geany in a multi-display environment and not running on left top monitor.

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
    • Linux
  • 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.

@mention-bot
Copy link

@frlan, thanks for your PR! By analyzing the history of the files in this pull request, we identified @domenkozar, @bbenoist and @vcunat to be potential reviewers.

Cosmetic change
buildInputs = [ gtk2 which pkgconfig intltool file ];

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gtk2 which intltool file ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

intltool also belongs to nativeBuildInputs.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mic92 was thinking it may be, will fix it :) running nox-review right now before I merge

Copy link
Contributor

@ndowens ndowens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be missing deps

@ndowens ndowens dismissed their stale review March 19, 2017 19:03

Wasn't this package missing deps

@ndowens ndowens merged commit 13447dd into NixOS:master Mar 19, 2017
@frlan frlan deleted the Update/Geany/1.30.1 branch December 20, 2018 09:08
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

4 participants