liblouis-3.32.0

This commit is contained in:
uglyside
2025-02-22 23:54:15 +03:00
parent 683012e099
commit ca36953c9c
2 changed files with 25 additions and 24 deletions
+7 -11
View File
@@ -1,7 +1,8 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import get
@@ -10,20 +11,15 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
def setup():
# autotools.autoreconf("-vfi")
autotools.configure("--disable-static --enable-ucs4")
autotools.configure("--prefix=/usr --enable-ucs4 --disable-static")
def build():
autotools.make("-j1")
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "ChangeLog")
shelltools.export("LD_PRELOAD","%s/liblouis/.libs/liblouis.so.20" % get.curDIR())
pisitools.dodoc("AUTHORS", "COPYING", "COPYING.LESSER")
shelltools.cd("python")
pythonmodules.install("--prefix=/usr --optimize=1")
pythonmodules.install("--prefix=/usr --optimize=1",pyVer = "3")
pythonmodules.install(pyVer = "3")
+18 -13
View File
@@ -1,20 +1,22 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>liblouis</Name>
<Homepage>http://liblouis.org/</Homepage>
<Homepage>https://liblouis.io/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<Summary>Open-source braille translator and back-translator</Summary>
<Description>Open-source braille translator and back-translator</Description>
<Archive sha1sum="d1d87d2661b412a7ac21c288c1ce21cf23bcb538" type="targz">https://github.com/liblouis/liblouis/releases/download/v3.27.0/liblouis-3.27.0.tar.gz</Archive>
<License>GPLv3/LGPLv2.1</License>
<Summary>Open-source braille translator and back-translator.</Summary>
<Description>The Liblouis software suite provides an open-source braille translator, back-translator and formatter for a large number of languages and braille codes.</Description>
<Archive sha1sum="214d1c279466977a9e3a86a25c29c9c96b5bf0e8" type="targz">https://github.com/liblouis/liblouis/releases/download/v3.32.0/liblouis-3.32.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>help2man</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libyaml-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -24,12 +26,8 @@
<Dependency>libyaml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
@@ -42,11 +40,18 @@
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="11">
<Date>2025-02-23</Date>
<Version>3.32.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2023-11-03</Date>
<Version>3.27.0</Version>
@@ -54,7 +59,7 @@
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Update release="9">
<Date>2022-10-29</Date>
<Version>3.23.0</Version>
<Comment>Version bump.</Comment>
@@ -88,7 +93,7 @@
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="4">
<Update release="4">
<Date>2018-09-23</Date>
<Version>3.7.0</Version>
<Comment>Version bump</Comment>