mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
366790689c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'd'.
40 lines
1.0 KiB
Makefile
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 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>
|