Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
build: add lib libquentier
Browse files Browse the repository at this point in the history
Set of Qt/C++ APIs for feature rich desktop clients for Evernote service

log:: add lib
  • Loading branch information
Van020530 committed May 11, 2024
1 parent 8834175 commit aabf8cd
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
29 changes: 29 additions & 0 deletions libquentier/linglong.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
package:
id: libquentier
name: libquentier
version: 0.5.0.3
kind: lib
description: |
Set of Qt/C++ APIs for feature rich desktop clients for Evernote service
runtime:
id: org.deepin.Runtime
version: 23.0.0

source:
kind: git
url: https://github.com/d1vanov/libquentier.git
commit: 50305e255dc7430d639ccb5aae98a17a7b7120cb
patch: patches/0001-fix-install.patch

depends:
- id: qtwebengine/5.15.7
type: runtime
- id: qtkeychain/0.14.0
type: runtime
- id: QEverCloud/6.1.0
type: runtime
- id: tidy-html5/5.8.0.1
type: runtime
build:
kind: cmake
25 changes: 25 additions & 0 deletions libquentier/patches/0001-fix-install.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From 4c7d0a727d9dc794b45ad412abd0487a876b6784 Mon Sep 17 00:00:00 2001
From: van <[email protected]>
Date: Sat, 11 May 2024 21:24:49 +0800
Subject: [PATCH] fix-install

---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c6f2dc0d..079db86e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -987,7 +987,7 @@ install(EXPORT Libquentier-${LIBQUENTIER_QT_VERSION}LibraryDepends DESTINATION $
install(FILES ${PROJECT_SOURCE_DIR}/cmake/modules/LibquentierFindPackageWrapperMacro.cmake DESTINATION ${INSTALL_CMAKE_DIR})
install(FILES ${PROJECT_SOURCE_DIR}/cmake/modules/LibquentierFindHunspell.cmake DESTINATION ${INSTALL_CMAKE_DIR})
install(FILES ${PROJECT_SOURCE_DIR}/cmake/modules/hunspell_new_api_check.cpp DESTINATION ${INSTALL_CMAKE_DIR})
-install(FILES ${PROJECT_SOURCE_DIR}/cmake/modules/LibquentierFindTidyHtml5.cmake DESTINATION ${INSTALL_CMAKE_DIR})
+#install(FILES ${PROJECT_SOURCE_DIR}/cmake/modules/LibquentierFindTidyHtml5.cmake DESTINATION ${INSTALL_CMAKE_DIR})
install(FILES ${PROJECT_BINARY_DIR}/Libquentier-${LIBQUENTIER_QT_VERSION}FindQtDependencies.cmake DESTINATION ${INSTALL_CMAKE_DIR})
install(FILES ${PROJECT_BINARY_DIR}/Libquentier-${LIBQUENTIER_QT_VERSION}FindOtherDependencies.cmake DESTINATION ${INSTALL_CMAKE_DIR})
install(FILES ${PROJECT_BINARY_DIR}/Libquentier-${LIBQUENTIER_QT_VERSION}Config.cmake DESTINATION ${INSTALL_CMAKE_DIR})
--
2.33.1

0 comments on commit aabf8cd

Please sign in to comment.