Merge branch 'master' into master
This commit is contained in:
@@ -15,7 +15,7 @@ def build():
|
||||
|
||||
|
||||
def install():
|
||||
shelltools.system("cargo install --path . --root='%s'/usr" % get.installDIR())
|
||||
pisitools.remove("/usr/.crates.toml")
|
||||
pisitools.remove("/usr/.crates2.json")
|
||||
pisitools.dodoc("LICENSE", "README.md","TODO.md*")
|
||||
shelltools.system("cargo install --path . --root='%s'/usr" % get.installDIR())
|
||||
pisitools.remove("/usr/.crates.toml")
|
||||
pisitools.remove("/usr/.crates2.json")
|
||||
pisitools.dodoc("LICENSE", "README.md","TODO.md*")
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pisi-software-center</Name>
|
||||
<Summary xml:lang="tr">PiSi kömutları grafik arayüzü</Summary>
|
||||
<Name>pisi-manager</Name>
|
||||
<Summary xml:lang="tr">PiSi komutları grafik arayüzü</Summary>
|
||||
<Description xml:lang="tr">PiSi yöneticisine ait paket kurma, kaldırma ve güncelleme gibi işlerin grafik ortamda yapılabilmesini sağlayan PiSi grafik arayüzü.</Description>
|
||||
<Description xml:lang="fr">PiSi est une interface graphique permettant d'effectuer l'installation, la suppression et la mise à jour de paquet PiSi depuis un environnement graphique.</Description>
|
||||
</Source>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libblockdev</Name>
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app</IsA>
|
||||
<Summary>A library for manipulating block devices</Summary>
|
||||
<Description>Blok cihazlarını değiştirmek için bir kütüphane</Description>
|
||||
<Archive sha1sum="1ba37c5e1f06119536a1eaeb7bb40599e52eae57" type="targz">https://github.com/storaged-project/libblockdev/releases/download/3.4.0/libblockdev-3.4.0.tar.gz</Archive>
|
||||
<Archive sha1sum="c6218b5564e6109c2603d8bbed400e50799e66fe" type="targz">https://github.com/storaged-project/libblockdev/releases/download/3.5.0/libblockdev-3.5.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>nss-devel</Dependency>
|
||||
<Dependency>mdadm</Dependency>
|
||||
@@ -86,6 +86,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="23">
|
||||
<Date>2026-04-27</Date>
|
||||
<Version>3.5.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="22">
|
||||
<Date>2026-04-05</Date>
|
||||
<Version>3.4.0</Version>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>rsync</Name>
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>File transfer program to keep local copies in sync with remote files</Summary>
|
||||
<Description>rsync is a tool to keep local copies of remote files in sync (i.e. make sure local files are exact copies of remote files).</Description>
|
||||
<Archive sha1sum="19a6173f6242275478fc35804e87616ff82b5cff" type="targz">https://www.samba.org/ftp/rsync/src/rsync-3.4.1.tar.gz</Archive>
|
||||
<Archive sha1sum="e373a0542f8edf724435b5f9d0107c83605ce076" type="targz">https://www.samba.org/ftp/rsync/src/rsync-3.4.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
<Dependency>attr-devel</Dependency>
|
||||
@@ -52,6 +52,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2026-04-28</Date>
|
||||
<Version>3.4.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2025-01-17</Date>
|
||||
<Version>3.4.1</Version>
|
||||
|
||||
+359273
-358641
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
c54401d0d4d575ee9f07b8c92006ee344676acd9
|
||||
90c25479083bdee127becbe522d4f18c99e30dc8
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
1b799c9c3ad0cf7ee6430d08b32c4136385aff4e
|
||||
62dd9db52a1677189abe149dab5e4b2a906513d2
|
||||
@@ -0,0 +1,27 @@
|
||||
#!/usr/bin/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 perlmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir="SGMLSpm-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
perlmodules.configure("--skipdeps")
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
shelltools.system("ln -sv /usr/bin/vendor_perl/sgmlspl.pl sgmlspl")
|
||||
|
||||
pisitools.dodoc("README", "COPYING")
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-sgmls</Name>
|
||||
<Homepage>https://search.cpan.org/dist/SGMLSpm</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL, PerlArtistic</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A Post-Processor for SGMLS and NSGMLS</Summary>
|
||||
<Description>SGMLS.PM: A PERL5 CLASS LIBRARY FOR USE WITH THE SGMLS AND NSGMLS PARSERS</Description>
|
||||
<Archive sha1sum="31d4199d71d5d809f5847bac594c03348c82e2e2" type="targz">https://cpan.metacpan.org/authors/id/R/RA/RAAB/SGMLSpm-1.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-sgmls</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2026-04-27</Date>
|
||||
<Version>1.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-sgmls</Name>
|
||||
<Summary xml:lang="tr">SGMLS ve NSGMLS için bir Son İşlemci</Summary>
|
||||
<Description xml:lang="tr">Terminalde uluslararası metinleri biçimlendirmek istiyorsanız, karakter genişliğindeki varyasyonların farkında olmanız ve bu modülü kullanmanız gerekecektir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,25 @@
|
||||
#!/usr/bin/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 perlmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir="TermReadKey-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("README")
|
||||
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-term-readkey</Name>
|
||||
<Homepage>https://search.cpan.org/~jstowe/TermReadKey/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Provides simple control over terminal driver modes</Summary>
|
||||
<Description>A perl module for simple terminal control</Description>
|
||||
<Archive sha1sum="e869c13a485e6c56561c34351fd62352bdac793c" type="targz">https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.38.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>perl-term-readkey</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2026-04-27</Date>
|
||||
<Version>2.38</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-term-readkey</Name>
|
||||
<Summary xml:lang="tr">Terminal sürücü modları üzerinde basit kontrol sağlar.</Summary>
|
||||
<Description xml:lang="tr">Basit terminal kontrolü için bir Perl modülü.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,25 @@
|
||||
#!/usr/bin/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 perlmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir="Text-CharWidth-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("README")
|
||||
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-text-charwidth</Name>
|
||||
<Homepage>https://search.cpan.org/dist/Text-CharWidth</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL, PerlArtistic</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Perl/CPAN Module Text::CharWidth</Summary>
|
||||
<Description>If you would like to format international texts on terminal, you will have to be aware of variation of character width and will want to use this module.</Description>
|
||||
<Archive sha1sum="b369ce7a531539ebf5b9cf1c1b09d66846f56aa4" type="targz">https://cpan.metacpan.org/authors/id/K/KU/KUBOTA/Text-CharWidth-0.04.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-text-charwidth</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2026-04-27</Date>
|
||||
<Version>0.04</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-text-charwidth</Name>
|
||||
<Summary xml:lang="tr">Perl/CPAN Modülü Text::CharWidth</Summary>
|
||||
<Description xml:lang="tr">Terminalde uluslararası metinleri biçimlendirmek istiyorsanız, karakter genişliğindeki varyasyonların farkında olmanız ve bu modülü kullanmanız gerekecektir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,25 @@
|
||||
#!/usr/bin/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 perlmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir="Text-WrapI18N-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("README")
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-text-wrapi18n</Name>
|
||||
<Homepage>https://search.cpan.org/dist/Text-WrapI18N/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL, PerlArtistic</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words</Summary>
|
||||
<Description>This is a module which intends to substitute Text::Wrap, which supports internationalized texts including:
|
||||
- multibyte encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5,
|
||||
- fullwidth characters like east Asian characters which appear in
|
||||
UTF-8, EUC-JP, EUC-KR, GB2312, Big5, and so on,
|
||||
- combining characters like diacritical marks which appear in UTF-8,
|
||||
ISO-8859-11 (aka TIS-620), and so on, and
|
||||
- languages which don't use whitespaces between words, like Chinese
|
||||
and Japanese.</Description>
|
||||
<Archive sha1sum="f397756b8d0a090fdecbf9c854922c0d9825f284" type="targz">https://cpan.metacpan.org/authors/id/K/KU/KUBOTA/Text-WrapI18N-0.06.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-text-charwidth</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-text-wrapi18n</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-text-charwidth</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/perl5</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2026-04-27</Date>
|
||||
<Version>0.06</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-text-wrapi18n</Name>
|
||||
<Summary xml:lang="tr">Çok baytlı, tam genişlikli ve kelimeler arasında boşluk bırakmadan karakterleri ve dilleri birleştirmeyi destekleyen satır kaydırma modülü.</Summary>
|
||||
<Description xml:lang="tr">Bu modül, aşağıdakiler dahil olmak üzere uluslararasılaştırılmış metinleri destekleyen Text::Wrap'ın yerini almayı amaçlamaktadır:
|
||||
- UTF-8, EUC-JP, EUC-KR, GB2312 ve Big5 gibi çok baytlı kodlamalar,
|
||||
- UTF-8, EUC-JP, EUC-KR, GB2312, Big5 ve benzerlerinde görünen Doğu Asya karakterleri gibi tam genişlikli karakterler,
|
||||
- UTF-8, ISO-8859-11 (diğer adıyla TIS-620) ve benzerlerinde görünen diyakritik işaretler gibi birleştirici karakterler ve
|
||||
- Çince ve Japonca gibi kelimeler arasında boşluk kullanmayan diller.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-unicode-linebreak</Name>
|
||||
@@ -19,7 +19,6 @@
|
||||
<Dependency>perl-mime-charset</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-unicode-linebreak</Name>
|
||||
<RuntimeDependencies>
|
||||
@@ -36,7 +35,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2026-04-12</Date>
|
||||
<Date>2026-04-27</Date>
|
||||
<Version>2019.001</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
|
||||
@@ -12,10 +12,11 @@
|
||||
<IsA>app</IsA>
|
||||
<Summary>Password manager</Summary>
|
||||
<Description>Şifre yöneticisi</Description>
|
||||
<Archive sha1sum="0f8f5755e384d38a223660eb1962c7023ea21d98" type="tarxz">https://download.kde.org/stable/keepsecret/1.0.0/keepsecret-1.0.0.tar.xz</Archive>
|
||||
<Archive sha1sum="98ad532386d5598c0a89bc610c7ee9366bf5e486" type="tarxz">https://download.kde.org/stable/keepsecret/keepsecret-1.1.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kcrash-devel</Dependency>
|
||||
<Dependency>kirigami-devel</Dependency>
|
||||
<Dependency>kconfig-devel</Dependency>
|
||||
<Dependency>qt6-svg-devel</Dependency>
|
||||
@@ -41,6 +42,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kcrash</Dependency>
|
||||
<Dependency>kirigami</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>qt6-svg</Dependency>
|
||||
@@ -68,6 +70,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2026-04-27</Date>
|
||||
<Version>1.1.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2025-12-29</Date>
|
||||
<Version>1.0.0</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Run X clients under wayland</Summary>
|
||||
<Description>Run X clients under wayland</Description>
|
||||
<Archive sha1sum="5638a9508cd9c106e5f39110379716fb3b7825f8" type="tarxz">https://xorg.freedesktop.org/archive/individual/xserver/xwayland-24.1.10.tar.xz</Archive>
|
||||
<Archive sha1sum="7aadbde2a433077b66d7d7e7a5f7954b50ac24b3" type="tarxz">https://xorg.freedesktop.org/archive/individual/xserver/xwayland-24.1.11.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>xtrans</Dependency>
|
||||
@@ -95,6 +95,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="34">
|
||||
<Date>2026-04-27</Date>
|
||||
<Version>24.1.11</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="33">
|
||||
<Date>2026-04-14</Date>
|
||||
<Version>24.1.10</Version>
|
||||
|
||||
Reference in New Issue
Block a user