mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
deskutils/gnome-maps: update to 47.7
PR: 286697
This commit is contained in:
committed by
Baptiste Daroussin
parent
7cfc4c11fd
commit
5cee7b0bb3
@@ -1,12 +1,12 @@
|
||||
PORTNAME= gnome-maps
|
||||
DISTVERSION= 47.4
|
||||
DISTVERSION= 47.7
|
||||
CATEGORIES= deskutils gnome
|
||||
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
|
||||
@@ -19,15 +19,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
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1741101797
|
||||
SHA256 (gnome/gnome-maps-47.4.tar.xz) = 18c5e270fb522cfd3c003ec01093e065eb2f2b8d1b2780dfc279e0bf77735e0b
|
||||
SIZE (gnome/gnome-maps-47.4.tar.xz) = 3272344
|
||||
TIMESTAMP = 1749285811
|
||||
SHA256 (gnome/gnome-maps-47.7.tar.xz) = 33499b35f7eb77eb835f9cb77cf7a8818f25db789c0591cf053060ebaf474ee5
|
||||
SIZE (gnome/gnome-maps-47.7.tar.xz) = 3272536
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
--- lib/meson.build.orig 2024-10-11 09:52:32 UTC
|
||||
+++ lib/meson.build
|
||||
@@ -54,8 +54,8 @@ libmaps_gir_targets = gnome.generate_gir(
|
||||
'Shumate-1.0'
|
||||
],
|
||||
install: true,
|
||||
- install_dir_gir: join_paths(pkgdatadir, 'gir-' + maps_gir_version),
|
||||
- install_dir_typelib: join_paths(pkglibdir, 'girepository-' + maps_gir_version)
|
||||
+ install_dir_gir: join_paths(datadir, 'gir-' + maps_gir_version),
|
||||
+ install_dir_typelib: join_paths(libdir, 'girepository-' + maps_gir_version)
|
||||
)
|
||||
|
||||
libmaps_gir = libmaps_gir_targets[0]
|
||||
@@ -1,11 +1,11 @@
|
||||
bin/gnome-maps
|
||||
lib/gnome-maps/girepository-1.0/GnomeMaps-1.0.typelib
|
||||
lib/girepository-1.0/GnomeMaps-1.0.typelib
|
||||
lib/gnome-maps/libgnome-maps.so
|
||||
lib/gnome-maps/libgnome-maps.so.0
|
||||
lib/gnome-maps/libgnome-maps.so.0.0.0
|
||||
share/applications/org.gnome.Maps.desktop
|
||||
share/dbus-1/services/org.gnome.Maps.service
|
||||
%%DATADIR%%/gir-1.0/GnomeMaps-1.0.gir
|
||||
share/gir-1.0/GnomeMaps-1.0.gir
|
||||
%%DATADIR%%/icons/hicolor/16x16/apps/anniversary-symbolic.svg
|
||||
%%DATADIR%%/icons/hicolor/16x16/apps/arrow1-right-symbolic.svg
|
||||
%%DATADIR%%/icons/hicolor/16x16/apps/arrow2-top-left-symbolic.svg
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
--- src/gcm-viewer.c.orig 2020-04-01 13:12:27 UTC
|
||||
+++ src/gcm-viewer.c
|
||||
@@ -12,7 +12,6 @@
|
||||
#include <gdk/gdkx.h>
|
||||
#include <glib/gstdio.h>
|
||||
#include <locale.h>
|
||||
-#include <canberra-gtk.h>
|
||||
#include <colord.h>
|
||||
#include <math.h>
|
||||
|
||||
Reference in New Issue
Block a user