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
+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", "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>libei</Name>
<Homepage>https://gitlab.freedesktop.org/libinput/libei</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>libei is a library for Emulated Input, primarily aimed at the Wayland
stack. It provides three parts:</Summary>
<Icon>libei</Icon>
<Description>libei, öncelikle Wayland'i hedefleyen, Taklit Edilmiş Giriş için bir kütüphanedir
yığın. Üç bölüm sağlar:</Description>
<Archive sha1sum="67e09efa21d352ef9c546b61103ef9683bd36d27" type="tarbz2">https://gitlab.freedesktop.org/libinput/libei/-/archive/1.1.0/libei-1.1.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>meson</Dependency>
<Dependency>elogind-devel</Dependency>
<Dependency>libevdev-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libei.patch</Patch>
<Patch level="1">libei.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libei</Name>
<RuntimeDependencies>
<Dependency>elogind</Dependency>
<Dependency>libevdev</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libei-devel</Name>
<Summary>Development files for libei</Summary>
<RuntimeDependencies>
<Dependency release="current">libei</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-09-17</Date>
<Version>1.1.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,10 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libei</Name>
<Summary xml:lang="tr">libei is a library for Emulated Input, primarily aimed at the Wayland
stack. It provides three parts:</Summary>
<Description xml:lang="tr">libei, öncelikle Wayland'i hedefleyen, Taklit Edilmiş Giriş için bir kütüphanedir
yığın. Üç bölüm sağlar:</Description>
</Source>
</PISI>