gnome ver. bump

This commit is contained in:
Rmys
2023-10-24 22:25:20 +03:00
parent 5de1a92523
commit 88e25a8ef8
30 changed files with 947 additions and 13 deletions
+28
View File
@@ -0,0 +1,28 @@
#!/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
libdir = "/usr/lib"
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.domove("/usr/share/pkgconfig/*.pc", "%s/pkgconfig" % libdir)
pisitools.removeDir("/usr/share/pkgconfig")
pisitools.dodoc("LICENSE", "NEWS", "README*")
+72
View File
@@ -0,0 +1,72 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>tecla</Name>
<Homepage>https://gitlab.gnome.org/GNOME/tecla</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Tecla uses GTK/Libadwaita for UI, and libxkbcommon to deal with keyboard maps.</Summary>
<Icon>tecla</Icon>
<Description>Tecla, kullanıcı arayüzü için GTK/Libadwaita'yı ve klavye haritalarıyla ilgilenmek için libxkbcommon'u kullanıyor.</Description>
<Archive sha1sum="0ec115141c5890cb59499dd71c0e0d42385b6f80" type="tarxz">https://download.gnome.org/sources/tecla/45/tecla-45.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk4-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>libadwaita-devel</Dependency>
<Dependency>libxkbcommon-devel</Dependency>
<Dependency>wayland-client</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>tecla.patch</Patch>
<Patch level="1">tecla.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>tecla</Name>
<RuntimeDependencies>
<Dependency>gtk4</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libadwaita</Dependency>
<Dependency>libxkbcommon</Dependency>
<Dependency>wayland-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>tecla-devel</Name>
<Summary>Development files for tecla</Summary>
<RuntimeDependencies>
<Dependency release="current">tecla</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-09-15</Date>
<Version>45.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>tecla</Name>
<Summary xml:lang="tr">Tecla uses GTK/Libadwaita for UI, and libxkbcommon to deal with keyboard maps.</Summary>
<Description xml:lang="tr">Tecla, kullanıcı arayüzü için GTK/Libadwaita'yı ve klavye haritalarıyla ilgilenmek için libxkbcommon'u kullanıyor.</Description>
</Source>
</PISI>