freebsd-ports/multimedia/peek/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

24 lines
591 B
Makefile

PORTNAME= peek
DISTVERSION= 1.5.1
CATEGORIES= multimedia
MAINTAINER= yuri@FreeBSD.org
COMMENT= Simple animated GIF screen recorder with an easy to use interface
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libkeybinder-3.0.so:x11/keybinder-gtk3
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg
USES= gettext-tools gnome meson pkgconfig python:build
USE_GITHUB= yes
GH_ACCOUNT= phw
USE_GNOME= cairo glib20 gtk30 pango
BINARY_ALIAS= python=${PYTHON_CMD} python3=${PYTHON_CMD}
GLIB_SCHEMAS= com.uploadedlobster.peek.gschema.xml
.include <bsd.port.mk>