diff options
Diffstat (limited to 'deskutils/gnome-maps/Makefile')
-rw-r--r-- | deskutils/gnome-maps/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/deskutils/gnome-maps/Makefile b/deskutils/gnome-maps/Makefile index 6c86d233a6ad..4373399a79e6 100644 --- a/deskutils/gnome-maps/Makefile +++ b/deskutils/gnome-maps/Makefile @@ -1,16 +1,18 @@ PORTNAME= gnome-maps -DISTVERSION= 47.4 +DISTVERSION= 47.9 CATEGORIES= deskutils gnome -MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Map application for GNOME -WWW= https://wiki.gnome.org/Apps/Maps +WWW= https://apps.gnome.org/Maps/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +PORTSCOUT= limit:^47\. + BUILD_DEPENDS= geoclue>=0:net/geoclue LIB_DEPENDS= libgeocode-glib-2.so:net/geocode-glib2 \ libgjs.so:lang/gjs \ @@ -19,15 +21,14 @@ LIB_DEPENDS= libgeocode-glib-2.so:net/geocode-glib2 \ libshumate-1.0.so:x11-toolkits/libshumate \ libsoup-3.0.so:devel/libsoup3 \ libportal.so:deskutils/libportal \ + libportal-gtk4.so:deskutils/libportal-gtk4 \ libjson-glib-1.0.so:devel/json-glib RUN_DEPENDS= geoclue>=0:net/geoclue -USES= desktop-file-utils gettext gl gnome meson pkgconfig tar:xz xorg -USE_GNOME= cairo gtk40 intltool libadwaita libxml2 librsvg2 -USE_GL= egl +USES= desktop-file-utils gettext gnome meson pkgconfig tar:xz +USE_GNOME= cairo glib20 gtk40 introspection:build libadwaita \ + libxml2 librsvg2 USE_LDCONFIG= yes -USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr -INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.Maps.gschema.xml |