libdex new package

This commit is contained in:
Rmys
2023-03-21 12:14:55 +03:00
parent 241ca9a1fd
commit ee2d68c15e
8 changed files with 1076 additions and 361 deletions
+968 -358
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
ac7c645ad4077923a9e3099e5485c513a1495a1c
4b98825c277cdf636947f73812041018f154e120
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
5e7623f551a0ceb1da75b2b02613cfac0f717e7b
dbfc6aa213afd85553c42de9423a8dea4988c611
+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("COPYING", "NEWS", "README*")
+68
View File
@@ -0,0 +1,68 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libdex</Name>
<Homepage>https://gitlab.gnome.org/GNOME/libdex</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Deferred Execution library for GNOME and GTK</Summary>
<Icon>libdex</Icon>
<Description>GNOME ve GTK için Ertelenmiş Yürütme kitaplığı</Description>
<Archive sha1sum="2a2f0bb347a64b89c14de89a8148bf3ecd70c507" type="tarxz">https://download.gnome.org/sources/libdex/0.2/libdex-0.2.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>liburing-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libdex.patch</Patch>
<Patch level="1">libdex.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libdex</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>liburing</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/vala</Path>
</Files>
</Package>
<Package>
<Name>libdex-devel</Name>
<Summary>Development files for libdex</Summary>
<RuntimeDependencies>
<Dependency release="current">libdex</Dependency>
<Dependency>glib2-devel</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>2023-03-21</Date>
<Version>0.2.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>libdex</Name>
<Summary xml:lang="tr">Deferred Execution library for GNOME and GTK</Summary>
<Description xml:lang="tr">GNOME ve GTK için Ertelenmiş Yürütme kitaplığı</Description>
</Source>
</PISI>
+8 -1
View File
@@ -11,7 +11,7 @@
<License>LGPLv2.1</License>
<Summary>template-glib is a library for template expansion which supports calling into GObject Introspection from templates.</Summary>
<Description>Template-GLib is a library to help you generate text based on a template and user defined state. Template-GLib does not use a language runtime, so it is safe to use from any GObject-Introspectable language.</Description>
<Archive sha1sum="068752c202895fb1b1cb526542328c807d04dbc5" type="tarxz">https://download.gnome.org/sources/template-glib/3.36/template-glib-3.36.0.tar.xz</Archive>
<Archive sha1sum="45841bbedb62915d38e39aeca1d3ce0380552931" type="tarxz">https://download.gnome.org/sources/template-glib/3.36/template-glib-3.36.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>vala-devel</Dependency>
@@ -52,6 +52,13 @@
</Package>
<History>
<Update release="4">
<Date>2023-03-21</Date>
<Version>3.36.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2022-09-18</Date>
<Version>3.36.0</Version>