Merge pull request #12350 from suvari/master
libshumate: fix dependencies
This commit is contained in:
@@ -11,12 +11,14 @@ from pisi.actionsapi import mesontools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
mesontools.configure()
|
mesontools.configure("--prefix=/usr \
|
||||||
|
--buildtype=release \
|
||||||
|
-Dgtk_doc=false")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
mesontools.build()
|
mesontools.build()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
mesontools.install()
|
mesontools.install()
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>libshumate</Name>
|
<Name>libshumate</Name>
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>libshumate is a GTK4 widget to display maps.</Summary>
|
<Summary>libshumate is a GTK4 widget to display maps.</Summary>
|
||||||
<Icon>libshumate</Icon>
|
<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>
|
<Archive sha1sum="45b1146556cd9dd5b737f6419b878f60c695e2de" type="tarxz">https://download.gnome.org/sources/libshumate/1.1/libshumate-1.1.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>git</Dependency>
|
<Dependency>git</Dependency>
|
||||||
@@ -23,10 +23,12 @@
|
|||||||
<Dependency>cairo-devel</Dependency>
|
<Dependency>cairo-devel</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>sqlite-devel</Dependency>
|
<Dependency>sqlite-devel</Dependency>
|
||||||
|
<Dependency>sysprof-devel</Dependency>
|
||||||
<Dependency>graphene-devel</Dependency>
|
<Dependency>graphene-devel</Dependency>
|
||||||
<Dependency>libsoup3-devel</Dependency>
|
<Dependency>libsoup3-devel</Dependency>
|
||||||
<Dependency>valgrind-devel</Dependency>
|
<Dependency>valgrind-devel</Dependency>
|
||||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||||
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<!--
|
<!--
|
||||||
<Patches>
|
<Patches>
|
||||||
@@ -48,8 +50,8 @@
|
|||||||
<Dependency>gdk-pixbuf</Dependency>
|
<Dependency>gdk-pixbuf</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib/libshumate-1.0.so*</Path>
|
||||||
<Path fileType="data">/usr/share</Path>
|
<Path fileType="library">/usr/lib/girepository-1.0/Shumate-1.0.typelib</Path>
|
||||||
<Path fileType="localedata">/usr/share/locale</Path>
|
<Path fileType="localedata">/usr/share/locale</Path>
|
||||||
<Path fileType="data">/usr/share/vala</Path>
|
<Path fileType="data">/usr/share/vala</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
@@ -65,6 +67,7 @@
|
|||||||
<Dependency>cairo-devel</Dependency>
|
<Dependency>cairo-devel</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>sqlite-devel</Dependency>
|
<Dependency>sqlite-devel</Dependency>
|
||||||
|
<Dependency>sysprof-devel</Dependency>
|
||||||
<Dependency>libsoup3-devel</Dependency>
|
<Dependency>libsoup3-devel</Dependency>
|
||||||
<Dependency release="current">libshumate</Dependency>
|
<Dependency release="current">libshumate</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>libshumate</Name>
|
<Name>libshumate</Name>
|
||||||
<Summary xml:lang="tr">libshumate is a GTK4 widget to display maps.</Summary>
|
<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, haritaları görüntülemek için bir GTK4 widget'ıdır.</Description>
|
<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>
|
</Source>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user