diff --git a/archivers/xarchiver/Makefile b/archivers/xarchiver/Makefile index fe05b539fc64..50e4524be091 100644 --- a/archivers/xarchiver/Makefile +++ b/archivers/xarchiver/Makefile @@ -1,70 +1,70 @@ PORTNAME= xarchiver -DISTVERSION= 0.5.4.21 -PORTREVISION= 1 +DISTVERSION= 0.5.4.22 CATEGORIES= archivers +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 5c49e86ffe16cc8a98018ff2f4d2e0ea2b9c0b6c.patch:-p1 # (bsd)sed fix: https://github.com/ib/xarchiver/issues/186 + MAINTAINER= eduardo@FreeBSD.org COMMENT= Desktop-agnostic GTK frontend to various archiving tools WWW= https://github.com/ib/xarchiver LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 \ - libharfbuzz.so:print/harfbuzz -RUN_DEPENDS= 7zz:archivers/7-zip \ - gtar:archivers/gtar \ - ${LOCALBASE}/bin/gzip:archivers/gzip \ +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz +RUN_DEPENDS= ${LOCALBASE}/bin/gzip:archivers/gzip \ ${LOCALBASE}/bin/unzip:archivers/unzip \ + 7zz:archivers/7-zip \ + gtar:archivers/gtar \ xdg-open:devel/xdg-utils \ zip:archivers/zip -USES= autoreconf desktop-file-utils gmake gnome libtool:build pkgconfig +USES= desktop-file-utils gmake gnome libtool:build pkgconfig USE_GITHUB= yes GH_ACCOUNT= ib USE_GNOME= cairo gdkpixbuf2 glib20 intltool GNU_CONFIGURE= yes PORTSCOUT= limit:^\d\.\d\.\d\.\d+$ # avoid tags like identical_to_xfce_git_content -OPTIONS_DEFINE= DOCS NLS -OPTIONS_GROUP= FORMATS +OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFAULT= GTK3 +OPTIONS_GROUP= FORMATS OPTIONS_GROUP_FORMATS= ARJ LZO RAR OPTIONS_SINGLE= GTK OPTIONS_SINGLE_GTK= GTK2 GTK3 -OPTIONS_DEFAULT= GTK3 -OPTIONS_SUB= yes +OPTIONS_SUB= yes -FORMATS_DESC= Additional compression formats support ARJ_DESC= ARJ compression support +FORMATS_DESC= Additional compression formats support RAR_DESC= RAR compression support ARJ_RUN_DEPENDS= arj:archivers/arj LZO_RUN_DEPENDS= lzop:archivers/lzop -RAR_RUN_DEPENDS= unrar:archivers/unrar \ - rar:archivers/rar +RAR_RUN_DEPENDS= rar:archivers/rar \ + unrar:archivers/unrar -DOCS_USE= GNOME=libxslt +DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt DOCS_CONFIGURE_ENABLE= doc -GTK2_CONFIGURE_ENABLE= gtk2 +GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 GTK2_USE= GNOME=gtk20 -GTK3_USE= GNOME=gtk30 +GTK2_CONFIGURE_ENABLE= gtk2 -NLS_USES= gettext localbase -NLS_USES_OFF= gettext-tools +GTK3_USE= GNOME=gtk30 + +NLS_USES= gettext localbase +NLS_USES_OFF= gettext-tools NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/main.c -post-patch-DOCS-off: - @${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in - post-patch-NLS-off: - @${REINPLACE_CMD} -e 's| po | |g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/^SUBDIRS /s| po||' ${WRKSRC}/Makefile.in .include diff --git a/archivers/xarchiver/distinfo b/archivers/xarchiver/distinfo index 6a7937a32d15..d6d1a38ee227 100644 --- a/archivers/xarchiver/distinfo +++ b/archivers/xarchiver/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1683228738 -SHA256 (ib-xarchiver-0.5.4.21_GH0.tar.gz) = 65329bff7e901452f3f927d913c47ffca759a36e83e8b82d04fe6945e7393fd4 -SIZE (ib-xarchiver-0.5.4.21_GH0.tar.gz) = 1132417 +TIMESTAMP = 1704355004 +SHA256 (ib-xarchiver-0.5.4.22_GH0.tar.gz) = 425b203f59a5e3d0747e80cbbe0af0beb0f9b77bbe29a9b233e85c54a4ff6193 +SIZE (ib-xarchiver-0.5.4.22_GH0.tar.gz) = 1125943 +SHA256 (5c49e86ffe16cc8a98018ff2f4d2e0ea2b9c0b6c.patch) = f573eb0411705e3e82e3efccace2fe0d32bf436e52378f107daaffec916d0e7b +SIZE (5c49e86ffe16cc8a98018ff2f4d2e0ea2b9c0b6c.patch) = 1835 diff --git a/archivers/xarchiver/pkg-plist b/archivers/xarchiver/pkg-plist index 8b90c462004f..cb38ac95413a 100644 --- a/archivers/xarchiver/pkg-plist +++ b/archivers/xarchiver/pkg-plist @@ -1,98 +1,96 @@ bin/xarchiver libexec/thunar-archive-plugin/xarchiver.tap man/man1/xarchiver.1.gz share/applications/xarchiver.desktop -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/ch01.html %%PORTDOCS%%%%DOCSDIR%%/ch01s01.html %%PORTDOCS%%%%DOCSDIR%%/ch01s02.html %%PORTDOCS%%%%DOCSDIR%%/ch01s03.html %%PORTDOCS%%%%DOCSDIR%%/ch02.html %%PORTDOCS%%%%DOCSDIR%%/ch02s01.html %%PORTDOCS%%%%DOCSDIR%%/ch02s02.html %%PORTDOCS%%%%DOCSDIR%%/ch03.html %%PORTDOCS%%%%DOCSDIR%%/ch03s01.html %%PORTDOCS%%%%DOCSDIR%%/ch03s02.html %%PORTDOCS%%%%DOCSDIR%%/ch03s03.html %%PORTDOCS%%%%DOCSDIR%%/ch03s04.html %%PORTDOCS%%%%DOCSDIR%%/ch04.html %%PORTDOCS%%%%DOCSDIR%%/ch04s01.html %%PORTDOCS%%%%DOCSDIR%%/ch04s02.html %%PORTDOCS%%%%DOCSDIR%%/ch04s03.html %%PORTDOCS%%%%DOCSDIR%%/ch04s04.html %%PORTDOCS%%%%DOCSDIR%%/ch04s05.html %%PORTDOCS%%%%DOCSDIR%%/ch04s06.html %%PORTDOCS%%%%DOCSDIR%%/images/add_dialog.png %%PORTDOCS%%%%DOCSDIR%%/images/archive_comment_dialog.png %%PORTDOCS%%%%DOCSDIR%%/images/archive_properties.png %%PORTDOCS%%%%DOCSDIR%%/images/extract_dialog.png %%PORTDOCS%%%%DOCSDIR%%/images/multi_extract_dialog.png %%PORTDOCS%%%%DOCSDIR%%/images/new_dialog.png %%PORTDOCS%%%%DOCSDIR%%/images/password_dialog.png %%PORTDOCS%%%%DOCSDIR%%/images/pref_dialog.png %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/xarchiver.css share/icons/hicolor/16x16/apps/xarchiver.png share/icons/hicolor/24x24/apps/xarchiver.png share/icons/hicolor/32x32/apps/xarchiver.png share/icons/hicolor/48x48/apps/xarchiver.png share/icons/hicolor/scalable/apps/xarchiver.svg %%NLS%%share/locale/ar/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ast/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/bg/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ca/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/cs/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/da/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/de/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/dz/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/el/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/es/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/eu/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/fi/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/fr/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/gl/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/he/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/hr/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/hu/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/id/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/it/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ja/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/kk/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ku/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/lt/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/lv/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ms/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/nb/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/nl/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/pa/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/pl/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ro/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ru/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/si/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/sk/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/sq/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/sr/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/sv/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/te/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/th/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/tr/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ug/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/uk/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ur/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/vi/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xarchiver.mo share/pixmaps/xarchiver/xarchiver-add.png share/pixmaps/xarchiver/xarchiver-close.png share/pixmaps/xarchiver/xarchiver-extract.png share/pixmaps/xarchiver/xarchiver-green.png share/pixmaps/xarchiver/xarchiver-html.png share/pixmaps/xarchiver/xarchiver-red.png share/pixmaps/xarchiver/xarchiver-select.png