1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/deskutils/gnome-screenshot/Makefile
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

40 lines
1.0 KiB
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-screenshot
PORTVERSION= 3.26.0
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 utility for making picutures 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
CONFLICTS= gnome-utils-2.[0-9]*
PORTSCOUT= limitw:1,even
USES= gettext gnome localbase meson pkgconfig python:3.4+,build \
shebangfix tar:xz
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>