The following packages will be installed: kbgoffice Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching kbgoffice.SlackBuild... 0%100%100%100%100%100%Done Fetching kbgoffice.desktop... 0%100%100%100%100%100%Done Fetching kbgoffice.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done ./kbgoffice-2.1/ ./kbgoffice-2.1/README ./kbgoffice-2.1/COPYING.BULGARIAN ./kbgoffice-2.1/src/ ./kbgoffice-2.1/src/qt_bg.ts ./kbgoffice-2.1/src/translator.h ./kbgoffice-2.1/src/config.h ./kbgoffice-2.1/src/main.cpp ./kbgoffice-2.1/src/testdialog.ui ./kbgoffice-2.1/src/translator_manager.h ./kbgoffice-2.1/src/testdialog.h ./kbgoffice-2.1/src/kbgoffice_bg.ts ./kbgoffice-2.1/src/database.cpp ./kbgoffice-2.1/src/properties.h ./kbgoffice-2.1/src/about.ui ./kbgoffice-2.1/src/encodechar.h ./kbgoffice-2.1/src/icons/ ./kbgoffice-2.1/src/icons/s60icon.svg ./kbgoffice-2.1/src/icons/winicon.rc ./kbgoffice-2.1/src/icons/favico_32x32.ico ./kbgoffice-2.1/src/icons/exit.png ./kbgoffice-2.1/src/icons/winicon.ico ./kbgoffice-2.1/src/icons/macicon.icns ./kbgoffice-2.1/src/icons/favico_16x16.ico ./kbgoffice-2.1/src/icons/macicon.svg ./kbgoffice-2.1/src/icons/klipper.png ./kbgoffice-2.1/src/icons/configure.png ./kbgoffice-2.1/src/icons/s60icon.mif ./kbgoffice-2.1/src/translator.cpp ./kbgoffice-2.1/src/kbgoffice.desktop ./kbgoffice-2.1/src/qt_en.qm ./kbgoffice-2.1/src/info.ui ./kbgoffice-2.1/src/testdialog.cpp ./kbgoffice-2.1/src/qt_en.ts ./kbgoffice-2.1/src/kbg_win.pri ./kbgoffice-2.1/src/kbgoffice.pro ./kbgoffice-2.1/src/history.cpp ./kbgoffice-2.1/src/testoptions.ui ./kbgoffice-2.1/src/properties.cpp ./kbgoffice-2.1/src/kbg_lin.pri ./kbgoffice-2.1/src/application.cpp ./kbgoffice-2.1/src/mainwindow.h ./kbgoffice-2.1/src/application.h ./kbgoffice-2.1/src/mainwindow.ui ./kbgoffice-2.1/src/history.h ./kbgoffice-2.1/src/images/ ./kbgoffice-2.1/src/images/kbgoffice_icon_mini.png ./kbgoffice-2.1/src/images/kbgoffice_splash.png ./kbgoffice-2.1/src/images/bg_flag.png ./kbgoffice-2.1/src/images/bg_en_flag.png ./kbgoffice-2.1/src/images/kbgoffice_about.png ./kbgoffice-2.1/src/images/kbgoffice_icon.png ./kbgoffice-2.1/src/kbgoffice.css ./kbgoffice-2.1/src/database.h ./kbgoffice-2.1/src/kbgoffice.qrc ./kbgoffice-2.1/src/options.ui ./kbgoffice-2.1/src/data/ ./kbgoffice-2.1/src/data/abbr.dat ./kbgoffice-2.1/src/mainwindow.cpp ./kbgoffice-2.1/src/kbgoffice_bg.qm ./kbgoffice-2.1/src/qt_bg.qm ./kbgoffice-2.1/src/kbgoffice_en.qm ./kbgoffice-2.1/src/translator_manager.cpp ./kbgoffice-2.1/src/kbgoffice_en.ts ./kbgoffice-2.1/THANKS ./kbgoffice-2.1/COPYING ./kbgoffice-2.1/INSTALL ./kbgoffice-2.1/TODO ./kbgoffice-2.1/ChangeLog rm -rf config.h echo "#ifndef CONFIG_H" > config.h ; echo "#define CONFIG_H" >> config.h ; echo >> config.h ; echo "#define PACKAGE \"bgoffice\"" >> config.h ; echo "#define VERSION \"2.1\"" >> config.h ; echo "#define DATA_DIR_CONFIG \"/usr/share/bgoffice/\"" >> config.h ; echo >> config.h ; echo "#endif // CONFIG_H" >> config.h rm -rf kbgoffice.desktop echo ""#!/usr/bin/env xdg-open"" > kbgoffice.desktop ; echo "[Desktop Entry]" >> kbgoffice.desktop ; echo "Version=1.0" >> kbgoffice.desktop ; echo "Type=Application" >> kbgoffice.desktop ; echo "Name=KBGOffice" >> kbgoffice.desktop ; echo "Name[bg]=КБГОфис" >> kbgoffice.desktop ; echo "Comment=BG Office Assistant" >> kbgoffice.desktop ; echo "Comment[bg]=БГ Офис помощник" >> kbgoffice.desktop ; echo "TryExec=kbgoffice" >> kbgoffice.desktop ; echo "Exec=kbgoffice %F" >> kbgoffice.desktop ; echo "Icon=/usr/share/bgoffice/kbgoffice_icon.png" >> kbgoffice.desktop ; echo "Encoding=UTF-8" >> kbgoffice.desktop ; echo "GenericName=BG Office Assistant" >> kbgoffice.desktop ; echo "GenericName[bg]=БГ Офис помощник" >> kbgoffice.desktop ; echo "Categories=Office;KDE;Qt;Utility;Dictionary;" >> kbgoffice.desktop ; echo "Terminal=false" >> kbgoffice.desktop /usr/lib64/qt/bin/uic about.ui -o ui_about.h /usr/lib64/qt/bin/uic info.ui -o ui_info.h /usr/lib64/qt/bin/uic mainwindow.ui -o ui_mainwindow.h /usr/lib64/qt/bin/uic options.ui -o ui_options.h /usr/lib64/qt/bin/uic testdialog.ui -o ui_testdialog.h /usr/lib64/qt/bin/uic testoptions.ui -o ui_testoptions.h g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. -o application.o application.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. -o database.o database.cpp database.cpp: In member function ‘bool Database::findWord(const char*)’: database.cpp:149:24: warning: variable ‘read’ set but not used [-Wunused-but-set-variable] size_t read = fread(dataBuffer, 1, MAX_DATA_LEN, dataFile); ^ g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. -o history.o history.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. -o main.o main.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. -o mainwindow.o mainwindow.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. -o properties.o properties.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. -o translator.o translator.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. -o translator_manager.o translator_manager.cpp translator_manager.cpp: In member function ‘Translator* TranslatorManager::getTestDictionaryObject(int, int)’: translator_manager.cpp:144:24: warning: converting ‘false’ to pointer type ‘Translator*’ [-Wconversion-null] return false; ^ translator_manager.cpp:148:24: warning: converting ‘false’ to pointer type ‘Translator*’ [-Wconversion-null] return false; ^ g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. -o testdialog.o testdialog.cpp /usr/lib64/qt/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. application.h -o moc_application.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. -o moc_application.o moc_application.cpp /usr/lib64/qt/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. mainwindow.h -o moc_mainwindow.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. -o moc_mainwindow.o moc_mainwindow.cpp /usr/lib64/qt/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. testdialog.h -o moc_testdialog.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. -o moc_testdialog.o moc_testdialog.cpp /usr/lib64/qt/bin/rcc -name kbgoffice kbgoffice.qrc -o qrc_kbgoffice.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. -o qrc_kbgoffice.o qrc_kbgoffice.cpp In file included from qrc_kbgoffice.cpp:9:0: qrc_kbgoffice.cpp:2930:44: warning: ‘qInitResources_kbgoffice__init_variable__’ defined but not used [-Wunused-variable] Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources_kbgoffice)) ^ /usr/lib64/qt/include/QtCore/qglobal.h:939:21: note: in definition of macro ‘Q_CONSTRUCTOR_FUNCTION0’ static const int AFUNC ## __init_variable__ = AFUNC(); ^ qrc_kbgoffice.cpp:2930:1: note: in expansion of macro ‘Q_CONSTRUCTOR_FUNCTION’ Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources_kbgoffice)) ^ qrc_kbgoffice.cpp:2930:24: note: in expansion of macro ‘QT_MANGLE_NAMESPACE’ Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources_kbgoffice)) ^ g++ -Wl,-O1 -Wl,-rpath,/usr/lib64/qt/lib -o kbgoffice application.o database.o history.o main.o mainwindow.o properties.o translator.o translator_manager.o testdialog.o moc_application.o moc_mainwindow.o moc_testdialog.o qrc_kbgoffice.o -L/usr/lib64/qt/lib -lQtGui -L/usr/lib64/qt/lib -L/usr/X11R6/lib -lQtNetwork -lQtCore -lpthread strip kbgoffice rm -rf config.h echo "#ifndef CONFIG_H" > config.h ; echo "#define CONFIG_H" >> config.h ; echo >> config.h ; echo "#define PACKAGE \"bgoffice\"" >> config.h ; echo "#define VERSION \"2.1\"" >> config.h ; echo "#define DATA_DIR_CONFIG \"/usr/share/bgoffice/\"" >> config.h ; echo >> config.h ; echo "#endif // CONFIG_H" >> config.h rm -rf kbgoffice.desktop echo ""#!/usr/bin/env xdg-open"" > kbgoffice.desktop ; echo "[Desktop Entry]" >> kbgoffice.desktop ; echo "Version=1.0" >> kbgoffice.desktop ; echo "Type=Application" >> kbgoffice.desktop ; echo "Name=KBGOffice" >> kbgoffice.desktop ; echo "Name[bg]=КБГОфис" >> kbgoffice.desktop ; echo "Comment=BG Office Assistant" >> kbgoffice.desktop ; echo "Comment[bg]=БГ Офис помощник" >> kbgoffice.desktop ; echo "TryExec=kbgoffice" >> kbgoffice.desktop ; echo "Exec=kbgoffice %F" >> kbgoffice.desktop ; echo "Icon=/usr/share/bgoffice/kbgoffice_icon.png" >> kbgoffice.desktop ; echo "Encoding=UTF-8" >> kbgoffice.desktop ; echo "GenericName=BG Office Assistant" >> kbgoffice.desktop ; echo "GenericName[bg]=БГ Офис помощник" >> kbgoffice.desktop ; echo "Categories=Office;KDE;Qt;Utility;Dictionary;" >> kbgoffice.desktop ; echo "Terminal=false" >> kbgoffice.desktop g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. -o main.o main.cpp g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/lib64/qt/mkspecs/linux-g++ -I. -I/usr/lib64/qt/include/QtCore -I/usr/lib64/qt/include/QtNetwork -I/usr/lib64/qt/include/QtGui -I/usr/lib64/qt/include -I. -I. -I. -o mainwindow.o mainwindow.cpp g++ -Wl,-O1 -Wl,-rpath,/usr/lib64/qt/lib -o kbgoffice application.o database.o history.o main.o mainwindow.o properties.o translator.o translator_manager.o testdialog.o moc_application.o moc_mainwindow.o moc_testdialog.o qrc_kbgoffice.o -L/usr/lib64/qt/lib -lQtGui -L/usr/lib64/qt/lib -L/usr/X11R6/lib -lQtNetwork -lQtCore -lpthread strip kbgoffice install -m 644 -p /usr/src/slapt-src/office/kbgoffice/kbgoffice-2.1/src/images/kbgoffice_icon.png /usr/src/slapt-src/office/kbgoffice/package-kbgoffice/usr/share/icons/hicolor/32x32/apps/ install -m 644 -p /usr/src/slapt-src/office/kbgoffice/kbgoffice-2.1/src/kbgoffice.desktop /usr/src/slapt-src/office/kbgoffice/package-kbgoffice/root/Desktop/ install -m 644 -p /usr/src/slapt-src/office/kbgoffice/kbgoffice-2.1/src/kbgoffice.desktop /usr/src/slapt-src/office/kbgoffice/package-kbgoffice/usr/share/bgoffice/ install -m 755 -p "kbgoffice" "/usr/src/slapt-src/office/kbgoffice/package-kbgoffice/usr/bin/kbgoffice" strip "/usr/src/slapt-src/office/kbgoffice/package-kbgoffice/usr/bin/kbgoffice" chmod -R 644 data/*.* install -m 644 -p /usr/src/slapt-src/office/kbgoffice/kbgoffice-2.1/src/data/abbr.dat /usr/src/slapt-src/office/kbgoffice/package-kbgoffice/usr/share/bgoffice/ install -m 644 -p /usr/src/slapt-src/office/kbgoffice/kbgoffice-2.1/src/images/kbgoffice_icon.png /usr/src/slapt-src/office/kbgoffice/package-kbgoffice/usr/share/bgoffice/ install -m 644 -p /usr/src/slapt-src/office/kbgoffice/kbgoffice-2.1/src/kbgoffice_bg.qm /usr/src/slapt-src/office/kbgoffice/package-kbgoffice/usr/share/bgoffice/ install -m 644 -p /usr/src/slapt-src/office/kbgoffice/kbgoffice-2.1/src/kbgoffice_en.qm /usr/src/slapt-src/office/kbgoffice/package-kbgoffice/usr/share/bgoffice/ install -m 644 -p /usr/src/slapt-src/office/kbgoffice/kbgoffice-2.1/src/qt_bg.qm /usr/src/slapt-src/office/kbgoffice/package-kbgoffice/usr/share/bgoffice/ install -m 644 -p /usr/src/slapt-src/office/kbgoffice/kbgoffice-2.1/src/qt_en.qm /usr/src/slapt-src/office/kbgoffice/package-kbgoffice/usr/share/bgoffice/ Slackware package maker, version 3.141593. 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: /usr/src/slapt-src/office/kbgoffice/kbgoffice-2.1-x86_64-1salix.txz ./ usr/ usr/bin/ usr/bin/kbgoffice usr/doc/ usr/doc/kbgoffice-2.1/ usr/doc/kbgoffice-2.1/README usr/doc/kbgoffice-2.1/COPYING usr/doc/kbgoffice-2.1/TODO usr/doc/kbgoffice-2.1/ChangeLog usr/doc/kbgoffice-2.1/THANKS usr/doc/kbgoffice-2.1/INSTALL usr/doc/kbgoffice-2.1/COPYING.BULGARIAN usr/doc/kbgoffice-2.1/kbgoffice.SlackBuild usr/share/ usr/share/icons/ usr/share/icons/hicolor/ usr/share/icons/hicolor/32x32/ usr/share/icons/hicolor/32x32/apps/ usr/share/icons/hicolor/32x32/apps/kbgoffice_icon.png usr/share/bgoffice/ usr/share/bgoffice/kbgoffice.desktop usr/share/bgoffice/qt_en.qm usr/share/bgoffice/kbgoffice_bg.qm usr/share/bgoffice/qt_bg.qm usr/share/bgoffice/abbr.dat usr/share/bgoffice/kbgoffice_icon.png usr/share/bgoffice/kbgoffice_en.qm usr/share/applications/ usr/share/applications/kbgoffice.desktop install/ install/doinst.sh install/slack-desc Slackware package /usr/src/slapt-src/office/kbgoffice/kbgoffice-2.1-x86_64-1salix.txz created. Installing package kbgoffice-2.1-x86_64-1salix... | KBGOffice (A KDE frontend for the BG Office project) | | KBGOffice is inheritor of the popular dictionary KBEDictionary. | It provides easy to use interface for the dictionaries from the | Bulgarian Office project. Currently KBGOffice supports all the five | dictionaries (English <=> Bulgarian, Polytechnical, Computer Terms, | Thesaurus and Dialect), which should be downloaded and installed | separately. | | Homepage: http://bgoffice.sourceforge.net/ | | |