Unverified Commit ee73cb59 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

packagekit: 1.3.3 -> 1.3.5 (#512652)

parents 960db790 34fe1677
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@
  sqlite,
  gobject-introspection,
  vala,
  jansson,
  docbook_xsl_ns,
  gtk-doc,
  boost,
  meson,
@@ -30,7 +32,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "packagekit";
  version = "1.3.3";
  version = "1.3.5";

  outputs = [
    "out"
@@ -42,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "PackageKit";
    repo = "PackageKit";
    rev = "v${finalAttrs.version}";
    hash = "sha256-BgVfM2EtuvV9qTFSy+WW5Ny1QrHIj3t2Royrn7ZHAA8=";
    hash = "sha256-aKucwqwNyZWyHfNu9ntzSwD+eQy8KjCt6RVMjjjZmZg=";
  };

  buildInputs = [
@@ -52,6 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
    gst_all_1.gstreamer
    gst_all_1.gst-plugins-base
    gtk3
    jansson
    sqlite
    boost
  ]
@@ -97,6 +100,9 @@ stdenv.mkDerivation (finalAttrs: {
      --replace-fail "install_dir: join_paths(get_option('sysconfdir'), 'PackageKit')" "install_dir: join_paths('$out', 'etc', 'PackageKit')"
    substituteInPlace data/meson.build \
      --replace-fail "install_dir: join_paths(get_option('localstatedir'), 'lib', 'PackageKit')," "install_dir: join_paths('$out', 'var', 'lib', 'PackageKit'),"
    substituteInPlace client/meson.build \
      --replace-fail http://docbook.sourceforge.net/release/xsl-ns/current ${docbook_xsl_ns}/share/xml/docbook-xsl-ns

  '';

  passthru.tests = {