Merge pull request #33988 from dtzWill/fix/debian-patches
Fixup debian-patches script, use to fix dead patch URL's
This commit is contained in:
commit
9885029931
@ -4,11 +4,13 @@
|
|||||||
# Usage $0 debian-patches.txt debian-patches.nix
|
# Usage $0 debian-patches.txt debian-patches.nix
|
||||||
# An example input and output files can be found in applications/graphics/xara/
|
# An example input and output files can be found in applications/graphics/xara/
|
||||||
|
|
||||||
DEB_URL=http://patch-tracker.debian.org/patch/series/dl
|
DEB_URL=https://sources.debian.org/data/main
|
||||||
declare -a deb_patches
|
declare -a deb_patches
|
||||||
mapfile -t deb_patches < $1
|
mapfile -t deb_patches < $1
|
||||||
|
|
||||||
prefix="${DEB_URL}/${deb_patches[0]}"
|
# First letter
|
||||||
|
deb_prefix="${deb_patches[0]:0:1}"
|
||||||
|
prefix="${DEB_URL}/${deb_prefix}/${deb_patches[0]}/debian/patches"
|
||||||
|
|
||||||
if [[ -n "$2" ]]; then
|
if [[ -n "$2" ]]; then
|
||||||
exec 1> $2
|
exec 1> $2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Generated by debian-patches.sh from debian-patches.txt
|
# Generated by debian-patches.sh from debian-patches.txt
|
||||||
let
|
let
|
||||||
prefix = "http://patch-tracker.debian.org/patch/series/dl/gamin/0.1.10-4.1";
|
prefix = "https://sources.debian.org/data/main/g/gamin/0.1.10-4.1/debian/patches";
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
gamin/0.1.10-4
|
gamin/0.1.10-4.1
|
||||||
17_deprecated_const_return.patch
|
17_deprecated_const_return.patch
|
||||||
|
@ -1,14 +1,42 @@
|
|||||||
# Generated by debian-patches.sh from debian-patches.txt
|
# Generated by debian-patches.sh from debian-patches.txt
|
||||||
let
|
let
|
||||||
prefix = "http://patch-tracker.debian.org/patch/series/dl/plotutils/2.6-3";
|
prefix = "https://sources.debian.org/data/main/p/plotutils/2.6-9/debian/patches";
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
url = "${prefix}/01_AC_PROG_CXX.diff";
|
||||||
|
sha256 = "0r7xgwbk2yqs7b29gwhr8pnbqvy3a3x698j17s4yg501ragw1gqv";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
url = "${prefix}/10_repair_postscript";
|
url = "${prefix}/10_repair_postscript";
|
||||||
sha256 = "01v4a8mdhgsjxbf9a2xppx2lb05lp818v8afp5x2njv64wpgla8p";
|
sha256 = "01v4a8mdhgsjxbf9a2xppx2lb05lp818v8afp5x2njv64wpgla8p";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
url = "${prefix}/11_manpages_sb_macro";
|
||||||
|
sha256 = "01vvhznw5z7lb7afwgw53cwg8w676s4v30kychlrl8kn5yks94qs";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
url = "${prefix}/14_manpage_spline";
|
||||||
|
sha256 = "1xp3cx9y9njp5wp40dkp7rwd2flkiik2gb08nh4516vkm73avfrd";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
url = "${prefix}/20_svg_attribute_syntax";
|
||||||
|
sha256 = "0vy089w00x2zh87igv3dcqq7kggqxpc4javb694pa5xl5bvddnqk";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
url = "${prefix}/21_plot2svg_test.diff";
|
||||||
|
sha256 = "0lv8hj9fiqj6z72pnaw3imk3164n1kcy5ym0j9jl2pn3a19p1jmb";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
url = "${prefix}/25_libpng15";
|
url = "${prefix}/25_libpng15";
|
||||||
sha256 = "0l640rcsgc2mwpk7iqm0cf3b0gfcdgcn9wg4x88gaqxzx9rriph0";
|
sha256 = "0l640rcsgc2mwpk7iqm0cf3b0gfcdgcn9wg4x88gaqxzx9rriph0";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
url = "${prefix}/30_hershey_glyphs";
|
||||||
|
sha256 = "0n7rn6ln9ikzq2dialif58ag5pch7q7zqd5zcsxxdyyasx4s5gm2";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
url = "${prefix}/35_spline.test.error.diff";
|
||||||
|
sha256 = "1kqj1n8myk8xmglj6qcybj34zm4kpn6aw320jbpqhblkgp7m0fb1";
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
plotutils/2.6-2
|
plotutils/2.6-9
|
||||||
|
01_AC_PROG_CXX.diff
|
||||||
10_repair_postscript
|
10_repair_postscript
|
||||||
|
11_manpages_sb_macro
|
||||||
|
14_manpage_spline
|
||||||
|
20_svg_attribute_syntax
|
||||||
|
21_plot2svg_test.diff
|
||||||
25_libpng15
|
25_libpng15
|
||||||
|
30_hershey_glyphs
|
||||||
|
35_spline.test.error.diff
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, stdenv, libpng }:
|
{ fetchurl, stdenv, libpng, autoreconfHook }:
|
||||||
|
|
||||||
# debian splits this package into plotutils and libplot2c2
|
# debian splits this package into plotutils and libplot2c2
|
||||||
|
|
||||||
@ -13,14 +13,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1arkyizn5wbgvbh53aziv3s6lmd3wm9lqzkhxb3hijlp1y124hjg";
|
sha256 = "1arkyizn5wbgvbh53aziv3s6lmd3wm9lqzkhxb3hijlp1y124hjg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
buildInputs = [ libpng ];
|
buildInputs = [ libpng ];
|
||||||
|
|
||||||
# disable failing test on i686
|
|
||||||
# https://lists.gnu.org/archive/html/bug-plotutils/2016-04/msg00002.html
|
|
||||||
prePatch = stdenv.lib.optionalString stdenv.isi686 ''
|
|
||||||
substituteInPlace test/Makefile.in --replace 'spline.test' ' '
|
|
||||||
'';
|
|
||||||
|
|
||||||
patches = map fetchurl (import ./debian-patches.nix);
|
patches = map fetchurl (import ./debian-patches.nix);
|
||||||
|
|
||||||
configureFlags = "--enable-libplotter"; # required for pstoedit
|
configureFlags = "--enable-libplotter"; # required for pstoedit
|
||||||
@ -29,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Powerful C/C++ library for exporting 2D vector graphics";
|
description = "Powerful C/C++ library for exporting 2D vector graphics";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user