[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1017136: ksirk: FTBFS: newGameDialogImpl.cpp:31:10: fatal error: downloaddialog.h: No such file or directory



user debian-release@lists.debian.org
usertags -1 + bsp-2022-10-de-karlsruhe
tags -1 + patch
thank you

Hi,

this FTBFS is already fixed upstream in commit [459f18].
I attached a patch that imports the fix with the new header location.

Kind regards,
  Reiner

[459f18] https://invent.kde.org/games/ksirk/-/commit/459f18191e11e7a1d38b61cd0114bd881a110539
>From 287d66ef9d77309e82f9d88f7650ce800fa2c22b Mon Sep 17 00:00:00 2001
From: Reiner Herrmann <reiner@reiner-h.de>
Date: Sat, 15 Oct 2022 13:22:49 +0200
Subject: [PATCH] Import patch to use new KNewStuff header location

Closes: #1017136
---
 debian/patches/knewstuff.patch | 21 +++++++++++++++++++++
 debian/patches/series          |  1 +
 2 files changed, 22 insertions(+)
 create mode 100644 debian/patches/knewstuff.patch
 create mode 100644 debian/patches/series

diff --git a/debian/patches/knewstuff.patch b/debian/patches/knewstuff.patch
new file mode 100644
index 0000000..a651efd
--- /dev/null
+++ b/debian/patches/knewstuff.patch
@@ -0,0 +1,21 @@
+From 459f18191e11e7a1d38b61cd0114bd881a110539 Mon Sep 17 00:00:00 2001
+From: Ahmad Samir <a.samirh78@gmail.com>
+Date: Thu, 26 May 2022 15:49:27 +0200
+Bug-Debian: https://bugs.debian.org/1017136
+Subject: [PATCH] Use KNewStuff FowardingHeaders
+
+---
+ ksirk/Dialogs/newGameDialogImpl.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/ksirk/Dialogs/newGameDialogImpl.cpp
++++ b/ksirk/Dialogs/newGameDialogImpl.cpp
+@@ -28,7 +28,7 @@
+ #include <QStandardPaths>
+ #include <KMessageBox>
+ #include <KConfigDialog>
+-#include <downloaddialog.h>
++#include <KNS3/DownloadDialog>
+ 
+ #include <QDir>
+ #include <QStringList>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b2e6ac4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+knewstuff.patch
-- 
2.37.2


Reply to: