freebsd-ports/deskutils/gnome-screenshot/Makefile
Jan Beich 37b6d488ac deskutils/gnome-screenshot: unbreak build with Meson 0.61.0
data/meson.build:3:0: ERROR: Function does not take positional arguments.

PR:		260943
Reported by:	antoine (via exp-run)
Regressed by:	https://github.com/mesonbuild/meson/commit/61f2866a9fa1
2022-01-24 12:35:06 +00:00

42 lines
1.3 KiB
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
PORTNAME= gnome-screenshot
PORTVERSION= 41.0
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome3
PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
PATCHFILES+= b60dad3c2536.patch:-p1 # https://gitlab.gnome.org/GNOME/gnome-screenshot/-/merge_requests/57
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 utility for making pictures of your screen
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= appstream-builder:devel/appstream-glib
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
libcanberra-gtk3.so:audio/libcanberra-gtk3 \
libhandy-1.so:x11-toolkits/libhandy
CONFLICTS= gnome-utils-2.[0-9]*
PORTSCOUT= limitw:1,even
USES= compiler:c11 gettext gnome meson pkgconfig python:3.4+,build \
shebangfix tar:xz xorg
USE_GNOME= cairo gdkpixbuf2 gtk30
USE_XORG= x11 xext
SHEBANG_FILES= build-aux/postinstall.py
GLIB_SCHEMAS= org.gnome.gnome-screenshot.gschema.xml
OPTIONS_DEFINE= INTEL_FIX
OPTIONS_SUB= yes
# Workaround garbled screenshot when 3D hardware acceleration is enabled
# via x11-drivers/xf86-video-intel port
INTEL_FIX_DESC= Don't try to use the gnome-shell interface
INTEL_FIX_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-intel
.include <bsd.port.mk>