wayland-protocols ve. bump

This commit is contained in:
Rmys
2022-09-19 18:03:41 +03:00
parent c70227b475
commit 291c2b579a
8 changed files with 349916 additions and 349683 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
+83
View File
@@ -0,0 +1,83 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libshumate</Name>
<Homepage>https://gitlab.gnome.org/GNOME/libshumate</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<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>
<Archive sha1sum="52cbf08365c3e345d2813945c7dd4109b5cc79e6" type="tarxz">https://download.gnome.org/sources/libshumate/1.0/libshumate-1.0.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk4-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>graphene-devel</Dependency>
<Dependency>libsoup3-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libshumate.patch</Patch>
<Patch level="1">libshumate.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libshumate</Name>
<RuntimeDependencies>
<Dependency>gtk4</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>graphene</Dependency>
<Dependency>libsoup3</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/vala</Path>
<Path fileType="doc">/usr/share/doc</Path>
-->
</Files>
</Package>
<Package>
<Name>libshumate-devel</Name>
<Summary>Development files for libshumate</Summary>
<RuntimeDependencies>
<Dependency>gtk4-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>libsoup3-devel</Dependency>
<Dependency release="current">libshumate</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-09-19</Date>
<Version>1.0.1</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<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>
</Source>
</PISI>