Skip to content

Commit db89ce3

Browse files
Kousuke KannagiKousuke Kannagi
authored andcommitted
japanese/qolibri: Update and switch to qt6
mvf/qolibri@2.1.4...b29f166 PR: 296803 Approved by: Osamu Matsuda <omatsuda000@gmail.com> (maintainer) Approved by: osa (mentor)
1 parent 7584cbd commit db89ce3

3 files changed

Lines changed: 22 additions & 13 deletions

File tree

japanese/qolibri/Makefile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
# created by: Osamu Matsuda <omatsuda000@gmail.com>
2-
31
PORTNAME= qolibri
4-
DISTVERSION= 2.1.4
5-
PORTREVISION= 1
2+
DISTVERSION= 2.1.4-65
63
CATEGORIES= japanese
74

85
MAINTAINER= omatsuda000@gmail.com
96
COMMENT= EPWING dictionary viewer
107
WWW= https://github.com/ludios/qolibri/
118

129
LICENSE= GPLv2
10+
LICENSE_FILE= ${WRKSRC}/License.txt
1311

1412
LIB_DEPENDS= libeb.so:japanese/eb
1513

16-
USES= cmake qt:5
17-
USE_QT= buildtools core declarative gui linguisttools location \
18-
multimedia network printsupport qmake webchannel webengine \
19-
widgets
20-
14+
USES= cmake compiler:c++17-lang gl qt:6
2115
USE_GITHUB= yes
2216
GH_ACCOUNT= ludios
17+
GH_TAGNAME= b29f1668d6e56030e531cd4e0e1ec58e370fede9
18+
USE_GL= opengl
19+
USE_QT= 5compat base declarative multimedia positioning webchannel \
20+
webengine tools:build
21+
22+
CMAKE_ARGS= -DQOLIBRI_USE_SYSTEM_EB=true
2323

24-
PLIST_FILES= bin/qolibri
24+
PLIST_FILES= bin/qolibri share/applications/qolibri.desktop
2525

2626
.include <bsd.port.mk>

japanese/qolibri/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TIMESTAMP = 1625444765
2-
SHA256 (ludios-qolibri-2.1.4_GH0.tar.gz) = 0163f19f80915879c5c276f48507aedfe5c186be3c57f965db5d68a9a7157150
3-
SIZE (ludios-qolibri-2.1.4_GH0.tar.gz) = 248244
1+
TIMESTAMP = 1784119999
2+
SHA256 (ludios-qolibri-2.1.4-65-b29f1668d6e56030e531cd4e0e1ec58e370fede9_GH0.tar.gz) = c7556281dc4d2e70487c823590bfe3eef4415f232f8b2603caa99aacc567f272
3+
SIZE (ludios-qolibri-2.1.4-65-b29f1668d6e56030e531cd4e0e1ec58e370fede9_GH0.tar.gz) = 253438

japanese/qolibri/pkg-message

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{ type: install
3+
message: <<EOM
4+
Qt6 version silently convert settings to UTF-8. Running a Qt5 version
5+
afterwards corrupts all non-ASCII strings in settings. If unsure, backup
6+
your ~/.config/qolibri before running the new version.
7+
EOM
8+
}
9+
]

0 commit comments

Comments
 (0)