Merge pull request #120683 from erictapen/scribus-1.5.7

scribusUnstable: 1.5.6.1 -> 1.5.7
This commit is contained in:
Sandro 2021-04-27 15:15:11 +02:00 committed by GitHub
commit b4f56b0f58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
, cairo
, cmake
, cups
, fetchpatch
, fetchurl
, fontconfig
, freetype
@ -36,20 +35,13 @@ in
mkDerivation rec {
pname = "scribus";
version = "1.5.6.1";
version = "1.5.7";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-devel/${pname}-${version}.tar.xz";
sha256 = "sha256-1CV2lVOc+kDerYq9rwTFHjTU10vK1aLJNNCObp1Dt6s=";
sha256 = "sha256-MYMWss/Hp2GR0+DT+MImUUfa6gVwFiAo4kPCktgm+M4=";
};
patches = [
(fetchpatch { # fix build with podofo 0.9.7
url = "https://github.com/scribusproject/scribus/commit/c6182ef92820b422d61c904e40e9fed865458eb5.patch";
sha256 = "0vp275xfbd4xnj5s55cgzsihgihby5mmjlbmrc7sa6jbrsm8aa2c";
})
];
nativeBuildInputs = [
cmake
pkg-config