libfcitx-qt5: update to 1.2.5.

Orphan this package, I don't use Qt.
This commit is contained in:
Đoàn Trần Công Danh 2020-08-04 19:26:28 +07:00
parent afd2ab1e69
commit a0a1aeac8c
2 changed files with 3 additions and 26 deletions

View file

@ -1,23 +0,0 @@
From 2e8be9e242ef146a7baa1f092e56c0ff719bdff1 Mon Sep 17 00:00:00 2001
From: Weng Xuetian <wengxt@gmail.com>
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)

View file

@ -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 <congdanhqx@gmail.com>"
maintainer="Orphaned <orphan@voidlinux.org>"
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() {