diff options
Diffstat (limited to 'x11/gnome-desktop/Makefile')
-rw-r--r-- | x11/gnome-desktop/Makefile | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index 0c83c9c95688..5891d3e916d6 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -1,37 +1,40 @@ PORTNAME= gnome-desktop -PORTVERSION= 44.1 +PORTVERSION= 44.3 CATEGORIES= x11 gnome -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Additional UI API for GNOME -WWW= https://www.gnome.org/ +WWW= https://gitlab.gnome.org/GNOME/gnome-desktop LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING.LIB -PORTSCOUT= limitw:1,even - -BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ - gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ - xkeyboard-config>=0:x11/xkeyboard-config \ - itstool:textproc/itstool -RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ - gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ - cantarell-fonts>=0:x11-fonts/cantarell-fonts \ - xkeyboard-config>=0:x11/xkeyboard-config +BUILD_DEPENDS= iso-codes>0:misc/iso-codes \ + gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ + xkeyboard-config>0:x11/xkeyboard-config +LIB_DEPENDS= libxkbregistry.so:x11/libxkbcommon \ + libudev.so:devel/libudev-devd \ + libgudev-1.0.so:devel/libgudev +RUN_DEPENDS= iso-codes>0:misc/iso-codes \ + gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ + cantarell-fonts>0:x11-fonts/cantarell-fonts \ + source-code-pro-ttf>0:x11-fonts/source-code-pro-ttf \ + xkeyboard-config>0:x11/xkeyboard-config USES= bison cpe gettext gnome localbase:ldflags meson \ pkgconfig python tar:xz xorg -USE_GNOME= cairo gdkpixbuf gtk30 gtk40 intltool introspection:build +USE_GNOME= cairo gdkpixbuf gtk30 gtk40 introspection:build USE_XORG= x11 USE_LDCONFIG= yes -MESON_ARGS= -Dudev=disabled \ +MESON_ARGS= -Dudev=enabled \ -Dsystemd=disabled \ - -Dgtk_doc=false + -Dgtk_doc=false \ + -Ddebug_tools=false \ + -Ddesktop_docs=false CPE_VENDOR= gnome .include <bsd.port.mk> |