diff options
-rw-r--r-- | archivers/peazip/Makefile | 8 | ||||
-rw-r--r-- | archivers/peazip/distinfo | 6 | ||||
-rw-r--r-- | archivers/peazip/pkg-plist | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile index 92f2eaa142fa..3d0a5fe9fb9d 100644 --- a/archivers/peazip/Makefile +++ b/archivers/peazip/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= peazip -PORTVERSION= 6.7.0 +PORTVERSION= 6.8.1 CATEGORIES= archivers PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/ @@ -12,7 +12,7 @@ COMMENT= Free archiver and file compressor LICENSE= LGPL3 -USES= dos2unix fpc lazarus:flavors zip +USES= desktop-file-utils dos2unix fpc lazarus:flavors zip USE_FPC= cairo chm fcl-base fcl-image fcl-xml pasjpeg rtl-objpas x11 USE_XORG= x11 @@ -22,7 +22,6 @@ DOS2UNIX_REGEX= .*\.([txt]|pas|lpi|txt) LAZARUS_PROJECT_FILES= project_pea.lpi project_peach.lpi LAZBUILD_ARGS= -d -LLD_UNSAFE= yes gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 @@ -94,9 +93,10 @@ do-install: @cd ${WRKSRC} && ${INSTALL_DATA} altconf.txt ${STAGEDIR}${DATADIR}/res && \ ${INSTALL_PROGRAM} pea ${STAGEDIR}${DATADIR}/res && \ ${INSTALL_PROGRAM} peazip ${STAGEDIR}${DATADIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps @cd ${WRKSRC}/FreeDesktop_integration && \ ${INSTALL_DATA} peazip.desktop ${STAGEDIR}${DESKTOPDIR} && \ - ${INSTALL_DATA} peazip.png ${STAGEDIR}${PREFIX}/share/pixmaps/ + ${INSTALL_DATA} peazip.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/${PORTNAME}.png ${INSTALL_SCRIPT} ${WRKDIR}/pea ${WRKDIR}/peazip ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> diff --git a/archivers/peazip/distinfo b/archivers/peazip/distinfo index 99eaf8b1fcce..d319e260f158 100644 --- a/archivers/peazip/distinfo +++ b/archivers/peazip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551639319 -SHA256 (peazip-6.7.0.src.zip) = 6efdef81081843bc6e6b6dc5a21184cde8666bed2e44b01f183c5735d3fa1267 -SIZE (peazip-6.7.0.src.zip) = 4115257 +TIMESTAMP = 1563682851 +SHA256 (peazip-6.8.1.src.zip) = b66e64ebdcb606850ac5c336171e2c231f99eecf7d4b82800cfed1c40fb8de92 +SIZE (peazip-6.8.1.src.zip) = 5026102 diff --git a/archivers/peazip/pkg-plist b/archivers/peazip/pkg-plist index d33b43b17b1b..36c3bf0d0321 100644 --- a/archivers/peazip/pkg-plist +++ b/archivers/peazip/pkg-plist @@ -1,7 +1,7 @@ bin/pea bin/peazip share/applications/peazip.desktop -share/pixmaps/peazip.png +share/icons/hicolor/256x256/apps/peazip.png %%DATADIR%%/peazip %%DATADIR%%/res/altconf.txt %%DATADIR%%/res/icons/PeaZip.ico |