mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 1.0.1
This commit is contained in:
parent
5bef57b6af
commit
0ea869226f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304146
@ -6,13 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME= qstardict
|
||||
PORTVERSION= 0.13.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://qstardict.ylsoftware.com/files/
|
||||
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= A StarDict clone written with using Qt4
|
||||
COMMENT= Dictionary program written in Qt4
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_QT4= gui network xml qmake_build uic_build moc_build rcc_build
|
||||
@ -50,11 +49,7 @@ post-patch:
|
||||
${WRKSRC}/plugins/stardict/stardict.cpp
|
||||
|
||||
do-configure:
|
||||
cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKE_ARGS}
|
||||
|
||||
post-configure:
|
||||
${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|^CC .*|CC=${CC}|; s|^CXX .*|CXX=${CXX}|; s|^LINK .*|LINK=${CXX}|'
|
||||
cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKE_ARGS} ${QMAKEFLAGS}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (qstardict-0.13.1.tar.bz2) = 52cb7b699159a804158045d2ae79bf80ce28e2febc2bb3e808784242d829c9ee
|
||||
SIZE (qstardict-0.13.1.tar.bz2) = 385053
|
||||
SHA256 (qstardict-1.0.1.tar.bz2) = b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f
|
||||
SIZE (qstardict-1.0.1.tar.bz2) = 565098
|
||||
|
@ -3,6 +3,7 @@ lib/qstardict/plugins/libstardict.so
|
||||
lib/qstardict/plugins/libweb.so
|
||||
share/applications/qstardict.desktop
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/THANKS
|
||||
share/pixmaps/qstardict.png
|
||||
@ -12,6 +13,7 @@ share/pixmaps/qstardict.png
|
||||
%%NLS%%%%DATADIR%%/translations/qstardict-es_ES.qm
|
||||
%%NLS%%%%DATADIR%%/translations/qstardict-fr_FR.qm
|
||||
%%NLS%%%%DATADIR%%/translations/qstardict-it_IT.qm
|
||||
%%NLS%%%%DATADIR%%/translations/qstardict-lt_LT.qm
|
||||
%%NLS%%%%DATADIR%%/translations/qstardict-pl_PL.qm
|
||||
%%NLS%%%%DATADIR%%/translations/qstardict-pt_BR.qm
|
||||
%%NLS%%%%DATADIR%%/translations/qstardict-ru_RU.qm
|
||||
|
Loading…
Reference in New Issue
Block a user