tar -xf ibus-braille-0.3.tar.xz Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- | abbreviation-editor/main.py | 2 +- | language-editor/main.py | 2 +- | preferences/main.py | 2 +- | 3 files changed, 3 insertions(+), 3 deletions(-) | |--- a/abbreviation-editor/main.py |+++ b/abbreviation-editor/main.py -------------------------- patching file abbreviation-editor/main.py Using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- a/language-editor/main.py |+++ b/language-editor/main.py -------------------------- patching file language-editor/main.py Using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- a/preferences/main.py |+++ b/preferences/main.py -------------------------- patching file preferences/main.py Using Plan A... Hunk #1 succeeded at 1. done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Description: Specify version of imported libs |Author: Gunnar Hjalmarsson |Bug-Debian: https://bugs.debian.org/1031734 | |--- a/abbreviation-editor/main.py |+++ b/abbreviation-editor/main.py -------------------------- patching file abbreviation-editor/main.py Using Plan A... Hunk #1 succeeded at 20. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- a/engine/engine.py |+++ b/engine/engine.py -------------------------- patching file engine/engine.py Using Plan A... Hunk #1 succeeded at 25. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- a/engine/main.py |+++ b/engine/main.py -------------------------- patching file engine/main.py Using Plan A... Hunk #1 succeeded at 25. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- a/language-editor/main.py |+++ b/language-editor/main.py -------------------------- patching file language-editor/main.py Using Plan A... Hunk #1 succeeded at 23. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- a/preferences/main.py |+++ b/preferences/main.py -------------------------- patching file preferences/main.py Using Plan A... Hunk #1 succeeded at 21. done + libtoolize --automake --copy + aclocal -I m4 + autoheader + automake --add-missing --copy configure.ac:35: installing './compile' configure.ac:52: installing './config.guess' configure.ac:52: installing './config.sub' configure.ac:34: installing './install-sh' configure.ac:34: installing './missing' Makefile.am: installing './INSTALL' engine/Makefile.am:21: installing './py-compile' + autoconf + export 'CFLAGS=-g -O0' + CFLAGS='-g -O0' + export 'CXXFLAGS=-g -O0' + CXXFLAGS='-g -O0' + ./configure --prefix=/usr --enable-maintainer-mode --with-python=python3 checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether make supports nested variables... (cached) yes checking whether build environment is sane... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking for library containing strerror... none required checking for ANSI C header files... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether python3 version is >= 2.5... yes checking for python3 version... 3.9 checking for python3 platform... linux checking for python3 script directory... ${prefix}/lib64/python3.9/site-packages checking for python3 extension module directory... ${exec_prefix}/lib64/python3.9/site-packages checking that generated files are newer than configure... done checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating engine/Makefile config.status: creating engine/ibus-braille config.status: creating engine/braille.xml.in config.status: creating icons/Makefile config.status: creating m4/Makefile config.status: creating braille/Makefile config.status: creating braille/english/Makefile config.status: creating braille/french/Makefile config.status: creating braille/hindi/Makefile config.status: creating braille/kannada/Makefile config.status: creating braille/malayalam/Makefile config.status: creating braille/numerical/Makefile config.status: creating braille/spanish/Makefile config.status: creating braille/tamil/Makefile config.status: creating braille/arabic/Makefile config.status: creating braille/braille/Makefile config.status: creating preferences/Makefile config.status: creating preferences/ibus-braille-preferences config.status: creating abbreviation-editor/Makefile config.status: creating abbreviation-editor/ibus-braille-abbreviation-editor config.status: creating language-editor/Makefile config.status: creating language-editor/ibus-braille-language-editor config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether make supports nested variables... (cached) yes checking whether build environment is sane... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking for library containing strerror... none required checking for ANSI C header files... (cached) yes checking build system type... x86_64-slackware-linux-gnu checking host system type... x86_64-slackware-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-slackware-linux-gnu file names to x86_64-slackware-linux-gnu format... func_convert_file_noop checking how to convert x86_64-slackware-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether /usr/bin/python3 version is >= 2.5... yes checking for /usr/bin/python3 version... 3.9 checking for /usr/bin/python3 platform... linux checking for /usr/bin/python3 script directory... ${prefix}/lib64/python3.9/site-packages checking for /usr/bin/python3 extension module directory... ${exec_prefix}/lib64/python3.9/site-packages checking that generated files are newer than configure... done checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating engine/Makefile config.status: creating engine/ibus-braille config.status: creating engine/braille.xml.in config.status: creating icons/Makefile config.status: creating m4/Makefile config.status: creating braille/Makefile config.status: creating braille/english/Makefile config.status: creating braille/french/Makefile config.status: creating braille/hindi/Makefile config.status: creating braille/kannada/Makefile config.status: creating braille/malayalam/Makefile config.status: creating braille/numerical/Makefile config.status: creating braille/spanish/Makefile config.status: creating braille/tamil/Makefile config.status: creating braille/arabic/Makefile config.status: creating braille/braille/Makefile config.status: creating preferences/Makefile config.status: creating preferences/ibus-braille-preferences config.status: creating abbreviation-editor/Makefile config.status: creating abbreviation-editor/ibus-braille-abbreviation-editor config.status: creating language-editor/Makefile config.status: creating language-editor/ibus-braille-language-editor config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands make all-recursive make[1]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3' Making all in engine make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/engine' GEN braille.xml make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/engine' Making all in braille make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille' Making all in english make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/english' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/english' Making all in hindi make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/hindi' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/hindi' Making all in kannada make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/kannada' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/kannada' Making all in malayalam make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/malayalam' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/malayalam' Making all in numerical make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/numerical' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/numerical' Making all in spanish make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/spanish' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/spanish' Making all in tamil make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/tamil' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/tamil' Making all in french make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/french' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/french' Making all in arabic make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/arabic' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/arabic' Making all in braille make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/braille' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/braille' make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille' Making all in preferences make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/preferences' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/preferences' Making all in abbreviation-editor make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/abbreviation-editor' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/abbreviation-editor' Making all in language-editor make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/language-editor' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/language-editor' Making all in icons make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/icons' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/icons' Making all in m4 make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/m4' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/m4' make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3' make[1]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3' Making install in engine make[1]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/engine' make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/engine' /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/bin' /usr/bin/ginstall -c ibus-braille '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/bin' /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus/component' /usr/bin/ginstall -c -m 644 braille.xml '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus/component' /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille' /usr/bin/ginstall -c -m 644 engine.py main.py '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille' Byte-compiling python modules... engine.pymain.py Byte-compiling python modules (optimized versions) ... engine.pymain.py make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/engine' make[1]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/engine' Making install in braille make[1]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille' Making install in english make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/english' make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/english' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/english' /usr/bin/ginstall -c -m 644 abbreviations.txt abbreviations_default.txt beginning.txt help.txt 4.txt 45.txt 456.txt 46.txt 5.txt 56.txt 6.txt middle.txt punctuations.txt '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/english' make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/english' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/english' Making install in hindi make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/hindi' make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/hindi' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/hindi' /usr/bin/ginstall -c -m 644 abbreviations.txt abbreviations_default.txt beginning.txt help.txt 36.txt middle.txt punctuations.txt '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/hindi' make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/hindi' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/hindi' Making install in kannada make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/kannada' make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/kannada' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/kannada' /usr/bin/ginstall -c -m 644 abbreviations.txt abbreviations_default.txt beginning.txt help.txt middle.txt punctuations.txt '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/kannada' make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/kannada' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/kannada' Making install in malayalam make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/malayalam' make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/malayalam' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/malayalam' /usr/bin/ginstall -c -m 644 abbreviations.txt abbreviations_default.txt beginning.txt help.txt 156.txt 1356.txt 5.txt 6.txt 3.txt 36.txt middle.txt punctuations.txt '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/malayalam' make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/malayalam' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/malayalam' Making install in numerical make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/numerical' make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/numerical' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/numerical' /usr/bin/ginstall -c -m 644 abbreviations.txt abbreviations_default.txt beginning.txt help.txt middle.txt punctuations.txt '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/numerical' make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/numerical' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/numerical' Making install in spanish make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/spanish' make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/spanish' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/spanish' /usr/bin/ginstall -c -m 644 abbreviations.txt abbreviations_default.txt beginning.txt help.txt middle.txt punctuations.txt '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/spanish' make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/spanish' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/spanish' Making install in tamil make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/tamil' make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/tamil' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/tamil' /usr/bin/ginstall -c -m 644 abbreviations.txt abbreviations_default.txt beginning.txt help.txt middle.txt punctuations.txt '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/tamil' make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/tamil' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/tamil' Making install in french make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/french' make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/french' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/french' /usr/bin/ginstall -c -m 644 abbreviations.txt abbreviations_default.txt beginning.txt help.txt 4.txt 46.txt 5.txt 56.txt 6.txt middle.txt punctuations.txt '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/french' make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/french' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/french' Making install in arabic make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/arabic' make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/arabic' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/arabic' /usr/bin/ginstall -c -m 644 abbreviations.txt abbreviations_default.txt beginning.txt help.txt middle.txt punctuations.txt '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/arabic' make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/arabic' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/arabic' Making install in braille make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/braille' make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/braille' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/braille' /usr/bin/ginstall -c -m 644 abbreviations.txt abbreviations_default.txt beginning.txt help.txt middle.txt punctuations.txt '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/braille' make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/braille' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille/braille' make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille' make[3]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille' /usr/bin/ginstall -c -m 644 languages.txt '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille' make[3]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille' make[1]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/braille' Making install in preferences make[1]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/preferences' make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/preferences' /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/bin' /usr/bin/ginstall -c ibus-braille-preferences '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/bin' /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/applications/' /usr/bin/ginstall -c -m 644 ibus-braille-preferences.desktop '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/applications/' /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille-preferences/' /usr/bin/ginstall -c -m 644 main.py ui.glade '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille-preferences/' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/preferences' make[1]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/preferences' Making install in abbreviation-editor make[1]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/abbreviation-editor' make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/abbreviation-editor' /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/bin' /usr/bin/ginstall -c ibus-braille-abbreviation-editor '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/bin' /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille-abbreviation-editor/' /usr/bin/ginstall -c -m 644 main.py ui.glade '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille-abbreviation-editor/' /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/applications/' /usr/bin/ginstall -c -m 644 ibus-braille-abbreviation-editor.desktop '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/applications/' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/abbreviation-editor' make[1]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/abbreviation-editor' Making install in language-editor make[1]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/language-editor' make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/language-editor' /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/bin' /usr/bin/ginstall -c ibus-braille-language-editor '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/bin' /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/applications/' /usr/bin/ginstall -c -m 644 ibus-braille-language-editor.desktop '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/applications/' /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille-language-editor/' /usr/bin/ginstall -c -m 644 main.py ui.glade '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille-language-editor/' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/language-editor' make[1]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/language-editor' Making install in icons make[1]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/icons' make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/icons' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/icons' /usr/bin/ginstall -c -m 644 ibus-braille.png '/repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/icons' make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/icons' make[1]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/icons' Making install in m4 make[1]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/m4' make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/m4' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/m4' make[1]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3/m4' make[1]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3' make[2]: Entering directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3' make[1]: Leaving directory '/repo/x86_64/slint-15.0/source/ibus-braille/src/ibus-braille-0.3' /repo/x86_64/slint-15.0/source/ibus-braille/pkg: total 0 drwxr-xr-x 1 root root 38 Sep 30 23:15 install drwxr-xr-x 1 root root 28 Sep 30 23:15 usr /repo/x86_64/slint-15.0/source/ibus-braille/pkg/install: total 8 -rw-r--r-- 1 root root 629 Sep 30 23:15 doinst.sh -rw-r--r-- 1 root root 428 Sep 30 23:15 slack-desc /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr: total 0 drwxr-xr-x 1 root root 192 Sep 30 23:15 bin drwxr-xr-x 1 root root 32 Sep 30 23:15 doc drwxr-xr-x 1 root root 224 Sep 30 23:15 share drwxr-xr-x 1 root root 32 Sep 30 23:14 src /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/bin: total 16 -rwxr-xr-x 1 root root 878 Sep 30 23:15 ibus-braille -rwxr-xr-x 1 root root 888 Sep 30 23:15 ibus-braille-abbreviation-editor -rwxr-xr-x 1 root root 884 Sep 30 23:15 ibus-braille-language-editor -rwxr-xr-x 1 root root 881 Sep 30 23:15 ibus-braille-preferences /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/doc: total 0 drwxr-xr-x 1 root root 68 Sep 30 23:15 ibus-braille-0.3 /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/doc/ibus-braille-0.3: total 36 -rw-r--r-- 1 root root 123 Sep 30 23:15 AUTHORS -rw-r--r-- 1 root root 17987 Sep 30 23:15 COPYING -rw-r--r-- 1 root root 0 Sep 30 23:15 ChangeLog -rw-r--r-- 1 root root 11349 Sep 30 23:15 README.html /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share: total 0 drwxr-xr-x 1 root root 216 Sep 30 23:15 applications drwxr-xr-x 1 root root 18 Sep 30 23:15 ibus drwxr-xr-x 1 root root 78 Sep 30 23:15 ibus-braille drwxr-xr-x 1 root root 30 Sep 30 23:15 ibus-braille-abbreviation-editor drwxr-xr-x 1 root root 30 Sep 30 23:15 ibus-braille-language-editor drwxr-xr-x 1 root root 30 Sep 30 23:15 ibus-braille-preferences /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/applications: total 12 -rw-r--r-- 1 root root 304 Sep 30 23:15 ibus-braille-abbreviation-editor.desktop -rw-r--r-- 1 root root 295 Sep 30 23:15 ibus-braille-language-editor.desktop -rw-r--r-- 1 root root 242 Sep 30 23:15 ibus-braille-preferences.desktop /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus: total 0 drwxr-xr-x 1 root root 22 Sep 30 23:15 component /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus/component: total 4 -rw-r--r-- 1 root root 830 Sep 30 23:15 braille.xml /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille: total 20 drwxr-xr-x 1 root root 184 Sep 30 23:15 __pycache__ drwxr-xr-x 1 root root 162 Sep 30 23:15 braille -rw-r--r-- 1 root root 14572 Sep 30 23:15 engine.py drwxr-xr-x 1 root root 32 Sep 30 23:15 icons -rw-r--r-- 1 root root 3989 Sep 30 23:15 main.py /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/__pycache__: total 32 -rw-r--r-- 1 root root 9171 Sep 30 23:15 engine.cpython-39.opt-1.pyc -rw-r--r-- 1 root root 9171 Sep 30 23:15 engine.cpython-39.pyc -rw-r--r-- 1 root root 2906 Sep 30 23:15 main.cpython-39.opt-1.pyc -rw-r--r-- 1 root root 2906 Sep 30 23:15 main.cpython-39.pyc /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille: total 4 drwxr-xr-x 1 root root 178 Sep 30 23:15 arabic drwxr-xr-x 1 root root 178 Sep 30 23:15 braille drwxr-xr-x 1 root root 258 Sep 30 23:15 english drwxr-xr-x 1 root root 232 Sep 30 23:15 french drwxr-xr-x 1 root root 190 Sep 30 23:15 hindi drwxr-xr-x 1 root root 178 Sep 30 23:15 kannada -rw-r--r-- 1 root root 108 Sep 30 23:15 languages.txt drwxr-xr-x 1 root root 250 Sep 30 23:15 malayalam drwxr-xr-x 1 root root 178 Sep 30 23:15 numerical drwxr-xr-x 1 root root 178 Sep 30 23:15 spanish drwxr-xr-x 1 root root 178 Sep 30 23:15 tamil /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/arabic: total 20 -rw-r--r-- 1 root root 0 Sep 30 23:15 abbreviations.txt -rw-r--r-- 1 root root 0 Sep 30 23:15 abbreviations_default.txt -rw-r--r-- 1 root root 303 Sep 30 23:15 beginning.txt -rw-r--r-- 1 root root 8759 Sep 30 23:15 help.txt -rw-r--r-- 1 root root 303 Sep 30 23:15 middle.txt -rw-r--r-- 1 root root 0 Sep 30 23:15 punctuations.txt /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/braille: total 20 -rw-r--r-- 1 root root 0 Sep 30 23:15 abbreviations.txt -rw-r--r-- 1 root root 0 Sep 30 23:15 abbreviations_default.txt -rw-r--r-- 1 root root 2299 Sep 30 23:15 beginning.txt -rw-r--r-- 1 root root 8759 Sep 30 23:15 help.txt -rw-r--r-- 1 root root 2299 Sep 30 23:15 middle.txt -rw-r--r-- 1 root root 0 Sep 30 23:15 punctuations.txt /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/english: total 60 -rw-r--r-- 1 root root 565 Sep 30 23:15 4.txt -rw-r--r-- 1 root root 587 Sep 30 23:15 45.txt -rw-r--r-- 1 root root 589 Sep 30 23:15 456.txt -rw-r--r-- 1 root root 58 Sep 30 23:15 46.txt -rw-r--r-- 1 root root 583 Sep 30 23:15 5.txt -rw-r--r-- 1 root root 75 Sep 30 23:15 56.txt -rw-r--r-- 1 root root 22 Sep 30 23:15 6.txt -rw-r--r-- 1 root root 2227 Sep 30 23:15 abbreviations.txt -rw-r--r-- 1 root root 2227 Sep 30 23:15 abbreviations_default.txt -rw-r--r-- 1 root root 382 Sep 30 23:15 beginning.txt -rw-r--r-- 1 root root 11372 Sep 30 23:15 help.txt -rw-r--r-- 1 root root 383 Sep 30 23:15 middle.txt -rw-r--r-- 1 root root 261 Sep 30 23:15 punctuations.txt /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/french: total 56 -rw-r--r-- 1 root root 0 Sep 30 23:15 4.txt -rw-r--r-- 1 root root 0 Sep 30 23:15 46.txt -rw-r--r-- 1 root root 46 Sep 30 23:15 5.txt -rw-r--r-- 1 root root 0 Sep 30 23:15 56.txt -rw-r--r-- 1 root root 65 Sep 30 23:15 6.txt -rw-r--r-- 1 root root 12146 Sep 30 23:15 abbreviations.txt -rw-r--r-- 1 root root 12146 Sep 30 23:15 abbreviations_default.txt -rw-r--r-- 1 root root 372 Sep 30 23:15 beginning.txt -rw-r--r-- 1 root root 11372 Sep 30 23:15 help.txt -rw-r--r-- 1 root root 372 Sep 30 23:15 middle.txt -rw-r--r-- 1 root root 267 Sep 30 23:15 punctuations.txt /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/hindi: total 36 -rw-r--r-- 1 root root 107 Sep 30 23:15 36.txt -rw-r--r-- 1 root root 28 Sep 30 23:15 abbreviations.txt -rw-r--r-- 1 root root 28 Sep 30 23:15 abbreviations_default.txt -rw-r--r-- 1 root root 400 Sep 30 23:15 beginning.txt -rw-r--r-- 1 root root 9356 Sep 30 23:15 help.txt -rw-r--r-- 1 root root 422 Sep 30 23:15 middle.txt -rw-r--r-- 1 root root 261 Sep 30 23:15 punctuations.txt /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/kannada: total 32 -rw-r--r-- 1 root root 28 Sep 30 23:15 abbreviations.txt -rw-r--r-- 1 root root 28 Sep 30 23:15 abbreviations_default.txt -rw-r--r-- 1 root root 397 Sep 30 23:15 beginning.txt -rw-r--r-- 1 root root 8757 Sep 30 23:15 help.txt -rw-r--r-- 1 root root 403 Sep 30 23:15 middle.txt -rw-r--r-- 1 root root 261 Sep 30 23:15 punctuations.txt /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/malayalam: total 64 -rw-r--r-- 1 root root 531 Sep 30 23:15 1356.txt -rw-r--r-- 1 root root 873 Sep 30 23:15 156.txt -rw-r--r-- 1 root root 1091 Sep 30 23:15 3.txt -rw-r--r-- 1 root root 728 Sep 30 23:15 36.txt -rw-r--r-- 1 root root 821 Sep 30 23:15 5.txt -rw-r--r-- 1 root root 941 Sep 30 23:15 6.txt -rw-r--r-- 1 root root 3332 Sep 30 23:15 abbreviations.txt -rw-r--r-- 1 root root 3332 Sep 30 23:15 abbreviations_default.txt -rw-r--r-- 1 root root 532 Sep 30 23:15 beginning.txt -rw-r--r-- 1 root root 17497 Sep 30 23:15 help.txt -rw-r--r-- 1 root root 517 Sep 30 23:15 middle.txt -rw-r--r-- 1 root root 261 Sep 30 23:15 punctuations.txt /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/numerical: total 32 -rw-r--r-- 1 root root 28 Sep 30 23:15 abbreviations.txt -rw-r--r-- 1 root root 28 Sep 30 23:15 abbreviations_default.txt -rw-r--r-- 1 root root 257 Sep 30 23:15 beginning.txt -rw-r--r-- 1 root root 8757 Sep 30 23:15 help.txt -rw-r--r-- 1 root root 257 Sep 30 23:15 middle.txt -rw-r--r-- 1 root root 261 Sep 30 23:15 punctuations.txt /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/spanish: total 32 -rw-r--r-- 1 root root 28 Sep 30 23:15 abbreviations.txt -rw-r--r-- 1 root root 28 Sep 30 23:15 abbreviations_default.txt -rw-r--r-- 1 root root 210 Sep 30 23:15 beginning.txt -rw-r--r-- 1 root root 8757 Sep 30 23:15 help.txt -rw-r--r-- 1 root root 210 Sep 30 23:15 middle.txt -rw-r--r-- 1 root root 261 Sep 30 23:15 punctuations.txt /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/braille/tamil: total 32 -rw-r--r-- 1 root root 28 Sep 30 23:15 abbreviations.txt -rw-r--r-- 1 root root 28 Sep 30 23:15 abbreviations_default.txt -rw-r--r-- 1 root root 291 Sep 30 23:15 beginning.txt -rw-r--r-- 1 root root 8757 Sep 30 23:15 help.txt -rw-r--r-- 1 root root 298 Sep 30 23:15 middle.txt -rw-r--r-- 1 root root 261 Sep 30 23:15 punctuations.txt /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille/icons: total 84 -rw-r--r-- 1 root root 82037 Sep 30 23:15 ibus-braille.png /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille-abbreviation-editor: total 24 -rw-r--r-- 1 root root 9497 Sep 30 23:15 main.py -rw-r--r-- 1 root root 8943 Sep 30 23:15 ui.glade /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille-language-editor: total 32 -rw-r--r-- 1 root root 16578 Sep 30 23:15 main.py -rw-r--r-- 1 root root 10797 Sep 30 23:15 ui.glade /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/share/ibus-braille-preferences: total 64 -rw-r--r-- 1 root root 10937 Sep 30 23:15 main.py -rw-r--r-- 1 root root 52031 Sep 30 23:15 ui.glade /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/src: total 0 drwxr-xr-x 1 root root 16 Sep 30 23:15 ibus-braille-0.3 /repo/x86_64/slint-15.0/source/ibus-braille/pkg/usr/src/ibus-braille-0.3: total 4 -rw-r--r-- 1 root root 1935 Sep 30 23:15 SLKBUILD Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /repo/x86_64/slint-15.0/source/ibus-braille/ibus-braille-0.3-x86_64-1slint.txz ./ install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/ibus-braille usr/bin/ibus-braille-abbreviation-editor usr/bin/ibus-braille-language-editor usr/bin/ibus-braille-preferences usr/doc/ usr/doc/ibus-braille-0.3/ usr/doc/ibus-braille-0.3/AUTHORS usr/doc/ibus-braille-0.3/COPYING usr/doc/ibus-braille-0.3/ChangeLog usr/doc/ibus-braille-0.3/README.html usr/share/ usr/share/applications/ usr/share/applications/ibus-braille-abbreviation-editor.desktop usr/share/applications/ibus-braille-language-editor.desktop usr/share/applications/ibus-braille-preferences.desktop usr/share/ibus/ usr/share/ibus-braille/ usr/share/ibus-braille-abbreviation-editor/ usr/share/ibus-braille-abbreviation-editor/main.py usr/share/ibus-braille-abbreviation-editor/ui.glade usr/share/ibus-braille-language-editor/ usr/share/ibus-braille-language-editor/main.py usr/share/ibus-braille-language-editor/ui.glade usr/share/ibus-braille-preferences/ usr/share/ibus-braille-preferences/main.py usr/share/ibus-braille-preferences/ui.glade usr/share/ibus-braille/__pycache__/ usr/share/ibus-braille/__pycache__/engine.cpython-39.opt-1.pyc usr/share/ibus-braille/__pycache__/engine.cpython-39.pyc usr/share/ibus-braille/__pycache__/main.cpython-39.opt-1.pyc usr/share/ibus-braille/__pycache__/main.cpython-39.pyc usr/share/ibus-braille/braille/ usr/share/ibus-braille/braille/arabic/ usr/share/ibus-braille/braille/arabic/abbreviations.txt usr/share/ibus-braille/braille/arabic/abbreviations_default.txt usr/share/ibus-braille/braille/arabic/beginning.txt usr/share/ibus-braille/braille/arabic/help.txt usr/share/ibus-braille/braille/arabic/middle.txt usr/share/ibus-braille/braille/arabic/punctuations.txt usr/share/ibus-braille/braille/braille/ usr/share/ibus-braille/braille/braille/abbreviations.txt usr/share/ibus-braille/braille/braille/abbreviations_default.txt usr/share/ibus-braille/braille/braille/beginning.txt usr/share/ibus-braille/braille/braille/help.txt usr/share/ibus-braille/braille/braille/middle.txt usr/share/ibus-braille/braille/braille/punctuations.txt usr/share/ibus-braille/braille/english/ usr/share/ibus-braille/braille/english/4.txt usr/share/ibus-braille/braille/english/45.txt usr/share/ibus-braille/braille/english/456.txt usr/share/ibus-braille/braille/english/46.txt usr/share/ibus-braille/braille/english/5.txt usr/share/ibus-braille/braille/english/56.txt usr/share/ibus-braille/braille/english/6.txt usr/share/ibus-braille/braille/english/abbreviations.txt usr/share/ibus-braille/braille/english/abbreviations_default.txt usr/share/ibus-braille/braille/english/beginning.txt usr/share/ibus-braille/braille/english/help.txt usr/share/ibus-braille/braille/english/middle.txt usr/share/ibus-braille/braille/english/punctuations.txt usr/share/ibus-braille/braille/french/ usr/share/ibus-braille/braille/french/4.txt usr/share/ibus-braille/braille/french/46.txt usr/share/ibus-braille/braille/french/5.txt usr/share/ibus-braille/braille/french/56.txt usr/share/ibus-braille/braille/french/6.txt usr/share/ibus-braille/braille/french/abbreviations.txt usr/share/ibus-braille/braille/french/abbreviations_default.txt usr/share/ibus-braille/braille/french/beginning.txt usr/share/ibus-braille/braille/french/help.txt usr/share/ibus-braille/braille/french/middle.txt usr/share/ibus-braille/braille/french/punctuations.txt usr/share/ibus-braille/braille/hindi/ usr/share/ibus-braille/braille/hindi/36.txt usr/share/ibus-braille/braille/hindi/abbreviations.txt usr/share/ibus-braille/braille/hindi/abbreviations_default.txt usr/share/ibus-braille/braille/hindi/beginning.txt usr/share/ibus-braille/braille/hindi/help.txt usr/share/ibus-braille/braille/hindi/middle.txt usr/share/ibus-braille/braille/hindi/punctuations.txt usr/share/ibus-braille/braille/kannada/ usr/share/ibus-braille/braille/kannada/abbreviations.txt usr/share/ibus-braille/braille/kannada/abbreviations_default.txt usr/share/ibus-braille/braille/kannada/beginning.txt usr/share/ibus-braille/braille/kannada/help.txt usr/share/ibus-braille/braille/kannada/middle.txt usr/share/ibus-braille/braille/kannada/punctuations.txt usr/share/ibus-braille/braille/languages.txt usr/share/ibus-braille/braille/malayalam/ usr/share/ibus-braille/braille/malayalam/1356.txt usr/share/ibus-braille/braille/malayalam/156.txt usr/share/ibus-braille/braille/malayalam/3.txt usr/share/ibus-braille/braille/malayalam/36.txt usr/share/ibus-braille/braille/malayalam/5.txt usr/share/ibus-braille/braille/malayalam/6.txt usr/share/ibus-braille/braille/malayalam/abbreviations.txt usr/share/ibus-braille/braille/malayalam/abbreviations_default.txt usr/share/ibus-braille/braille/malayalam/beginning.txt usr/share/ibus-braille/braille/malayalam/help.txt usr/share/ibus-braille/braille/malayalam/middle.txt usr/share/ibus-braille/braille/malayalam/punctuations.txt usr/share/ibus-braille/braille/numerical/ usr/share/ibus-braille/braille/numerical/abbreviations.txt usr/share/ibus-braille/braille/numerical/abbreviations_default.txt usr/share/ibus-braille/braille/numerical/beginning.txt usr/share/ibus-braille/braille/numerical/help.txt usr/share/ibus-braille/braille/numerical/middle.txt usr/share/ibus-braille/braille/numerical/punctuations.txt usr/share/ibus-braille/braille/spanish/ usr/share/ibus-braille/braille/spanish/abbreviations.txt usr/share/ibus-braille/braille/spanish/abbreviations_default.txt usr/share/ibus-braille/braille/spanish/beginning.txt usr/share/ibus-braille/braille/spanish/help.txt usr/share/ibus-braille/braille/spanish/middle.txt usr/share/ibus-braille/braille/spanish/punctuations.txt usr/share/ibus-braille/braille/tamil/ usr/share/ibus-braille/braille/tamil/abbreviations.txt usr/share/ibus-braille/braille/tamil/abbreviations_default.txt usr/share/ibus-braille/braille/tamil/beginning.txt usr/share/ibus-braille/braille/tamil/help.txt usr/share/ibus-braille/braille/tamil/middle.txt usr/share/ibus-braille/braille/tamil/punctuations.txt usr/share/ibus-braille/engine.py usr/share/ibus-braille/icons/ usr/share/ibus-braille/icons/ibus-braille.png usr/share/ibus-braille/main.py usr/share/ibus/component/ usr/share/ibus/component/braille.xml usr/src/ usr/src/ibus-braille-0.3/ usr/src/ibus-braille-0.3/SLKBUILD WARNING: zero length file usr/share/ibus-braille/braille/french/4.txt WARNING: zero length file usr/share/ibus-braille/braille/french/46.txt WARNING: zero length file usr/share/ibus-braille/braille/french/56.txt WARNING: zero length file usr/share/ibus-braille/braille/arabic/abbreviations.txt WARNING: zero length file usr/share/ibus-braille/braille/arabic/abbreviations_default.txt WARNING: zero length file usr/share/ibus-braille/braille/arabic/punctuations.txt WARNING: zero length file usr/share/ibus-braille/braille/braille/abbreviations.txt WARNING: zero length file usr/share/ibus-braille/braille/braille/abbreviations_default.txt WARNING: zero length file usr/share/ibus-braille/braille/braille/punctuations.txt WARNING: zero length file usr/doc/ibus-braille-0.3/ChangeLog Slackware package /repo/x86_64/slint-15.0/source/ibus-braille/ibus-braille-0.3-x86_64-1slint.txz created. Package has been built.