Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports depending on it Update bijiben to 3.38.0 Update gnome-calendar to 3.38.0 Update gnome-contacts to 3.38 Update gnome-maps to 3.38.0 Patch gnome-todo to work with newer evolution-dataserver (patched obtained from OpenBSD/Archlinux) Update evolution to 3.38.0 Update evolution-ews to 3.38.0 (among changes it brings support for office365) Update folks to 0.14.0 Update cheese to 3.38.0 Update aisleriot to 3.22.9 Update five-or-more to 3.22.2 Update fastream to 0.2.9 Update gnome-control-center to 3.36.4 Update gnmoe-settings-daemon to 3.38.0 Update meld to 3.21.0 Update gnome-desktop to 3.38.0 and because of ABI breakage bump portrevision of all dependant ports not touched by this update Update gnome-session to 3.38.0 Update gnome-shell to 3.36.6, now run depends on gdm Update gnome-shell-extensions to 3.36.3 Update mutter to 3.36.6
69 lines
1.6 KiB
Makefile
69 lines
1.6 KiB
Makefile
# Created by: Anders Nordby <anders@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= file-roller
|
|
PORTVERSION= 3.38.0
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= archivers gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Archive manager for zip files, tar, etc
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
|
|
libnotify.so:devel/libnotify
|
|
RUN_DEPENDS= gtar:archivers/gtar
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= desktop-file-utils gettext gnome libarchive localbase \
|
|
meson pkgconfig python:3.5+,build tar:xz
|
|
USE_GNOME= cairo gtk30
|
|
INSTALLS_ICONS= yes
|
|
USE_LDCONFIG= yes
|
|
MESON_ARGS= -Dpackagekit=false
|
|
BINARY_ALIAS= python3=${PYTHON_VERSION}
|
|
|
|
GLIB_SCHEMAS= org.gnome.FileRoller.gschema.xml
|
|
|
|
OPTIONS_SUB= yes
|
|
OPTIONS_DEFINE= NAUTILUS
|
|
OPTIONS_DEFAULT=NAUTILUS
|
|
|
|
OPTIONS_GROUP= FORMATS
|
|
OPTIONS_GROUP_FORMATS= 7ZIP ARJ LZO RAR ZIP
|
|
|
|
FORMATS_DESC= Additional compression formats support
|
|
|
|
7ZIP_DESC= 7zip archive support
|
|
7ZIP_RUN_DEPENDS= 7z:archivers/p7zip
|
|
|
|
ARJ_DESC= ARJ archive support
|
|
ARJ_RUN_DEPENDS= arj:archivers/arj
|
|
|
|
LZO_DESC= LZO compression support
|
|
LZO_RUN_DEPENDS= lzop:archivers/lzop
|
|
|
|
RAR_DESC= RAR archive support
|
|
RAR_RUN_DEPENDS= rar:archivers/rar \
|
|
unrar:archivers/unrar
|
|
|
|
ZIP_DESC= ZIP archive support
|
|
ZIP_RUN_DEPENDS= zip:archivers/zip
|
|
|
|
NAUTILUS_DESC= Nautilus context menu actions
|
|
NAUTILUS_USE= GNOME=nautilus3
|
|
NAUTILUS_MESON_TRUE= nautilus-actions
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
|
${WRKSRC}/src/fr-command-tar.c \
|
|
${WRKSRC}/src/fr-command-zip.c
|
|
|
|
.include <bsd.port.mk>
|