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

terminator: 1.91 -> 1.92 #86462

Merged
merged 1 commit into from May 1, 2020
Merged

terminator: 1.91 -> 1.92 #86462

merged 1 commit into from May 1, 2020

Conversation

SFrijters
Copy link
Member

@SFrijters SFrijters commented May 1, 2020

Motivation for this change

The terminator project has been picked up by a new team and they have started to release new versions. This latest version also makes terminator compatible with python3.

Attempts to close #86415 .

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • 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 nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Open issue: I have to strip out a check for dbus-python to allow installation to proceed. If I look at the patched/wrapped result dbus-python is correctly added, so for me it didn't seem to cause any problems. A similar thing seems to have been done in 3a1033c .

@bjornfor bjornfor merged commit 8855c3a into NixOS:master May 1, 2020
src = fetchFromGitHub {
owner = "gnome-terminator";
repo = "terminator";
rev = "bb24273eb40dc5eac97de74064488701fa40a743";
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
rev = "bb24273eb40dc5eac97de74064488701fa40a743";
rev = "v${version}";

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point! The PR was already merged though - should I open a new one for the fixup, or reopen this one?

Copy link
Contributor

Choose a reason for hiding this comment

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

Ugh, missed this was merged. Since merged PRs cannot be reopened, I pushed the fixes in 64c09a3.

Copy link
Contributor

Choose a reason for hiding this comment

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

@jtojnar : Thanks!

@veprbl veprbl added the 9.needs: port to stable A PR needs a backport to the stable release. label May 1, 2020
@SFrijters SFrijters mentioned this pull request May 1, 2020
10 tasks
@SFrijters SFrijters deleted the terminator3 branch September 30, 2020 13:24
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.

New Terminator package using Python 3
4 participants