Add a patch lowering the LXQt version required.
This commit is contained in:
parent
de71e1d6d9
commit
a981c13191
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ lxqt-config (0.13.0+git20181226-0ubuntu1) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
* New upstream Git snapshot.
|
* New upstream Git snapshot.
|
||||||
- Remove reverse-applicable patches.
|
- 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
|
-- Simon Quigley <tsimonq2@ubuntu.com> Sun, 30 Dec 2018 16:39:06 -0600
|
||||||
|
|
||||||
|
11
debian/patches/lower-lxqt-version.patch
vendored
Normal file
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
1
debian/patches/series
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
lower-lxqt-version.patch
|
Loading…
x
Reference in New Issue
Block a user