tinysparql nev package

This commit is contained in:
Rmys
2024-09-19 18:09:26 +03:00
parent 046ebc50c9
commit a5c42ddc69
13 changed files with 6918 additions and 2226 deletions
+6554 -2224
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
1617471a8d7f1cb8c08c3fd462ad8f21495b25c9
11af447c5091c317b84dca4b54f3a9ba3a2c0e3c
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
eb696b383163a647635715a4bec228460143379e
3c9883af5e11161ef75caad3b6066119535f0164
@@ -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("COPYING", "NEWS", "README*")
+81
View File
@@ -0,0 +1,81 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libspelling</Name>
<Homepage>https://gitlab.gnome.org/chergert/libspelling</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Spellcheck library for GTK 4</Summary>
<Description>GTK 4 için yazım denetimi kütüphanesi
</Description>
<Archive sha1sum="371bdc84321fb3ac81a7bbd409f1e55986a3dfbd" type="tarxz">https://download.gnome.org/sources/libspelling/0.4/libspelling-0.4.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk4-devel</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>enchant2-devel</Dependency>
<Dependency>gtksourceview5-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libspelling.patch</Patch>
<Patch level="1">libspelling.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libspelling</Name>
<RuntimeDependencies>
<Dependency>gtk4</Dependency>
<Dependency>glib2</Dependency>
<Dependency>icu4c</Dependency>
<Dependency>pango</Dependency>
<Dependency>enchant2</Dependency>
<Dependency>gtksourceview5</Dependency>
<Dependency>gobject-introspection</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/vala</Path>
<Path fileType="doc">/usr/share/doc</Path>
-->
</Files>
</Package>
<Package>
<Name>libspelling-devel</Name>
<Summary>Development files for libspelling</Summary>
<RuntimeDependencies>
<Dependency release="current">libspelling</Dependency>
<Dependency>gtk4-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gtksourceview5-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-09-14</Date>
<Version>0.4.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libspelling</Name>
<Summary xml:lang="tr">Spellcheck library for GTK 4</Summary>
<Description xml:lang="tr">GTK 4 için yazım denetimi kütüphanesi
</Description>
</Source>
</PISI>
@@ -0,0 +1,25 @@
#!/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("-Dlandlock=enabled \
-Dsystemd_user_services=false \
-Dnetwork_manager=disabled")
def build():
mesontools.build()
def install():
mesontools.install()
#shelltools.cd("..")
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
+95
View File
@@ -0,0 +1,95 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>localsearch</Name>
<Homepage>https://tracker.gnome.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Filesystem indexer and metadata extractor</Summary>
<Description>Dosya sistemi dizinleyici ve meta veri çıkarıcı</Description>
<Archive sha1sum="7ead80cfb662b6c3c89846213d6c14ea424881f4" type="tarxz">https://download.gnome.org/sources/localsearch/3.8/localsearch-3.8.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>exempi-devel</Dependency>
<Dependency>giflib-devel</Dependency>
<Dependency>libpng-devel</Dependency>
<Dependency>upower-devel</Dependency>
<Dependency>libexif-devel</Dependency>
<Dependency>libgxps-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libgudev-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>libgexiv2-devel</Dependency>
<Dependency>libseccomp-devel</Dependency>
<Dependency>tinysparql-devel</Dependency>
<Dependency>poppler-glib-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>totem-pl-parser-devel</Dependency>
<Dependency>gst-plugins-base-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>localsearch.patch</Patch>
<Patch level="1">localsearch.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>localsearch</Name>
<RuntimeDependencies>
<Dependency>tiff</Dependency>
<Dependency>glib2</Dependency>
<Dependency>icu4c</Dependency>
<Dependency>exempi</Dependency>
<Dependency>giflib</Dependency>
<Dependency>libpng</Dependency>
<Dependency>upower</Dependency>
<Dependency>libexif</Dependency>
<Dependency>libgxps</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libgudev</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>libgexiv2</Dependency>
<Dependency>libseccomp</Dependency>
<Dependency>tinysparql</Dependency>
<Dependency>poppler-glib</Dependency>
<Dependency>libjpeg-turbo</Dependency>
<Dependency>totem-pl-parser</Dependency>
<Dependency>gst-plugins-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<Replaces>
<Package>tracker-miners</Package>
</Replaces>
</Package>
<History>
<Update release="1">
<Date>2024-09-16</Date>
<Version>3.8.0</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>localsearch</Name>
<Summary xml:lang="tr">Filesystem indexer and metadata extractor</Summary>
<Description xml:lang="tr">Dosya sistemi dizinleyici ve meta veri çıkarıcı</Description>
</Source>
</PISI>
+23
View File
@@ -0,0 +1,23 @@
#!/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("-Dsystemd_user_services=false")
def build():
mesontools.build()
def install():
mesontools.install()
#shelltools.cd("..")
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
+91
View File
@@ -0,0 +1,91 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>tinysparql</Name>
<Homepage>https://tracker.gnome.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Low-footprint RDF triple store library with SPARQL 1.1 interface</Summary>
<Description>SPARQL 1.1 arayüzüne sahip düşük ayak izli RDF üçlü depolama kütüphanesi</Description>
<Archive sha1sum="d0b12bca1455dacfc56202430ba962054d0efd16" type="tarxz">https://download.gnome.org/sources/tinysparql/3.8/tinysparql-3.8.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libsoup3-devel</Dependency>
<Dependency>json-glib-devel</Dependency>
<Dependency>avahi-glib-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>tinysparql.patch</Patch>
<Patch level="1">tinysparql.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>tinysparql</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>icu4c</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libsoup3</Dependency>
<Dependency>json-glib</Dependency>
<Dependency>avahi-glib</Dependency>
<Dependency>avahi-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/vala</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<Replaces>
<Package>tinysparql</Package>
</Replaces>
</Package>
<Package>
<Name>tinysparql-devel</Name>
<Summary>Development files for tinysparql</Summary>
<RuntimeDependencies>
<Dependency release="current">tinysparql</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>json-glib-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-09-16</Date>
<Version>3.8.0</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>tinysparql</Name>
<Summary xml:lang="tr">Low-footprint RDF triple store library with SPARQL 1.1 interface</Summary>
<Description xml:lang="tr">SPARQL 1.1 arayüzüne sahip düşük ayak izli RDF üçlü depolama kütüphanesi</Description>
</Source>
</PISI>