diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-16 10:58:08 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-16 10:58:08 +0100 |
commit | a6fcc2cda9da5b671163acb2de0044ab80c3da0e (patch) | |
tree | 1bc39362f1d0e66646a011b0f76284f9a39a7c7c | |
parent | 0fc709fd141f14c01e9933d7693ac16d6744c8de (diff) |
lxqt-base/lxqt-globalkeys : version bump, fix building against qt 5.14
-rw-r--r-- | lxqt-base/lxqt-globalkeys/Manifest | 2 | ||||
-rw-r--r-- | lxqt-base/lxqt-globalkeys/files/lxqt-globalkeys-0.14.1-qt-5.14-build.patch | 21 | ||||
-rw-r--r-- | lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild (renamed from lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild) | 2 |
3 files changed, 24 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest index 7e71785c..e89f4520 100644 --- a/lxqt-base/lxqt-globalkeys/Manifest +++ b/lxqt-base/lxqt-globalkeys/Manifest @@ -1 +1 @@ -DIST lxqt-globalkeys-0.14.1.tar.xz 63496 BLAKE2B 9186b04d290260503a133f4baf9e4156abc056647687f518eaf460c8bd0e4e48d7f4639d1f51ab87f9adc1e2139f0315940eb3da5d098b3b0824e98ae97eee90 SHA512 7683971a916adb0dff8efd5567dad11e0860e48960bb6ed650aa2cd8e1bc33f7b8cbff95e19f198e00b61eea4f7492b41e7a0acf19365143c1c0ce8ea0cbb2a3 +DIST lxqt-globalkeys-0.14.3.tar.xz 67928 BLAKE2B 0298d393b17801a6dc9923299ab8ec8dc27368da0ff2514910e4e04e9a7788e09e9a6a097f4d7cb46f6e120537d4e7ebf0e50ec766086cb086bd9e871c2115b4 SHA512 205496c6be8fcefc4b0c7fc1beeac2a5ef996e1580d7662da6271149b3d26819b4db21260699bdd99db6a3e2874c7ac2670a6579c46985dcf6223ca6c98c125c diff --git a/lxqt-base/lxqt-globalkeys/files/lxqt-globalkeys-0.14.1-qt-5.14-build.patch b/lxqt-base/lxqt-globalkeys/files/lxqt-globalkeys-0.14.1-qt-5.14-build.patch new file mode 100644 index 00000000..b545f5de --- /dev/null +++ b/lxqt-base/lxqt-globalkeys/files/lxqt-globalkeys-0.14.1-qt-5.14-build.patch @@ -0,0 +1,21 @@ +From c9ec69850428e599fba282c32e51868b815e3019 Mon Sep 17 00:00:00 2001 +From: Chih-Hsuan Yen <yan12125@gmail.com> +Date: Sun, 15 Dec 2019 09:33:12 +0800 +Subject: [PATCH] Fix building with Qt 5.14 + +--- + daemon/core.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/daemon/core.cpp b/daemon/core.cpp +index 1be64ec..53bdf7b 100644 +--- a/daemon/core.cpp ++++ b/daemon/core.cpp +@@ -33,6 +33,7 @@ + #include <QTimer> + #include <QDBusConnectionInterface> + #include <QDBusServiceWatcher> ++#include <QFile> + + #include <cstddef> + #include <cstdlib> diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild index 0ff7554b..76c6d65d 100644 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.1.ebuild +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.14.3.ebuild @@ -38,3 +38,5 @@ DEPEND=" RDEPEND="${DEPEND} !lxqt-base/lxqt-l10n " + +PATCHES=( "${FILESDIR}/${PN}-0.14.1-qt-5.14-build.patch" ) |