[neon/forks/kaidan/Neon/unstable] debian/patches: update patch

Carlos De Maine null at kde.org
Thu Feb 23 21:47:40 GMT 2023


Git commit 05faf7558a91413fe5c3e62eb3464fae289cdb43 by Carlos De Maine.
Committed on 23/02/2023 at 21:47.
Pushed by carlosdem into branch 'Neon/unstable'.

update patch

A  +30   -0    debian/patches/patch01.diff
M  +1    -1    debian/patches/series

https://invent.kde.org/neon/forks/kaidan/commit/05faf7558a91413fe5c3e62eb3464fae289cdb43

diff --git a/debian/patches/patch01.diff b/debian/patches/patch01.diff
new file mode 100644
index 0000000..6f696a5
--- /dev/null
+++ b/debian/patches/patch01.diff
@@ -0,0 +1,30 @@
+diff --git a/src/QrCodeDecoder.cpp b/src/QrCodeDecoder.cpp
+index 905606bf74ccc5ad8f2227197a92f71766143ff9..7c17a6f50879b5bfcb8c654f08e20cc4fd5d14a1 100644
+--- a/src/QrCodeDecoder.cpp
++++ b/src/QrCodeDecoder.cpp
+@@ -39,10 +39,6 @@
+ #include <ZXing/ReadBarcode.h>
+ #include <ZXing/BarcodeFormat.h>
+ #include <ZXing/DecodeHints.h>
+-#include <ZXing/GenericLuminanceSource.h>
+-#include <ZXing/HybridBinarizer.h>
+-#include <ZXing/LuminanceSource.h>
+-#include <ZXing/MultiFormatReader.h>
+ #include <ZXing/Result.h>
+ #include <ZXing/TextUtfEncoding.h>
+ 
+diff --git a/src/QrCodeGenerator.cpp b/src/QrCodeGenerator.cpp
+index 4f9ca073352630663bb36d4d6d43c1f245b9d9c5..bc9fd761374cb3fec06d53ad0c6102e772c01399 100644
+--- a/src/QrCodeGenerator.cpp
++++ b/src/QrCodeGenerator.cpp
+@@ -33,10 +33,6 @@
+ #include <QImage>
+ #include <QRgb>
+ 
+-#include <ZXing/ZXVersion.h>
+-#define ZXING_VERSION \
+-	QT_VERSION_CHECK(ZXING_VERSION_MAJOR, ZXING_VERSION_MINOR, ZXING_VERSION_PATCH)
+-
+ #include <ZXing/BarcodeFormat.h>
+ #include <ZXing/MultiFormatWriter.h>
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 8b13789..090cd50 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-
+patch01.diff


More information about the Neon-commits mailing list