gnome-text-editor new package

This commit is contained in:
Rmys
2021-10-04 11:29:13 +03:00
parent f70aa57702
commit 6c59b08d6d
10 changed files with 298963 additions and 298096 deletions
+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()
def build():
mesontools.build()
def install():
mesontools.install()
#shelltools.cd("..")
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
+78
View File
@@ -0,0 +1,78 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libadwaita</Name>
<Homepage>https://gitlab.gnome.org/GNOME/libadwaita</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Building blocks for modern GNOME applications.</Summary>
<Description>Modern GNOME uygulamaları için yapı taşları.</Description>
<Archive sha1sum="5d686ef0fa8b871add11d3bd7075b70c89b7bae4" type="tarxz">https://download.gnome.org/sources/libadwaita/1.0/libadwaita-1.0.0.alpha.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>sassc</Dependency>
<Dependency>gtk4-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>fribidi-devel</Dependency>
<Dependency>graphene-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libadwaita.patch</Patch>
<Patch level="1">libadwaita.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libadwaita</Name>
<RuntimeDependencies>
<Dependency>gtk4</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>fribidi</Dependency>
<Dependency>graphene</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<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="data">/usr/share/gir-1.0</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libadwaita-devel</Name>
<Summary>Development files for libadwaita</Summary>
<RuntimeDependencies>
<Dependency release="current">libadwaita</Dependency>
<Dependency>gtk4-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-09-30</Date>
<Version>1.0.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>libadwaita</Name>
<Summary xml:lang="tr">Building blocks for modern GNOME applications.</Summary>
<Description xml:lang="tr">Modern GNOME uygulamaları için yapı taşları.</Description>
</Source>
</PISI>