scribusUnstable: 2019-01-14 -> 2019-01-16

Upstream fixed a bug, so the poppler patch is not necessary anymore.
wip/yesman
Justin Humm 5 years ago
parent def5124ec8
commit a542105dc9
No known key found for this signature in database
GPG Key ID: 5F24E3BD56617EB2
  1. 12
      pkgs/applications/office/scribus/poppler-0.73.0.patch
  2. 8
      pkgs/applications/office/scribus/unstable.nix

@ -1,12 +0,0 @@
diff --git a/scribus/plugins/import/pdf/slaoutput.h b/scribus/plugins/import/pdf/slaoutput.h
--- a/scribus/plugins/import/pdf/slaoutput.h
+++ b/scribus/plugins/import/pdf/slaoutput.h
@@ -28,7 +28,7 @@ for which a new license (GPL+exception) is in place.
#include "selection.h"
#include "vgradient.h"
-#include <poppler/goo/gtypes.h>
+#include <poppler/goo/gfile.h>
#include <poppler/Object.h>
#include <poppler/OutputDev.h>
#include <poppler/Gfx.h>

@ -4,20 +4,18 @@ podofo, poppler, poppler_data, python2, harfbuzz, qtimageformats, qttools }:
let
pythonEnv = python2.withPackages(ps: [ps.tkinter ps.pillow]);
revision = "22805";
revision = "22806";
in
stdenv.mkDerivation rec {
name = "scribus-unstable-${version}";
version = "2019-01-14";
version = "2019-01-16";
src = fetchsvn {
url = "svn://scribus.net/trunk/Scribus";
rev = revision;
sha256 = "18xqhxjm8dl4w3izg7202i8vicfggkcvi0p9ii28k43b5ps1akg1";
sha256 = "16xpsbp6kca78jf48n6zdmyjras38xr11paan839hgy4ik83ncn0";
};
patches = [ ./poppler-0.73.0.patch ];
enableParallelBuilding = true;
buildInputs = [

Loading…
Cancel
Save