brltty rebuild
This commit is contained in:
@@ -11,10 +11,12 @@ from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
pisitools.flags.add(" -lspeechd")
|
||||
shelltools.export("PYTHON","/usr/bin/python3")
|
||||
autotools.configure(" \
|
||||
--with-tables-directory=/usr/share/brltty \
|
||||
--with-screen-driver=lx \
|
||||
--enable-gpm \
|
||||
--with-espeak \
|
||||
--with-install-root='%s' \
|
||||
--with-writable-directory='/run/brltty' \
|
||||
--disable-java-bindings" % get.installDIR())
|
||||
@@ -24,6 +26,8 @@ def build():
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
autotools.rawInstall("DESTDIR=%s install-udev" % get.installDIR())
|
||||
autotools.rawInstall("DESTDIR=%s install-polkit" % get.installDIR())
|
||||
#pisitools.removeDir("/run")
|
||||
pisitools.removeDir("/var")
|
||||
pisitools.dodoc("LICENSE*", "README")
|
||||
|
||||
@@ -16,16 +16,20 @@
|
||||
<Dependency>gpm</Dependency>
|
||||
<Dependency>bzip2</Dependency>
|
||||
<Dependency>tcl-devel</Dependency>
|
||||
<Dependency>atk-devel</Dependency>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>polkit-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>icu4c-devel</Dependency>
|
||||
<Dependency>expat-devel</Dependency>
|
||||
<Dependency>libXt-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>espeak-devel</Dependency>
|
||||
<Dependency>espeak-ng-devel</Dependency>
|
||||
<Dependency>cython</Dependency>
|
||||
<Dependency>cython3</Dependency>
|
||||
<Dependency>polkit-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>libpcre2-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
@@ -33,6 +37,7 @@
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
<Dependency versionFrom="3.17.0">liblouis-devel</Dependency>
|
||||
<Dependency>bluez-libs-devel</Dependency>
|
||||
<Dependency versionFrom="2.38.0">at-spi2-atk-devel</Dependency>
|
||||
<Dependency versionFrom="2.40.1">at-spi2-core-devel</Dependency>
|
||||
<Dependency>speech-dispatcher-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -53,11 +58,13 @@
|
||||
<Dependency>libXt</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>espeak</Dependency>
|
||||
<Dependency>espeak-ng</Dependency>
|
||||
<Dependency>libXaw</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>libpcre2</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>liblouis</Dependency>
|
||||
<Dependency>libXfixes</Dependency>
|
||||
<Dependency>bluez-libs</Dependency>
|
||||
<Dependency>at-spi2-core</Dependency>
|
||||
<Dependency>speech-dispatcher</Dependency>
|
||||
@@ -65,6 +72,7 @@
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/libexec/brltty/udev-wrapper</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
@@ -87,7 +95,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2021-05-02</Date>
|
||||
<Date>2021-05-21</Date>
|
||||
<Version>6.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
|
||||
Reference in New Issue
Block a user