diff --git a/accessibility/caribou/Makefile b/accessibility/caribou/Makefile index 95b69854e233..f50d7a77d699 100644 --- a/accessibility/caribou/Makefile +++ b/accessibility/caribou/Makefile @@ -1,52 +1,52 @@ PORTNAME= caribou DISTVERSION= 0.4.21-78 -PORTREVISION= 1 DISTVERSIONSUFFIX= -g9c900f0 +PORTREVISION= 2 CATEGORIES= accessibility gnome DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome On-Screen keyboard WWW= https://live.gnome.org/Caribou LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gnome-autogen.sh:devel/gnome-common LIB_DEPENDS= libclutter-glx-1.0.so:graphics/clutter \ libgee-0.8.so:devel/libgee \ libxklavier.so:x11/libxklavier \ libcogl-path.so:graphics/cogl \ libjson-glib-1.0.so:devel/json-glib \ libatspi.so:accessibility/at-spi2-core \ libdbus-1.so:devel/dbus RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atspi>=2.1.91:accessibility/py-atspi@${PY_FLAVOR} USES= autoreconf:2.69 gettext gl gmake gnome libtool localbase \ pkgconfig python shebangfix vala:build xorg USE_GITLAB= yes GL_SITE= https://gitlab.gnome.org/ GL_ACCOUNT= Archive USE_GNOME= cairo gdkpixbuf gtk30 intlhack introspection:build libxml2 \ libxslt:build pygobject3 GLIB_SCHEMAS= org.gnome.caribou.gschema.xml \ org.gnome.antler.gschema.xml SHEBANG_GLOB= *.py* USE_GL= egl USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr xtst GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk2-module INSTALL_TARGET= install-strip .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif .include diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index b3bdbb43ffdd..7fed0af7cf3e 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -1,40 +1,41 @@ PORTNAME= orca PORTVERSION= 47.5 +PORTREVISION= 1 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Scriptable screen reader WWW= https://gitlab.gnome.org/GNOME/orca LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atspi>0:accessibility/py-atspi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}speech-dispatcher>0:accessibility/py-speech-dispatcher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ itstool:textproc/itstool RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}speech-dispatcher>0:accessibility/py-speech-dispatcher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}atspi>0:accessibility/py-atspi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}orca PORTSCOUT= limit:^47\. NO_ARCH= yes USES= cpe gettext gnome localbase meson pkgconfig python \ tar:xz USE_GNOME= atk gtk30 libwnck3 pygobject3 CPE_VENDOR= gnome BINARY_ALIAS= python3=${PYTHON_CMD} OPTIONS_DEFINE= SPIEL SPIEL_DESC= Speech synthesis providers support SPIEL_LIB_DEPENDS= libspiel-1.0.so:accessibility/libspiel SPIEL_MESON_TRUE= spiel .include