freebsd-ports/deskutils/gnome-sound-recorder/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

27 lines
714 B
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
PORTNAME= gnome-sound-recorder
DISTVERSION= 40.0
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME sound recorder application
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgjs.so:lang/gjs \
libhandy-1.so:x11-toolkits/libhandy
PORTSCOUT= limitw:1,even
USES= gettext gnome meson localbase pkgconfig python:3.4+ tar:xz
USE_GNOME= gtk30 intlhack introspection
USE_GSTREAMER1= flac ogg pulse bad
USE_LDCONFIG= yes
BINARY_ALIAS= python3=${PYTHON_CMD}
GLIB_SCHEMAS= org.gnome.SoundRecorder.gschema.xml
.include <bsd.port.mk>