From a0a1aeac8cfd585208e2df328e9e59312348de2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 4 Aug 2020 19:26:28 +0700 Subject: [PATCH] libfcitx-qt5: update to 1.2.5. Orphan this package, I don't use Qt. --- .../patches/cmake-config-for-cross.patch | 23 ------------------- srcpkgs/libfcitx-qt5/template | 6 ++--- 2 files changed, 3 insertions(+), 26 deletions(-) delete mode 100644 srcpkgs/libfcitx-qt5/patches/cmake-config-for-cross.patch diff --git a/srcpkgs/libfcitx-qt5/patches/cmake-config-for-cross.patch b/srcpkgs/libfcitx-qt5/patches/cmake-config-for-cross.patch deleted file mode 100644 index 159365f122d..00000000000 --- a/srcpkgs/libfcitx-qt5/patches/cmake-config-for-cross.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 2e8be9e242ef146a7baa1f092e56c0ff719bdff1 Mon Sep 17 00:00:00 2001 -From: Weng Xuetian -Date: Fri, 15 May 2020 21:40:08 -0700 -Subject: [PATCH] Use relative path for header - -Close #39 ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index d10bb7f..7263bd2 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -37,7 +37,7 @@ find_package(Fcitx 4.2.8 REQUIRED) - find_package(LibIntl REQUIRED) - endif () - --set(FcitxQt5_INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_FULL_INCLUDEDIR}/FcitxQt5) -+set(FcitxQt5_INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_INCLUDEDIR}/FcitxQt5) - - if (ENABLE_LIBRARY) - add_subdirectory(dbusaddons) diff --git a/srcpkgs/libfcitx-qt5/template b/srcpkgs/libfcitx-qt5/template index 60bc380b9a6..057259b4023 100644 --- a/srcpkgs/libfcitx-qt5/template +++ b/srcpkgs/libfcitx-qt5/template @@ -1,6 +1,6 @@ # Template file for 'libfcitx-qt5' pkgname=libfcitx-qt5 -version=1.2.4 +version=1.2.5 revision=1 wrksrc="fcitx-qt5-${version}" build_style=cmake @@ -8,11 +8,11 @@ hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools libfcitx" makedepends="fcitx-devel libxkbcommon-devel qt5-devel" short_desc="Flexible Context-aware Input Tool with eXtension - Qt5 IM module" -maintainer="Đoàn Trần Công Danh " +maintainer="Orphaned " license="GPL-2.0-or-later, LGPL-2.1-or-later, BSD-3-Clause" homepage="https://fcitx-im.org/" distfiles="http://download.fcitx-im.org/fcitx-qt5/fcitx-qt5-${version}.tar.xz" -checksum=b7030474b72c8fc3d77f329815e5a577d17929b8365dd82fca23200aab12b454 +checksum=e5c3ccdf406c19bde48ab5f59ac208967c3ca4f520626cdb66baf63f6160d946 patch_args=-Np1 post_install() {