Unverified Commit 3e830362 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #328189 from glostis/update-autorandr

autorandr: 1.14 -> 1.15
parents 674c138e 151406c8
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "autorandr";
  version = "1.14";
  version = "1.15";
  format = "other";

  src = fetchFromGitHub {
    owner = "phillipberndt";
    repo = "autorandr";
    rev = "refs/tags/${version}";
    hash = "sha256-Ru3nQF0DB98rKSew6QtxAZQEB/9nVlIelNX3M7bNYHk=";
    hash = "sha256-8FMfy3GCN4z/TnfefU2DbKqV3W35I29/SuGGqeOrjNg";
  };

  nativeBuildInputs = [ installShellFiles desktop-file-utils ];
@@ -42,9 +42,7 @@ python3.pkgs.buildPythonApplication rec {
    installShellCompletion --cmd autorandr \
        --bash contrib/bash_completion/autorandr \
        --zsh contrib/zsh_completion/_autorandr \
        --fish contrib/fish_copletion/autorandr.fish
    # In the line above there's a typo that needs to be fixed in the next
    # release
        --fish contrib/fish_completion/autorandr.fish

    make install TARGETS='autostart_config' PREFIX=$out DESTDIR=$out