Control: tags -1 patch
Please find a patch attached that builds the package with Qt5.
From a3c04d2895295528e15083121d7a3e4ccb8e8602 Mon Sep 17 00:00:00 2001
From: Bastian Germann <b...@debian.org>
Date: Wed, 20 Sep 2023 16:45:59 +0000
Subject: [PATCH] Build with Qt5 (Closes: #1052332)
---
debian/control | 3 ---
debian/rules | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 5a3b721..7aa717f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,6 @@ Build-Depends: debhelper-compat (= 13)
, fp-units-net
, lcl
, lcl-utils
- , libgtk2.0-dev
- , libgdk-pixbuf-2.0-dev
- , libglib2.0-dev
Standards-Version: 4.6.1
Homepage: https://www.hnsky.org/astap.htm
Rules-Requires-Root: no
diff --git a/debian/rules b/debian/rules
index 750f120..4cdf201 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,4 +11,4 @@ export HOME=$(CURDIR)/tmphome
dh $@
override_dh_auto_build:
- lazbuild astap_linux.lpi
+ lazbuild --widgetset=qt5 astap_linux.lpi
--
2.30.2