summaryrefslogtreecommitdiff
path: root/libre/hplip/reproducible-gzip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/hplip/reproducible-gzip.patch')
-rw-r--r--libre/hplip/reproducible-gzip.patch11
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/hplip/reproducible-gzip.patch b/libre/hplip/reproducible-gzip.patch
index 7eeb9941b..5a25d2689 100644
--- a/libre/hplip/reproducible-gzip.patch
+++ b/libre/hplip/reproducible-gzip.patch
@@ -1,6 +1,6 @@
---- hplip-3.20.5/createPPD.sh 2020-05-11 15:34:06.000000000 +0200
-+++ hplip-3.20.5.old/createPPD.sh 2020-05-27 12:02:44.089477299 +0200
-@@ -54,15 +54,15 @@
+--- hplip-3.22.4/createPPD.sh 2022-04-26 06:16:59.000000000 +0200
++++ hplip-3.22.4/createPPD.sh.new 2022-04-30 14:42:35.877365900 +0200
+@@ -55,16 +55,16 @@
else
cp prnt/ps/hp-postscript*.ppd ppd/classppd/ps
for i in ppd/classppd/ps/*.ppd; do
@@ -8,7 +8,8 @@
+ gzip -nc "$i" > "$i.gz"
done
fi
- #cp prnt/ps/hp-postscript*.ppd.gz ppd/classppd/ps
+ #cp prnt/spd/*.ppd ppd/classppd/hpcups/.
+ #cp prnt/ps/hp-postscript*.ppd.gz ppd/classppd/ps
for i in ppd/classppd/hpcups/*.ppd; do
- gzip -c "$i" > "$i.gz"
+ gzip -nc "$i" > "$i.gz"
@@ -19,7 +20,7 @@
#done
cat > class_cups_drv.inc <<EOF
-@@ -81,14 +81,14 @@
+@@ -83,14 +83,14 @@
install -d ppd/hpcups
ppdc -d ppd/hpcups prnt/drv/hpcups.drv
for i in ppd/hpcups/*.ppd; do