Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 2021 14:18:21 GMT
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3989a3d9f020 - main - japanese/qolibri: Update 2.1.3 -> 2.1.4
Message-ID:  <202110101418.19AEILB9089594@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by meta:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3989a3d9f02052fa20f0500004a18b11b3beaaf1

commit 3989a3d9f02052fa20f0500004a18b11b3beaaf1
Author:     Osamu Matsuda <omatsuda000@gmail.com>
AuthorDate: 2021-10-09 13:42:33 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2021-10-10 14:17:37 +0000

    japanese/qolibri: Update 2.1.3 -> 2.1.4
    
    PR:             256987
---
 japanese/qolibri/Makefile                       |  2 +-
 japanese/qolibri/distinfo                       |  6 +++---
 japanese/qolibri/files/patch-CMakeLists.txt     | 19 -------------------
 japanese/qolibri/files/patch-src_searchpage.cpp | 11 -----------
 4 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/japanese/qolibri/Makefile b/japanese/qolibri/Makefile
index 81426a8b171b..9f68432951e5 100644
--- a/japanese/qolibri/Makefile
+++ b/japanese/qolibri/Makefile
@@ -1,7 +1,7 @@
 # created by: Osamu Matsuda <omatsuda000@gmail.com>
 
 PORTNAME=	qolibri
-DISTVERSION=	2.1.3
+DISTVERSION=	2.1.4
 CATEGORIES=	japanese
 
 MAINTAINER=	omatsuda000@gmail.com
diff --git a/japanese/qolibri/distinfo b/japanese/qolibri/distinfo
index 0a96e1f9d84b..bfaaae78bfbb 100644
--- a/japanese/qolibri/distinfo
+++ b/japanese/qolibri/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1624181574
-SHA256 (ludios-qolibri-2.1.3_GH0.tar.gz) = 6954b9e86cbc70026361927b22bc9b0bd58a188646e35c4da68f99790790367e
-SIZE (ludios-qolibri-2.1.3_GH0.tar.gz) = 252092
+TIMESTAMP = 1625444765
+SHA256 (ludios-qolibri-2.1.4_GH0.tar.gz) = 0163f19f80915879c5c276f48507aedfe5c186be3c57f965db5d68a9a7157150
+SIZE (ludios-qolibri-2.1.4_GH0.tar.gz) = 248244
diff --git a/japanese/qolibri/files/patch-CMakeLists.txt b/japanese/qolibri/files/patch-CMakeLists.txt
deleted file mode 100644
index a0af8111c22e..000000000000
--- a/japanese/qolibri/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
---- CMakeLists.txt.orig	2020-02-28 16:02:25 UTC
-+++ CMakeLists.txt
-@@ -16,6 +16,8 @@ set(CMAKE_AUTOUIC ON)
- set(CMAKE_AUTORCC ON)
- 
- find_package(Qt5 COMPONENTS LinguistTools Multimedia Network WebEngine WebEngineWidgets Widgets REQUIRED)
-+find_library(EB_LIBRARY eb)
-+find_library(Z_LIBRARY z)
- 
- add_executable(qolibri MACOSX_BUNDLE WIN32
-     images/qolibri.icns
-@@ -154,6 +156,6 @@ set_source_files_properties(${TS_FILES} PROPERTIES OUT
- qt5_add_translation(QM_FILES ${TS_FILES})
- target_sources(qolibri PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/translations/translations.qrc" ${QM_FILES} ${TS_FILES})
- 
--target_link_libraries(qolibri Qt5::Multimedia Qt5::Network Qt5::WebEngine Qt5::WebEngineWidgets Qt5::Widgets eb z)
-+target_link_libraries(qolibri Qt5::Multimedia Qt5::Network Qt5::WebEngine Qt5::WebEngineWidgets Qt5::Widgets ${EB_LIBRARY} ${Z_LIBRARY})
- 
- install(TARGETS qolibri DESTINATION "${CMAKE_INSTALL_BINDIR}")
diff --git a/japanese/qolibri/files/patch-src_searchpage.cpp b/japanese/qolibri/files/patch-src_searchpage.cpp
deleted file mode 100644
index 9ce367592ab8..000000000000
--- a/japanese/qolibri/files/patch-src_searchpage.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/searchpage.cpp.orig	2020-02-28 16:02:25 UTC
-+++ src/searchpage.cpp
-@@ -17,7 +17,7 @@ RET_SEARCH SearchPage::search(const Query& query)
-     switch (query.method.direction) {
-     case ExactWordSearch:
-     case ForwardSearch:
--        queries << stemWords(query.query);
-+/*        queries << stemWords(query.query);   */
-         break;
-     default:
-         break;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110101418.19AEILB9089594>