diff --git a/x11-toolkits/amtk/Makefile b/x11-toolkits/amtk/Makefile index 5015552fa5a5..a0d071ebd45d 100644 --- a/x11-toolkits/amtk/Makefile +++ b/x11-toolkits/amtk/Makefile @@ -1,19 +1,19 @@ PORTNAME= amtk PORTVERSION= 5.6.0 PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Actions, Menus and Toolbars Kit WWW= https://wiki.gnome.org/Projects/Amtk LICENSE= LGPL21 BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc -USES= gettext gmake gnome libtool meson pkgconfig tar:xz +USES= gettext gmake gnome meson pkgconfig tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 introspection .include diff --git a/x11/babl/Makefile b/x11/babl/Makefile index 92780d5951a5..ef9efba55256 100644 --- a/x11/babl/Makefile +++ b/x11/babl/Makefile @@ -1,52 +1,52 @@ PORTNAME= babl PORTVERSION= 0.1.108 CATEGORIES= x11 MASTER_SITES= GIMP MAINTAINER= gnome@FreeBSD.org COMMENT= Dynamic pixel format conversion library WWW= https://www.gegl.org/babl/ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblcms2.so:graphics/lcms2 -USES= gnome libtool localbase meson pathfix pkgconfig tar:xz vala:build +USES= gnome localbase meson pathfix pkgconfig tar:xz vala:build USE_LDCONFIG= yes USE_GNOME= introspection:build MESON_ARGS= -Dgi-docgen=disabled -Dwith-docs=false OPTIONS_DEFINE= SIMD OPTIONS_DEFAULT_amd64=SIMD OPTIONS_EXCLUDE_i386=SIMD SIMD_MESON_OFF= -Denable-mmx=false -Denable-sse=false \ -Denable-sse2=false -Denable-sse4_1=false \ -Denable-avx2=false -Denable-f16c=false BABL_SHLIB= 0.207.1 BABL_VER= 0.1 PLIST_SUB+= BABL_SHLIB=${BABL_SHLIB} BABL_VER=${BABL_VER} .include .if ${ARCH} == powerpc USES+= compiler:gcc-c++11-lib .else USES+= compiler:c11 .endif .include .if ${ARCH} == "amd64" PLIST_SUB+= AMD64="" ARM="@comment " .elif ${ARCH} == "armv6" || ${ARCH} == "armv7" PLIST_SUB+= AMD64="@comment " ARM="" .else PLIST_SUB+= AMD64="@comment " ARM="@comment " .endif .include diff --git a/x11/xdg-desktop-portal-gtk/Makefile b/x11/xdg-desktop-portal-gtk/Makefile index a8c2f622b9c2..60992d715821 100644 --- a/x11/xdg-desktop-portal-gtk/Makefile +++ b/x11/xdg-desktop-portal-gtk/Makefile @@ -1,23 +1,23 @@ PORTNAME= xdg-desktop-portal-gtk DISTVERSION= 1.15.1 PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org COMMENT= Gtk implementation of xdg-desktop-portal WWW= https://github.com/flatpak/xdg-desktop-portal-gtk LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xdg-desktop-portal>0:deskutils/xdg-desktop-portal LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= xdg-desktop-portal>0:deskutils/xdg-desktop-portal -USES= desktop-file-utils gettext gmake gnome libtool meson pkgconfig +USES= desktop-file-utils gettext gmake gnome meson pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk30 gnomedesktop3 USE_GITHUB= yes GH_ACCOUNT= flatpak .include