libgedit tepl gfls new package

This commit is contained in:
Rmys
2024-05-31 15:02:57 +03:00
parent 90ae0dda5f
commit c0273cb805
10 changed files with 514 additions and 47 deletions
@@ -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()
def build():
mesontools.build()
def install():
mesontools.install()
#shelltools.cd("..")
pisitools.dodoc("LICENSES/*", "NEWS", "README*")
@@ -0,0 +1,75 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libgedit-gfls</Name>
<Homepage>https://github.com/gedit-technology/libgedit-gfls</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>A module dedicated to file loading and saving.</Summary>
<Icon>libgedit-gfls</Icon>
<Description>Dosya yükleme ve kaydetmeye ayrılmış bir modül.</Description>
<Archive sha1sum="ab509772af42b2456673c19804c13db5e5a288cd" type="tarxz">https://github.com/gedit-technology/libgedit-gfls/releases/download/0.1.0/libgedit-gfls-0.1.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>glib2-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libgedit-gfls.patch</Patch>
<Patch level="1">libgedit-gfls.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libgedit-gfls</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libgedit-gfls-devel</Name>
<Summary>Development files for libgedit-gfls</Summary>
<RuntimeDependencies>
<Dependency release="current">libgedit-gfls</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>libgedit-gfls-docs</Name>
<Summary>Development files for libgedit-gfls</Summary>
<RuntimeDependencies>
<Dependency release="current">libgedit-gfls</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-04-27</Date>
<Version>0.1.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>libgedit-gfls</Name>
<Summary xml:lang="tr">A module dedicated to file loading and saving.</Summary>
<Description xml:lang="tr">Dosya yükleme ve kaydetmeye ayrılmış bir modül.</Description>
</Source>
</PISI>