Files
main/programming/library/tecla/pspec.xml
T
2025-10-13 11:05:45 +03:00

101 lines
3.7 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://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="f745edb36b121e63b7a7dbf1683c0d46b53090ac" type="tarxz">https://download.gnome.org/sources/tecla/49/tecla-49.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk4-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency>libadwaita-devel</Dependency>
<Dependency>libxkbcommon-devel</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="5">
<Date>2025-09-14</Date>
<Version>49.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2025-09-01</Date>
<Version>48.0.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2024-09-16</Date>
<Version>47.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2024-03-17</Date>
<Version>46.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<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>