mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 0.5.3
This commit is contained in:
parent
b2f9caff2c
commit
028baaee53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343670
@ -2,17 +2,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xarchiver
|
||||
PORTVERSION= 0.5.2
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 0.5.3
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:L}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Desktop-agnostic GTK+2 frontend to various archiving tools
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
|
||||
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \
|
||||
7zr:${PORTSDIR}/archivers/p7zip \
|
||||
zip:${PORTSDIR}/archivers/zip
|
||||
|
||||
USES= gmake pkgconfig desktop-file-utils
|
||||
USE_BZIP2= yes
|
||||
@ -34,9 +36,6 @@ PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|;multipart/x-zip||' \
|
||||
${WRKSRC}/xarchiver.desktop.in
|
||||
|
||||
.if ! ${PORT_OPTIONS:MDOCS}
|
||||
@${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
@ -44,7 +43,4 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's| po | |g' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@-update-desktop-database
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xarchiver-0.5.2.tar.bz2) = cea932ff9d505969201fd502470bbebbc5726ab3d6765e142fc8295aa677ad2a
|
||||
SIZE (xarchiver-0.5.2.tar.bz2) = 755418
|
||||
SHA256 (xarchiver-0.5.3.tar.bz2) = c5899cb495e83a63f89b5eea002d2dd1c691db8d7b6343b3c182ce6e00c16d81
|
||||
SIZE (xarchiver-0.5.3.tar.bz2) = 778871
|
||||
|
@ -70,12 +70,10 @@ share/icons/hicolor/scalable/apps/xarchiver.svg
|
||||
share/pixmaps/xarchiver/xarchiver-add.png
|
||||
share/pixmaps/xarchiver/xarchiver-extract.png
|
||||
share/pixmaps/xarchiver/xarchiver-html.png
|
||||
%%NLS%%@dirrm share/locale/nb_NO/LC_MESSAGES
|
||||
%%NLS%%@dirrm share/locale/nb_NO
|
||||
%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/nb_NO
|
||||
@dirrm share/pixmaps/xarchiver
|
||||
@dirrmtry libexec/thunar-archive-plugin
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/images
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|
||||
|
Loading…
Reference in New Issue
Block a user