Merge pull request #12350 from suvari/master

libshumate: fix dependencies
This commit is contained in:
Kamil ATLI
2023-09-16 21:54:24 +03:00
committed by GitHub
3 changed files with 13 additions and 8 deletions
+4 -2
View File
@@ -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*")
+7 -4
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libshumate</Name>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>libshumate is a GTK4 widget to display maps.</Summary>
<Icon>libshumate</Icon>
<Description>libshumate, haritaları görüntülemek için bir GTK4 widget'ıdır.</Description>
<Description>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.</Description>
<Archive sha1sum="45b1146556cd9dd5b737f6419b878f60c695e2de" type="tarxz">https://download.gnome.org/sources/libshumate/1.1/libshumate-1.1.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
@@ -23,10 +23,12 @@
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>sysprof-devel</Dependency>
<Dependency>graphene-devel</Dependency>
<Dependency>libsoup3-devel</Dependency>
<Dependency>valgrind-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
@@ -48,8 +50,8 @@
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib/libshumate-1.0.so*</Path>
<Path fileType="library">/usr/lib/girepository-1.0/Shumate-1.0.typelib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/vala</Path>
<Path fileType="doc">/usr/share/doc</Path>
@@ -65,6 +67,7 @@
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>sysprof-devel</Dependency>
<Dependency>libsoup3-devel</Dependency>
<Dependency release="current">libshumate</Dependency>
</RuntimeDependencies>
@@ -2,7 +2,7 @@
<PISI>
<Source>
<Name>libshumate</Name>
<Summary xml:lang="tr">libshumate is a GTK4 widget to display maps.</Summary>
<Description xml:lang="tr">libshumate, haritaları görüntülemek için bir GTK4 widget'ıdır.</Description>
<Summary xml:lang="tr">libshumate, haritaları görüntülemek için kullanılan bir GTK4 aracıdır.</Summary>
<Description xml:lang="tr">libshumate, GTK4 uygulamalarında haritaları görüntülemek için bir GtkWidget sağlayan bir C kütüphanesidir. OpenStreetMap, OpenCycleMap, OpenAerialMap ve Maps gibi çok sayıda ücretsiz harita kaynağını ücretsiz olarak destekler.</Description>
</Source>
</PISI>