diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-03-07 04:58:53 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2019-03-07 04:58:53 +0000 |
commit | 2f17176655abb92fb8596c541df2ff3b41c46f36 (patch) | |
tree | 0abc4e2edde868bb841bce51e7066cb1c1b9f725 /archivers | |
parent | 0c9ac8d362c0e56185c4acfc9e73da3c8a949337 (diff) | |
download | ports-2f17176655abb92fb8596c541df2ff3b41c46f36.tar.gz ports-2f17176655abb92fb8596c541df2ff3b41c46f36.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/peazip/Makefile | 14 | ||||
-rw-r--r-- | archivers/peazip/distinfo | 6 | ||||
-rw-r--r-- | archivers/peazip/files/pealauncher.in | 3 | ||||
-rw-r--r-- | archivers/peazip/pkg-plist | 2 |
4 files changed, 10 insertions, 15 deletions
diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile index 63d384f33e6a..2a7473108e98 100644 --- a/archivers/peazip/Makefile +++ b/archivers/peazip/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= peazip -PORTVERSION= 6.6.1 -PORTREVISION= 1 +PORTVERSION= 6.7.0 CATEGORIES= archivers PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/ @@ -14,14 +13,14 @@ COMMENT= Free archiver and file compressor LICENSE= LGPL3 USES= dos2unix fpc lazarus:flavors zip -USE_FPC= cairo chm fcl-base fcl-image pasjpeg rtl-objpas x11 +USE_FPC= cairo chm fcl-base fcl-image fcl-xml pasjpeg rtl-objpas x11 USE_XORG= x11 -SUB_FILES= pea pealauncher peazip +SUB_FILES= pea peazip DOS2UNIX_REGEX= .*\.([txt]|pas|lpi|txt) -LAZARUS_PROJECT_FILES= project_pea.lpi project_peach.lpi project_gwrap.lpi +LAZARUS_PROJECT_FILES= project_pea.lpi project_peach.lpi LAZBUILD_ARGS= -d LLD_UNSAFE= yes @@ -41,6 +40,7 @@ UNACE_DESC= Unace file archiver support OPTIONS_DEFAULT= 7Z .if ${FLAVOR:Ugtk2:Mgtk2} +USES+= gnome USE_GNOME+= cairo .endif @@ -93,11 +93,11 @@ do-install: .endfor @cd ${WRKSRC}/res && ${COPYTREE_SHARE} "icons lang themes" ${STAGEDIR}${DATADIR}/res @cd ${WRKSRC} && ${INSTALL_DATA} altconf.txt ${STAGEDIR}${DATADIR}/res && \ - ${INSTALL_PROGRAM} pea pealauncher ${STAGEDIR}${DATADIR}/res && \ + ${INSTALL_PROGRAM} pea ${STAGEDIR}${DATADIR}/res && \ ${INSTALL_PROGRAM} peazip ${STAGEDIR}${DATADIR} @cd ${WRKSRC}/FreeDesktop_integration && \ ${INSTALL_DATA} peazip.desktop ${STAGEDIR}${DESKTOPDIR} && \ ${INSTALL_DATA} peazip.png ${STAGEDIR}${PREFIX}/share/pixmaps/ - ${INSTALL_SCRIPT} ${WRKDIR}/pea ${WRKDIR}/pealauncher ${WRKDIR}/peazip ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKDIR}/pea ${WRKDIR}/peazip ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> diff --git a/archivers/peazip/distinfo b/archivers/peazip/distinfo index 6cf463aedbac..99eaf8b1fcce 100644 --- a/archivers/peazip/distinfo +++ b/archivers/peazip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1542832979 -SHA256 (peazip-6.6.1.src.zip) = ed5f788ba544eab5ad17d254f902682dbd711638d8821d29704e99699e9411d4 -SIZE (peazip-6.6.1.src.zip) = 4415848 +TIMESTAMP = 1551639319 +SHA256 (peazip-6.7.0.src.zip) = 6efdef81081843bc6e6b6dc5a21184cde8666bed2e44b01f183c5735d3fa1267 +SIZE (peazip-6.7.0.src.zip) = 4115257 diff --git a/archivers/peazip/files/pealauncher.in b/archivers/peazip/files/pealauncher.in deleted file mode 100644 index 84b1ae47e779..000000000000 --- a/archivers/peazip/files/pealauncher.in +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -cd %%DATADIR%%/res && exec %%DATADIR%%/res/pealauncher "$@" diff --git a/archivers/peazip/pkg-plist b/archivers/peazip/pkg-plist index f492530a9f4c..d33b43b17b1b 100644 --- a/archivers/peazip/pkg-plist +++ b/archivers/peazip/pkg-plist @@ -1,5 +1,4 @@ bin/pea -bin/pealauncher bin/peazip share/applications/peazip.desktop share/pixmaps/peazip.png @@ -52,7 +51,6 @@ share/pixmaps/peazip.png %%DATADIR%%/res/lang/uz.txt %%DATADIR%%/res/lang/vn.txt %%DATADIR%%/res/pea -%%DATADIR%%/res/pealauncher %%DATADIR%%/res/themes/classic.theme.7z %%DATADIR%%/res/themes/experience.theme.7z %%DATADIR%%/res/themes/firecrystal.theme.7z |