forked from Lainports/freebsd-ports
Update to 1.5.4
Change log: http://svn.code.sf.net/p/chessx/code/tags/release-1-5-4/ChangeLog.txt
This commit is contained in:
parent
44d9cc4f48
commit
39c2a2d563
3 changed files with 39 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= chessx
|
||||
PORTVERSION= 1.5.0
|
||||
PORTVERSION= 1.5.4
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
@ -11,10 +11,10 @@ COMMENT= Qt 5 chess database application
|
|||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 tar:tgz
|
||||
USES= compiler:c++11-lang desktop-file-utils gl gmake qmake qt:5 tar:tgz
|
||||
USE_GL= gl
|
||||
USE_QT= concurrent core gui multimedia network opengl printsupport svg \
|
||||
widgets xml buildtools_build linguisttools_build
|
||||
widgets xml buildtools_build linguisttools_build speech
|
||||
|
||||
PLIST_FILES= bin/chessx \
|
||||
share/applications/chessx.desktop \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1568648340
|
||||
SHA256 (chessx-1.5.0.tgz) = d130ad3220821da9ea19e7228222a5528fabca3ca06bc41b4d7f702454f63827
|
||||
SIZE (chessx-1.5.0.tgz) = 7251973
|
||||
TIMESTAMP = 1601899704
|
||||
SHA256 (chessx-1.5.4.tgz) = e2dbacff2a6c055cfbe4ce0344331f77262867e228a5fe2895e6c242772065a8
|
||||
SIZE (chessx-1.5.4.tgz) = 3663299
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
--- chessx.pro.orig 2018-07-21 09:39:34 UTC
|
||||
--- chessx.pro.orig 2020-05-08 08:12:26 UTC
|
||||
+++ chessx.pro
|
||||
@@ -445,6 +445,16 @@ macx {
|
||||
QMAKE_INFO_PLIST = mac_osx/Info.plist
|
||||
@@ -480,24 +480,31 @@ lc0 {
|
||||
QMAKE_BUNDLE_DATA += LC0_ENGINE_LIB
|
||||
}
|
||||
|
||||
+unix:!macx {
|
||||
|
|
@ -17,3 +17,33 @@
|
|||
RESOURCES = \
|
||||
resources.qrc
|
||||
|
||||
-TRANSLATIONS = i18n/chessx_de.ts
|
||||
-
|
||||
-#\
|
||||
-# i18n/chessx_da.ts \
|
||||
-# i18n/chessx_fr.ts \
|
||||
-# i18n/chessx_it.ts \
|
||||
-# i18n/chessx_cz.ts \
|
||||
-# i18n/chessx_ru.ts \
|
||||
-# i18n/chessx_es.ts
|
||||
-
|
||||
-# i18n/chessx_nl.ts \
|
||||
-# i18n/chessx_pl.ts \
|
||||
-# i18n/chessx_pt_BR.ts \
|
||||
-# i18n/chessx_ro.ts \
|
||||
-# i18n/chessx_zh.ts
|
||||
+TRANSLATIONS = i18n/chessx_de.ts \
|
||||
+ i18n/chessx_da.ts \
|
||||
+ i18n/chessx_fr.ts \
|
||||
+ i18n/chessx_it.ts \
|
||||
+ i18n/chessx_cz.ts \
|
||||
+ i18n/chessx_ru.ts \
|
||||
+ i18n/chessx_es.ts \
|
||||
+ i18n/chessx_nl.ts \
|
||||
+ i18n/chessx_pl.ts \
|
||||
+ i18n/chessx_pt_BR.ts \
|
||||
+ i18n/chessx_ro.ts \
|
||||
+ i18n/chessx_zh.ts
|
||||
|
||||
isEmpty(QMAKE_LRELEASE) {
|
||||
win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\\lrelease.exe
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue