From fb22f46e4f5f82761b6f16a1fd9daaba04231f5d Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 3 Oct 2019 09:40:31 +0300 Subject: [PATCH] gutenprint: update to 5.3.3. --- common/shlibs | 2 +- srcpkgs/gutenprint/patches/musl.patch | 19 ------------------- srcpkgs/gutenprint/template | 4 ++-- 3 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 srcpkgs/gutenprint/patches/musl.patch diff --git a/common/shlibs b/common/shlibs index e559ff69e92..7114a3ef676 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2921,7 +2921,7 @@ libtracker-sparql-2.0.so.0 libtracker-2.0.0_1 libdockapp.so.3 libdockapp-0.7.2_1 libkrdccore.so.5 krdc-17.04.3_1 libArcus.so.3 libArcus-3.1.0_1 -libgutenprint.so.8 gutenprint-5.3.1_1 +libgutenprint.so.9 gutenprint-5.3.3_1 libunbound.so.8 unbound-1.8.0_1 libmirage.so.11 libmirage-3.1.0_1 libwkhtmltox.so.0 libwkhtmltopdf-0.12.5_1 diff --git a/srcpkgs/gutenprint/patches/musl.patch b/srcpkgs/gutenprint/patches/musl.patch deleted file mode 100644 index 52edda6269c..00000000000 --- a/srcpkgs/gutenprint/patches/musl.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit 6b8ae64056133e2b4775a201eb527fdc143d669c -Author: Cameron Nemo -Date: Sun Nov 25 10:09:21 2018 -0800 - - src/xml/printers: remove assignment to read-only variable - -diff --git src/xml/printers/check_duplicate_printers.test.c src/xml/printers/check_duplicate_printers.test.c -index 52c46e65..d5d2771c 100644 ---- src/xml/printers/check_duplicate_printers.c -+++ src/xml/printers/check_duplicate_printers.c -@@ -34,7 +34,7 @@ main(int argc, char **argv) - if (getenv("BUILD_VERBOSE")) - dup2(2, 3); - (void) snprintf(path, PATH_MAX, "%scheck_duplicate_printers_%d.log", getenv("STP_TEST_LOG_PREFIX"), getpid()); -- stdout = freopen(path, "w", stdout); -+ freopen(path, "w", stdout); - dup2(1, 2); - } - setenv("STP_CHECK_DUPLICATE_PRINTERS", "TRUE", 1); diff --git a/srcpkgs/gutenprint/template b/srcpkgs/gutenprint/template index 1ae82e5b37a..e94fa323629 100644 --- a/srcpkgs/gutenprint/template +++ b/srcpkgs/gutenprint/template @@ -1,6 +1,6 @@ # Template file for 'gutenprint' pkgname=gutenprint -version=5.3.1 +version=5.3.3 revision=1 build_style=gnu-configure configure_args="--disable-rpath --enable-samples --disable-static @@ -13,7 +13,7 @@ maintainer="Anachron " license="GPL-2.0-or-later" homepage="http://gimp-print.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/gimp-print/$pkgname-$version.tar.xz" -checksum=d80d8f5272d15bca5710f6ef4a2bb95e76d34e1155c5bcd5e83cb9f0a111d0d4 +checksum=7279ecbc8e67d1858c53cb24e423ea1be98e214872006b79e6e03650dd54a072 nocross="https://sourceforge.net/p/gimp-print/mailman/message/34782748/" post_install() {