CMake Deprecation Warning at CMakeLists.txt:125 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Warning: Manually-specified variables were not used by the project: LIB_SUFFIX MAN_INSTALL_DIR launcher-2020.0905/CMakeLists.txt wmalauncher-2020.0905/gen-update-pot-file.sh wmalauncher-2020.0905/man/ wmalauncher-2020.0905/man/fr/ wmalauncher-2020.0905/man/fr/wmalauncher.1.in wmalauncher-2020.0905/man/wmalauncher.1.in wmalauncher-2020.0905/po/ wmalauncher-2020.0905/po/fr.po wmalauncher-2020.0905/po/wmalauncher.pot wmalauncher-2020.0905/ChangeLog wmalauncher-2020.0905/README wmalauncher-2020.0905/LICENSE wmalauncher-2020.0905/src/ wmalauncher-2020.0905/src/wmalhelp.h wmalauncher-2020.0905/src/cfparser.h wmalauncher-2020.0905/src/command.c wmalauncher-2020.0905/src/cfparser.c wmalauncher-2020.0905/src/nls.c wmalauncher-2020.0905/src/fileutil.h wmalauncher-2020.0905/src/fileutil.c wmalauncher-2020.0905/src/settings.h wmalauncher-2020.0905/src/cmdparser.c wmalauncher-2020.0905/src/nls.h wmalauncher-2020.0905/src/settings.c wmalauncher-2020.0905/src/wmutil.c wmalauncher-2020.0905/src/cmdparser.h wmalauncher-2020.0905/src/command.h wmalauncher-2020.0905/src/wmalauncher.c wmalauncher-2020.0905/src/wmalhelp.c wmalauncher-2020.0905/src/wmutil.h wmalauncher-2020.0905/init-update-po-files.sh wmalauncher-2020.0905/.hgignore wmalauncher-2020.0905/.hgtags wmalauncher-2020.0905/conf/ wmalauncher-2020.0905/conf/old-school.conf.in wmalauncher-2020.0905/conf/lighting.conf.in wmalauncher-2020.0905/conf/multi-effects.conf.in wmalauncher-2020.0905/conf/frame-onthefly.conf.in wmalauncher-2020.0905/conf/wmaker-style.conf.in wmalauncher-2020.0905/config.h.in -- The C compiler identification is GNU 11.2.0 -- The CXX compiler identification is GNU 11.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Gettext: /usr/bin/msgmerge (found version "0.21") -- Found Intl: built in to C library -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Found X11: /usr/include -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Checking for module 'imlib2' -- Found imlib2, version 1.7.4 -- Checking for module 'librsvg-2.0' -- Found librsvg-2.0, version 2.52.5 -- Checking for module 'cairo' -- Found cairo, version 1.16.0 -- ------------------------------------------------------------------------ -- wmalauncher project settings : -- WMAL_VERSION = 2020.0905 -- SYSRES_ROOTDIR = /usr/share -- SYSBIN_DIR = /usr/bin -- DEFAULT_FONT_SEARCH_PATH = ~/.fonts:/usr/share/fonts/TTF:/usr/share/fonts/truetype:/usr/share/fonts/truetype/dejavu:/usr/share/fonts/truetype/liberation:/usr/share/fonts/dejavu:/usr/share/fonts/liberation -- DEFAULT_ICON_SEARCH_PATH = ~/.icons:/usr/share/icons/Adwaita/scalable:/usr/share/icons/Adwaita/48x48:/usr/share/icons/hicolor/scalable:/usr/share/icons/hicolor/48x48:/usr/share/pixmaps:/usr/share/icons -- MAIN_ROOT_ICON_SEARCH_PATH = /usr/share/icons -- DEFAULT_PREFERRED_ICON_TYPES = svgz:svg:png:xpm -- DEFAULT_PREFERRED_TERMINALS = /usr/bin/xterm:/usr/bin/rxvt:/usr/bin/xfce4-terminal:/usr/bin/konsole -- DEFAULT_FALLBACK_FONTS = DejaVuSans/11:LiberationSans-Regular/11:luxisr/11 -- CMAKE_BUILD_TYPE = Release -- CMAKE_C_FLAGS = -O2 -march=i586 -mtune=i686 -Wall -pedantic -Wextra -- CMAKE_INSTALL_PREFIX = /usr -- ------------------------------------------------------------------------ -- Configuring done -- Generating done -- Build files have been written to: /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/build [ 8%] Building C object CMakeFiles/wmalauncher.dir/src/nls.c.o [ 16%] Building C object CMakeFiles/wmalauncher.dir/src/fileutil.c.o [ 25%] Building C object CMakeFiles/wmalauncher.dir/src/command.c.o /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/command.c: In function ‘exec_handler’: /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/command.c:278:9: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable] 278 | pid_t ret; | ^~~ [ 33%] Building C object CMakeFiles/wmalauncher.dir/src/cfparser.c.o [ 41%] Building C object CMakeFiles/wmalauncher.dir/src/settings.c.o [ 50%] Building C object CMakeFiles/wmalauncher.dir/src/wmutil.c.o /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/wmutil.c: In function ‘load_svg_image’: /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/wmutil.c:985:3: warning: ‘rsvg_handle_get_dimensions’ is deprecated: Use 'rsvg_handle_get_intrinsic_size_in_pixels' instead [-Wdeprecated-declarations] 985 | rsvg_handle_get_dimensions(svg_handle,&svg_dim); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/wmutil.c:14: /usr/include/librsvg-2.0/librsvg/rsvg.h:727:6: note: declared here 727 | void rsvg_handle_get_dimensions (RsvgHandle *handle, RsvgDimensionData *dimension_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/wmutil.c:1000:3: warning: ‘rsvg_handle_render_cairo’ is deprecated: Use 'rsvg_handle_render_document' instead [-Wdeprecated-declarations] 1000 | rsvg_handle_render_cairo(svg_handle,cairo); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/librsvg-2.0/librsvg/rsvg.h:1460, from /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/wmutil.c:14: /usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:95:10: note: declared here 95 | gboolean rsvg_handle_render_cairo (RsvgHandle *handle, cairo_t *cr); | ^~~~~~~~~~~~~~~~~~~~~~~~ [ 58%] Building C object CMakeFiles/wmalauncher.dir/src/wmalhelp.c.o [ 66%] Building C object CMakeFiles/wmalauncher.dir/src/cmdparser.c.o [ 75%] Building C object CMakeFiles/wmalauncher.dir/src/wmalauncher.c.o /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/wmalauncher.c: In function ‘handle_event’: /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/wmalauncher.c:493:17: warning: ‘strerror_r’ writing 2048 bytes into a region of size 1024 overflows the destination [-Wstringop-overflow=] 493 | strerror_r(errno,errno_str,2048); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/wmalauncher.c:489:28: note: destination object ‘errno_str’ of size 1024 489 | char errno_str[1024] = {0}; | ^~~~~~~~~ In file included from /usr/include/features.h:473, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/wmalauncher.c:11: /usr/include/string.h:416:12: note: in a call to function ‘strerror_r’ declared with attribute ‘access (write_only, 2, 3)’ 416 | extern int __REDIRECT_NTH (strerror_r, | ^~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/wmalauncher.c: In function ‘main’: /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/wmalauncher.c:714:25: warning: ‘hide_ttip_timer.tv_usec’ may be used uninitialized in this function [-Wmaybe-uninitialized] 714 | timer.tv_usec = hide_ttip_timer.tv_usec; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/wmalauncher.c:713:25: warning: ‘hide_ttip_timer.tv_sec’ may be used uninitialized in this function [-Wmaybe-uninitialized] 713 | timer.tv_sec = hide_ttip_timer.tv_sec; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/wmalauncher.c:725:25: warning: ‘show_ttip_timer.tv_usec’ may be used uninitialized in this function [-Wmaybe-uninitialized] 725 | timer.tv_usec = show_ttip_timer.tv_usec; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905/src/wmalauncher.c:724:25: warning: ‘show_ttip_timer.tv_sec’ may be used uninitialized in this function [-Wmaybe-uninitialized] 724 | timer.tv_sec = show_ttip_timer.tv_sec; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ [ 83%] Linking C executable wmalauncher [ 83%] Built target wmalauncher [ 91%] Generating fr.gmo [100%] Built target potfiles_1 Consolidate compiler generated dependencies of target wmalauncher [ 83%] Built target wmalauncher [100%] Built target potfiles_1 Install the project... -- Install configuration: "Release" -- Installing: /usr/src/slapt-src/desktop/wmalauncher/package-wmalauncher/usr/share/locale/fr/LC_MESSAGES/wmalauncher.mo -- Installing: /usr/src/slapt-src/desktop/wmalauncher/package-wmalauncher/usr/bin/wmalauncher -- Installing: /usr/src/slapt-src/desktop/wmalauncher/package-wmalauncher/usr/man/man1/wmalauncher.1 -- Installing: /usr/src/slapt-src/desktop/wmalauncher/package-wmalauncher/usr/man/fr/man1/wmalauncher.1 -- Installing: /usr/src/slapt-src/desktop/wmalauncher/package-wmalauncher/usr/doc/wmalauncher-2020.0905/AUTHORS -- Installing: /usr/src/slapt-src/desktop/wmalauncher/package-wmalauncher/usr/doc/wmalauncher-2020.0905/ChangeLog -- Installing: /usr/src/slapt-src/desktop/wmalauncher/package-wmalauncher/usr/doc/wmalauncher-2020.0905/LICENSE -- Installing: /usr/src/slapt-src/desktop/wmalauncher/package-wmalauncher/usr/doc/wmalauncher-2020.0905/README -- Installing: /usr/src/slapt-src/desktop/wmalauncher/package-wmalauncher/usr/share/wmalauncher/lighting.conf -- Installing: /usr/src/slapt-src/desktop/wmalauncher/package-wmalauncher/usr/share/wmalauncher/multi-effects.conf -- Installing: /usr/src/slapt-src/desktop/wmalauncher/package-wmalauncher/usr/share/wmalauncher/old-school.conf -- Installing: /usr/src/slapt-src/desktop/wmalauncher/package-wmalauncher/usr/share/wmalauncher/frame-onthefly.conf -- Installing: /usr/src/slapt-src/desktop/wmalauncher/package-wmalauncher/usr/share/wmalauncher/wmaker-style.conf 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: /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/wmalauncher usr/doc/ usr/doc/wmalauncher-2020.0905/ usr/doc/wmalauncher-2020.0905/AUTHORS usr/doc/wmalauncher-2020.0905/ChangeLog usr/doc/wmalauncher-2020.0905/LICENSE usr/doc/wmalauncher-2020.0905/README usr/doc/wmalauncher-2020.0905/wmalauncher.SlackBuild usr/man/ usr/man/fr/ usr/man/fr/man1/ usr/man/fr/man1/wmalauncher.1.gz usr/man/man1/ usr/man/man1/wmalauncher.1.gz usr/share/ usr/share/locale/ usr/share/locale/fr/ usr/share/locale/fr/LC_MESSAGES/ usr/share/locale/fr/LC_MESSAGES/wmalauncher.mo usr/share/wmalauncher/ usr/share/wmalauncher/frame-onthefly.conf usr/share/wmalauncher/lighting.conf usr/share/wmalauncher/multi-effects.conf usr/share/wmalauncher/old-school.conf usr/share/wmalauncher/wmaker-style.conf Slackware package /usr/src/slapt-src/desktop/wmalauncher/wmalauncher-2020.0905-i586-1salix15.0.txz created. Installing package wmalauncher-2020.0905-i586-1salix15.0... | wmalauncher (A dockapp application launcher) | | wmalauncher is an easy to use and highly configurable application | launcher dockapp especially designed for fluxbox but which also | works well under blackbox, openbox, windowmaker. | | wmalauncher supports XPM, PNG, SVG icons, .desktop files, true- | type fonts (for tooltip text), allows to configure, among others, | the background color, the icon brightness/contrast/gamma, etc... | | Homepage: https://sourceforge.net/projects/wmalauncher/ | |