Unverified Commit 9aec8ab0 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

turntable: 0.3.3 -> 0.4.0 (#472592)

parents d7d0a953 f14b363e
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -12,7 +12,9 @@
  libsoup_3,
  json-glib,
  libsecret,
  libglycin,
  glib-networking,
  glycin-loaders,

  # Per the upstream request. Key owned by Aleksana
  lastfmKey ? "b5027c5178ca2abfcc31bd04397c3c0e",
@@ -21,14 +23,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "turntable";
  version = "0.3.3";
  version = "0.4.0";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "GeopJr";
    repo = "Turntable";
    tag = "v${finalAttrs.version}";
    hash = "sha256-fBduW49eNOEzRVBb72zcB5arTjTiRUy8jE3sSMjPITE=";
    hash = "sha256-Rvkzh2Cila6ZhQZyX5zzUrWane6nLAjrwnKk0LPWKuE=";
  };

  nativeBuildInputs = [
@@ -45,6 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
    libsoup_3
    json-glib
    libsecret
    libglycin
    glib-networking
  ];

@@ -55,6 +58,12 @@ stdenv.mkDerivation (finalAttrs: {

  strictDeps = true;

  preFixup = ''
    gappsWrapperArgs+=(
      --prefix XDG_DATA_DIRS : "${glycin-loaders}/share"
    )
  '';

  meta = {
    description = "Scrobbles your music to multiple services with playback controls for MPRIS players";
    longDescription = ''