From 244822d686e8b816012475d22ca1f5a31c9694b0 Mon Sep 17 00:00:00 2001 From: suvari Date: Sat, 16 Sep 2023 21:53:40 +0300 Subject: [PATCH] libshumate: fix dependencies --- desktop/gnome/apps/libshumate/actions.py | 6 ++++-- desktop/gnome/apps/libshumate/pspec.xml | 11 +++++++---- desktop/gnome/apps/libshumate/translations.xml | 4 ++-- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/desktop/gnome/apps/libshumate/actions.py b/desktop/gnome/apps/libshumate/actions.py index e4331cad9d..7144d98e4c 100644 --- a/desktop/gnome/apps/libshumate/actions.py +++ b/desktop/gnome/apps/libshumate/actions.py @@ -11,12 +11,14 @@ from pisi.actionsapi import mesontools from pisi.actionsapi import get def setup(): - mesontools.configure() + mesontools.configure("--prefix=/usr \ + --buildtype=release \ + -Dgtk_doc=false") def build(): mesontools.build() def install(): mesontools.install() - + pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*") diff --git a/desktop/gnome/apps/libshumate/pspec.xml b/desktop/gnome/apps/libshumate/pspec.xml index e2d88cc96d..7c2b3bd1e9 100644 --- a/desktop/gnome/apps/libshumate/pspec.xml +++ b/desktop/gnome/apps/libshumate/pspec.xml @@ -1,5 +1,5 @@ - + libshumate @@ -12,7 +12,7 @@ library libshumate is a GTK4 widget to display maps. libshumate - libshumate, haritaları görüntülemek için bir GTK4 widget'ıdır. + libshumate is a C library providing a GtkWidget to display maps in GTK4 applications. It supports numerous free map sources such as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps for free. https://download.gnome.org/sources/libshumate/1.1/libshumate-1.1.0.tar.xz git @@ -23,10 +23,12 @@ cairo-devel glib2-devel sqlite-devel + sysprof-devel graphene-devel libsoup3-devel valgrind-devel gdk-pixbuf-devel + gobject-introspection-devel