Add a patch lowering the LXQt version required.

This commit is contained in:
Simon Quigley 2018-12-30 17:13:18 -06:00
parent de71e1d6d9
commit a981c13191
3 changed files with 13 additions and 0 deletions

1
debian/changelog vendored

@ -2,6 +2,7 @@ lxqt-config (0.13.0+git20181226-0ubuntu1) UNRELEASED; urgency=medium
* New upstream Git snapshot.
- Remove reverse-applicable patches.
- Add a patch lowering the LXQt version required.
-- Simon Quigley <tsimonq2@ubuntu.com> Sun, 30 Dec 2018 16:39:06 -0600

11
debian/patches/lower-lxqt-version.patch vendored Normal file

@ -0,0 +1,11 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,7 @@ set(CMAKE_AUTORCC ON)
set(KF5_MINIMUM_VERSION "5.36.0")
set(KF5SCREEN_MINIMUM_VERSION "5.2.0")
-set(LXQT_MINIMUM_VERSION "0.14.0")
+set(LXQT_MINIMUM_VERSION "0.13.0")
set(QT_MINIMUM_VERSION "5.7.1")
find_package(Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)

1
debian/patches/series vendored Normal file

@ -0,0 +1 @@
lower-lxqt-version.patch