summarylogtreecommitdiffstats
path: root/Add-include-cups-ppd.h.patch
diff options
context:
space:
mode:
authorAlexander Sulfrian2020-05-29 23:50:47 +0200
committerAlexander Sulfrian2020-05-29 23:54:16 +0200
commitaf96c18443d68aebb9a634f309ad8679b1495fc5 (patch)
treee3d30f347727bd2ad25e5a4cd60d0d078254c670 /Add-include-cups-ppd.h.patch
parentd8e05cc0d1fee41dd23f4e280b2682988427d96c (diff)
downloadaur-af96c18443d68aebb9a634f309ad8679b1495fc5.tar.gz
Version bump
Remove the custom patches and install ppd files instead of the foomatic xml files. Foomatic already provides many of the files with the same name, but an old version with a different driver name.
Diffstat (limited to 'Add-include-cups-ppd.h.patch')
-rw-r--r--Add-include-cups-ppd.h.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/Add-include-cups-ppd.h.patch b/Add-include-cups-ppd.h.patch
deleted file mode 100644
index 266906d5dfbd..000000000000
--- a/Add-include-cups-ppd.h.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From a5cd2164661b2b8d7bf3ffc64f0632541088a028 Mon Sep 17 00:00:00 2001
-From: Didier Raboud <odyx@debian.org>
-Date: Sat, 24 Sep 2016 19:04:32 +0200
-Subject: Add 'include <cups/ppd.h>' as CUPS 2.2 moved some definitions to
- ppd.h
-
----
- rastertoptch.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/rastertoptch.c b/rastertoptch.c
-index 33e7193..9d4db16 100644
---- a/rastertoptch.c
-+++ b/rastertoptch.c
-@@ -312,6 +312,7 @@
- #include <math.h>
- #include <cups/raster.h>
- #include <cups/cups.h>
-+#include <cups/ppd.h>
-
- #if STDC_HEADERS
- # include <string.h>