- Update to 0.8.0
PR: ports/137126 Submitted by: Shane Bell <decept0 AT gmail.com> (maintainer)
This commit is contained in:
parent
6c7d66cad5
commit
e4580ae810
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238369
3 changed files with 21 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= arora
|
||||
PORTVERSION= 0.7.1
|
||||
PORTVERSION= 0.8.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
@ -19,7 +19,7 @@ HAS_CONFIGURE= yes
|
|||
QMAKE_ARGS+= -unix -recursive PREFIX=${PREFIX}
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= arora.1
|
||||
MAN1= arora.1 arora-placesimport.1 htmlToXBel.1
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
|
@ -36,9 +36,15 @@ do-configure:
|
|||
${WRKSRC}/src/locale/locale.pri
|
||||
.endif
|
||||
@${REINPLACE_CMD} -e "/INSTALLS/s|man man-compress||" \
|
||||
${WRKSRC}/src/src.pro
|
||||
${WRKSRC}/src/src.pro \
|
||||
${WRKSRC}/tools/htmlToXBel/htmlToXBel.pro \
|
||||
${WRKSRC}/tools/placesimport/placesimport.pro
|
||||
@${REINPLACE_CMD} -e "/else/s|lrelease|lrelease-qt4|" \
|
||||
${WRKSRC}/src/locale/locale.pri
|
||||
@${REINPLACE_CMD} "/pkg-config/d" \
|
||||
${WRKSRC}/src/src.pro
|
||||
@${REINPLACE_CMD} "/cacheinfo/d" \
|
||||
${WRKSRC}/tools/tools.pro
|
||||
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS}
|
||||
|
||||
post-configure:
|
||||
|
@ -47,6 +53,9 @@ post-configure:
|
|||
${WRKSRC}/src/Makefile
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/src/data/arora.1 ${PREFIX}/man/man1/
|
||||
${INSTALL_MAN} ${WRKSRC}/src/data/arora.1 \
|
||||
${WRKSRC}/tools/htmlToXBel/data/htmlToXBel.1 \
|
||||
${WRKSRC}/tools/placesimport/data/arora-placesimport.1 \
|
||||
${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (arora-0.7.1.tar.gz) = 3ae2cc30424a91b7e7bb2ccdee404911
|
||||
SHA256 (arora-0.7.1.tar.gz) = 9bb09ea94672953debc87d63de5783a84d7db81ae6de8e08d7de8af9f2decaa7
|
||||
SIZE (arora-0.7.1.tar.gz) = 896528
|
||||
MD5 (arora-0.8.0.tar.gz) = f8c9a12cadbed8c85e8396db2ee62b8c
|
||||
SHA256 (arora-0.8.0.tar.gz) = 5d654bf20eee3170cef19830182bdbe719b7130a0c62f833c57f555bff1f6378
|
||||
SIZE (arora-0.8.0.tar.gz) = 953605
|
||||
|
|
|
@ -2,6 +2,8 @@ bin/arora
|
|||
bin/arora-placesimport
|
||||
bin/htmlToXBel
|
||||
share/applications/arora.desktop
|
||||
%%NLS%%share/arora/locale/ast.qm
|
||||
%%NLS%%share/arora/locale/ca.qm
|
||||
%%NLS%%share/arora/locale/cs_CZ.qm
|
||||
%%NLS%%share/arora/locale/da_DK.qm
|
||||
%%NLS%%share/arora/locale/de_DE.qm
|
||||
|
@ -29,6 +31,7 @@ share/applications/arora.desktop
|
|||
%%NLS%%share/arora/locale/tr_TR.qm
|
||||
%%NLS%%share/arora/locale/uk.qm
|
||||
%%NLS%%share/arora/locale/zh_CN.qm
|
||||
%%NLS%%share/arora/locale/zh_TW.qm
|
||||
share/icons/hicolor/128x128/apps/arora.png
|
||||
share/icons/hicolor/16x16/apps/arora.png
|
||||
share/icons/hicolor/32x32/apps/arora.png
|
||||
|
@ -44,6 +47,6 @@ share/pixmaps/arora.xpm
|
|||
@dirrmtry share/icons/hicolor/128x128
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/icons
|
||||
@dirrm share/arora/locale
|
||||
@dirrm share/arora
|
||||
%%NLS%%@dirrm share/arora/locale
|
||||
%%NLS%%@dirrm share/arora
|
||||
@dirrmtry share/applications
|
||||
|
|
Loading…
Reference in a new issue