The following packages will be installed: gromit-mpx Fetching README... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching gromit-mpx.SlackBuild... 0%100%100%100%100%100%Done Fetching gromit-mpx.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done gromit-mpx-1.4.2/ gromit-mpx-1.4.2/.github/ gromit-mpx-1.4.2/.github/FUNDING.yml gromit-mpx-1.4.2/.github/ISSUE_TEMPLATE/ gromit-mpx-1.4.2/.github/ISSUE_TEMPLATE/bug_report.md gromit-mpx-1.4.2/.github/ISSUE_TEMPLATE/feature_request.md gromit-mpx-1.4.2/.gitignore gromit-mpx-1.4.2/.gitmodules gromit-mpx-1.4.2/.travis.yml gromit-mpx-1.4.2/AUTHORS gromit-mpx-1.4.2/CMakeLists.txt gromit-mpx-1.4.2/COPYING gromit-mpx-1.4.2/ChangeLog gromit-mpx-1.4.2/NEWS.md gromit-mpx-1.4.2/README.md gromit-mpx-1.4.2/build-config.h_cmake_in gromit-mpx-1.4.2/cmake_uninstall.cmake.in gromit-mpx-1.4.2/data/ gromit-mpx-1.4.2/data/gromit-mpx.cfg gromit-mpx-1.4.2/data/net.christianbeier.Gromit-MPX.active.png gromit-mpx-1.4.2/data/net.christianbeier.Gromit-MPX.active.svg gromit-mpx-1.4.2/data/net.christianbeier.Gromit-MPX.appdata.xml gromit-mpx-1.4.2/data/net.christianbeier.Gromit-MPX.desktop gromit-mpx-1.4.2/data/net.christianbeier.Gromit-MPX.png gromit-mpx-1.4.2/data/net.christianbeier.Gromit-MPX.svg gromit-mpx-1.4.2/data/on-gnome-wayland.png gromit-mpx-1.4.2/data/on-kde.png gromit-mpx-1.4.2/data/on-xfce4.png gromit-mpx-1.4.2/flatpak/ gromit-mpx-1.4.2/flatpak/dconf-override.patch gromit-mpx-1.4.2/flatpak/net.christianbeier.Gromit-MPX.yml gromit-mpx-1.4.2/flatpak/shared-modules/ gromit-mpx-1.4.2/gromit-mpx.1 gromit-mpx-1.4.2/src/ gromit-mpx-1.4.2/src/callbacks.c gromit-mpx-1.4.2/src/callbacks.h gromit-mpx-1.4.2/src/config.c gromit-mpx-1.4.2/src/config.h gromit-mpx-1.4.2/src/erase_cursor.xpm gromit-mpx-1.4.2/src/gromit-mpx.c gromit-mpx-1.4.2/src/gromit-mpx.h gromit-mpx-1.4.2/src/input.c gromit-mpx-1.4.2/src/input.h gromit-mpx-1.4.2/src/paint_cursor.xpm -- The C 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 -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Checking for module 'gtk+-3.0 >= 3.22' -- Found gtk+-3.0 , version 3.24.31 -- Checking for module 'xi >= 1.3' -- Found xi , version 1.8 -- Checking for module 'x11' -- Found x11, version 1.7.3.1 -- Checking for module 'ayatana-appindicator3-0.1 >= 0.5' -- No package 'ayatana-appindicator3-0.1' found -- Checking for module 'appindicator3-0.1 >= 0.4.92' -- Found appindicator3-0.1 , version 12.10.0 -- Configuring done -- Generating done -- Build files have been written to: /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/build [ 20%] Building C object CMakeFiles/gromit-mpx.dir/src/callbacks.c.o /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/callbacks.c: In function ‘on_monitors_changed’: /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/callbacks.c:94:3: warning: ‘gdk_screen_get_width’ is deprecated [-Wdeprecated-declarations] 94 | data->width = gdk_screen_get_width (data->screen); | ^~~~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.h:29, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/callbacks.c:27: /usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here 58 | gint gdk_screen_get_width (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/callbacks.c:95:3: warning: ‘gdk_screen_get_height’ is deprecated [-Wdeprecated-declarations] 95 | data->height = gdk_screen_get_height (data->screen); | ^~~~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.h:29, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/callbacks.c:27: /usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here 60 | gint gdk_screen_get_height (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/callbacks.c: In function ‘on_mainapp_selection_received’: /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/callbacks.c:474:37: warning: comparison of integer expressions of different signedness: ‘guint’ {aka ‘unsigned int’} and ‘intptr_t’ {aka ‘int’} [-Wsign-compare] 474 | if(devdata->index == dev_nr) | ^~ [ 40%] Building C object CMakeFiles/gromit-mpx.dir/src/config.c.o [ 60%] Building C object CMakeFiles/gromit-mpx.dir/src/gromit-mpx.c.o /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c: In function ‘select_tool’: /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c:460:3: warning: ‘gdk_device_grab’ is deprecated: Use 'gdk_seat_grab' instead [-Wdeprecated-declarations] 460 | gdk_device_grab(device, | ^~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkdnd.h:33, from /usr/include/gtk-3.0/gdk/gdkevents.h:34, from /usr/include/gtk-3.0/gdk/gdkdisplay.h:31, from /usr/include/gtk-3.0/gdk/gdkscreen.h:32, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/callbacks.h:28, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c:28: /usr/include/gtk-3.0/gdk/gdkdevice.h:230:15: note: declared here 230 | GdkGrabStatus gdk_device_grab (GdkDevice *device, | ^~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c: In function ‘setup_main_app’: /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c:797:3: warning: ‘gdk_display_get_device_manager’ is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations] 797 | g_signal_connect (gdk_display_get_device_manager (data->display), "device-added", | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkscreen.h:32, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/callbacks.h:28, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c:28: /usr/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here 171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c:799:3: warning: ‘gdk_display_get_device_manager’ is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations] 799 | g_signal_connect (gdk_display_get_device_manager (data->display), "device-removed", | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkscreen.h:32, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/callbacks.h:28, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c:28: /usr/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here 171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c:862:14: warning: implicit declaration of function ‘app_parse_args’; did you mean ‘gtk_parse_args’? [-Wimplicit-function-declaration] 862 | activate = app_parse_args (argc, argv, data); | ^~~~~~~~~~~~~~ | gtk_parse_args /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c:949:3: warning: ‘gtk_key_snooper_install’ is deprecated [-Wdeprecated-declarations] 949 | gtk_key_snooper_install (snoop_key_press, data); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:143, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/callbacks.h:29, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c:28: /usr/include/gtk-3.0/gtk/gtkmain.h:185:12: note: declared here 185 | guint gtk_key_snooper_install (GtkKeySnoopFunc snooper, | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c: In function ‘main’: /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c:1354:3: warning: ‘gdk_screen_get_n_monitors’ is deprecated: Use 'gdk_display_get_n_monitors' instead [-Wdeprecated-declarations] 1354 | data->xinerama = gdk_screen_get_n_monitors (data->screen) > 1; | ^~~~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/callbacks.h:28, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c:28: /usr/include/gtk-3.0/gdk/gdkscreen.h:74:14: note: declared here 74 | gint gdk_screen_get_n_monitors (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c:1357:3: warning: ‘gdk_screen_get_width’ is deprecated [-Wdeprecated-declarations] 1357 | data->width = gdk_screen_get_width (data->screen); | ^~~~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/callbacks.h:28, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c:28: /usr/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here 58 | gint gdk_screen_get_width (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c:1358:3: warning: ‘gdk_screen_get_height’ is deprecated [-Wdeprecated-declarations] 1358 | data->height = gdk_screen_get_height (data->screen); | ^~~~ In file included from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/callbacks.h:28, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/gromit-mpx.c:28: /usr/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here 60 | gint gdk_screen_get_height (GdkScreen *screen); | ^~~~~~~~~~~~~~~~~~~~~ [ 80%] Building C object CMakeFiles/gromit-mpx.dir/src/input.c.o /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/input.c: In function ‘setup_input_devices’: /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/input.c:214:3: warning: ‘gdk_display_get_device_manager’ is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations] 214 | GdkDeviceManager *device_manager = gdk_display_get_device_manager(data->display); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkscreen.h:32, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/input.c:7: /usr/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here 171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/input.c:218:3: warning: ‘gdk_device_manager_list_devices’ is deprecated [-Wdeprecated-declarations] 218 | devices = gdk_device_manager_list_devices(device_manager, GDK_DEVICE_TYPE_MASTER); | ^~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkdisplay.h:32, from /usr/include/gtk-3.0/gdk/gdkscreen.h:32, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/input.c:7: /usr/include/gtk-3.0/gdk/gdkdevicemanager.h:41:14: note: declared here 41 | GList * gdk_device_manager_list_devices (GdkDeviceManager *device_manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/input.c: In function ‘release_grab’: /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/input.c:394:13: warning: ‘gdk_device_ungrab’ is deprecated: Use 'gdk_seat_ungrab' instead [-Wdeprecated-declarations] 394 | gdk_device_ungrab(devdata->device, GDK_CURRENT_TIME); | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkdnd.h:33, from /usr/include/gtk-3.0/gdk/gdkevents.h:34, from /usr/include/gtk-3.0/gdk/gdkdisplay.h:31, from /usr/include/gtk-3.0/gdk/gdkscreen.h:32, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/input.c:7: /usr/include/gtk-3.0/gdk/gdkdevice.h:239:15: note: declared here 239 | void gdk_device_ungrab (GdkDevice *device, | ^~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/input.c:422:7: warning: ‘gdk_device_ungrab’ is deprecated: Use 'gdk_seat_ungrab' instead [-Wdeprecated-declarations] 422 | gdk_device_ungrab(devdata->device, GDK_CURRENT_TIME); | ^~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkdnd.h:33, from /usr/include/gtk-3.0/gdk/gdkevents.h:34, from /usr/include/gtk-3.0/gdk/gdkdisplay.h:31, from /usr/include/gtk-3.0/gdk/gdkscreen.h:32, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/input.c:7: /usr/include/gtk-3.0/gdk/gdkdevice.h:239:15: note: declared here 239 | void gdk_device_ungrab (GdkDevice *device, | ^~~~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/input.c: In function ‘acquire_grab’: /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/input.c:480:11: warning: ‘gdk_device_grab’ is deprecated: Use 'gdk_seat_grab' instead [-Wdeprecated-declarations] 480 | if(gdk_device_grab(devdata->device, | ^~ In file included from /usr/include/gtk-3.0/gdk/gdkdnd.h:33, from /usr/include/gtk-3.0/gdk/gdkevents.h:34, from /usr/include/gtk-3.0/gdk/gdkdisplay.h:31, from /usr/include/gtk-3.0/gdk/gdkscreen.h:32, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/input.c:7: /usr/include/gtk-3.0/gdk/gdkdevice.h:230:15: note: declared here 230 | GdkGrabStatus gdk_device_grab (GdkDevice *device, | ^~~~~~~~~~~~~~~ /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/input.c:519:7: warning: ‘gdk_device_grab’ is deprecated: Use 'gdk_seat_grab' instead [-Wdeprecated-declarations] 519 | if(gdk_device_grab(devdata->device, | ^~ In file included from /usr/include/gtk-3.0/gdk/gdkdnd.h:33, from /usr/include/gtk-3.0/gdk/gdkevents.h:34, from /usr/include/gtk-3.0/gdk/gdkdisplay.h:31, from /usr/include/gtk-3.0/gdk/gdkscreen.h:32, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2/src/input.c:7: /usr/include/gtk-3.0/gdk/gdkdevice.h:230:15: note: declared here 230 | GdkGrabStatus gdk_device_grab (GdkDevice *device, | ^~~~~~~~~~~~~~~ [100%] Linking C executable gromit-mpx [100%] Built target gromit-mpx [100%] Built target copy-compile-commands Consolidate compiler generated dependencies of target gromit-mpx [100%] Built target gromit-mpx [100%] Built target copy-compile-commands Installing the project stripped... -- Install configuration: "Release" -- Installing: /usr/src/slapt-src/desktop/gromit-mpx/package-gromit-mpx/usr/bin/gromit-mpx -- Installing: /usr/src/slapt-src/desktop/gromit-mpx/package-gromit-mpx/usr/share/applications/net.christianbeier.Gromit-MPX.desktop -- Installing: /usr/src/slapt-src/desktop/gromit-mpx/package-gromit-mpx/etc/gromit-mpx/gromit-mpx.cfg -- Installing: /usr/src/slapt-src/desktop/gromit-mpx/package-gromit-mpx/usr/share/doc/gromit-mpx/README.md -- Installing: /usr/src/slapt-src/desktop/gromit-mpx/package-gromit-mpx/usr/share/doc/gromit-mpx/AUTHORS -- Installing: /usr/src/slapt-src/desktop/gromit-mpx/package-gromit-mpx/usr/share/doc/gromit-mpx/ChangeLog -- Installing: /usr/src/slapt-src/desktop/gromit-mpx/package-gromit-mpx/usr/share/doc/gromit-mpx/NEWS.md -- Installing: /usr/src/slapt-src/desktop/gromit-mpx/package-gromit-mpx/usr/man/man1/gromit-mpx.1 -- Installing: /usr/src/slapt-src/desktop/gromit-mpx/package-gromit-mpx/usr/share/pixmaps/net.christianbeier.Gromit-MPX.png -- Installing: /usr/src/slapt-src/desktop/gromit-mpx/package-gromit-mpx/usr/share/pixmaps/net.christianbeier.Gromit-MPX.active.png -- Installing: /usr/src/slapt-src/desktop/gromit-mpx/package-gromit-mpx/usr/share/icons/hicolor/scalable/apps/net.christianbeier.Gromit-MPX.svg -- Installing: /usr/src/slapt-src/desktop/gromit-mpx/package-gromit-mpx/usr/share/icons/hicolor/scalable/apps/net.christianbeier.Gromit-MPX.active.svg -- Installing: /usr/src/slapt-src/desktop/gromit-mpx/package-gromit-mpx/usr/share/metainfo/net.christianbeier.Gromit-MPX.appdata.xml 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/gromit-mpx/gromit-mpx-1.4.2-i586-1salix15.0.txz ./ etc/ etc/gromit-mpx/ etc/gromit-mpx/gromit-mpx.cfg install/ install/doinst.sh install/slack-desc usr/ usr/bin/ usr/bin/gromit-mpx usr/doc/ usr/doc/gromit-mpx-1.4.2/ usr/doc/gromit-mpx-1.4.2/AUTHORS usr/doc/gromit-mpx-1.4.2/COPYING usr/doc/gromit-mpx-1.4.2/ChangeLog usr/doc/gromit-mpx-1.4.2/NEWS.md usr/doc/gromit-mpx-1.4.2/README.md usr/doc/gromit-mpx-1.4.2/gromit-mpx.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/gromit-mpx.1.gz usr/share/ usr/share/applications/ usr/share/applications/net.christianbeier.Gromit-MPX.desktop usr/share/doc/ usr/share/doc/gromit-mpx/ usr/share/doc/gromit-mpx/AUTHORS usr/share/doc/gromit-mpx/ChangeLog usr/share/doc/gromit-mpx/NEWS.md usr/share/doc/gromit-mpx/README.md usr/share/icons/ usr/share/icons/hicolor/ usr/share/icons/hicolor/scalable/ usr/share/icons/hicolor/scalable/apps/ usr/share/icons/hicolor/scalable/apps/net.christianbeier.Gromit-MPX.active.svg usr/share/icons/hicolor/scalable/apps/net.christianbeier.Gromit-MPX.svg usr/share/metainfo/ usr/share/metainfo/net.christianbeier.Gromit-MPX.appdata.xml usr/share/pixmaps/ usr/share/pixmaps/net.christianbeier.Gromit-MPX.active.png usr/share/pixmaps/net.christianbeier.Gromit-MPX.png Slackware package /usr/src/slapt-src/desktop/gromit-mpx/gromit-mpx-1.4.2-i586-1salix15.0.txz created. Installing package gromit-mpx-1.4.2-i586-1salix15.0... | gromit-mpx (On-screen annotation tool) | | Its main use is for making presentations of some application. | Normally, you would have to move the mouse pointer around the point | of interest until hopefully everybody noticed it. | With Gromit-MPX, you can draw everywhere onto the screen, | highlighting some button or area. | | | https://github.com/bk138/gromit-mpx | | | WARNING: Directory already exists *behind the symlink* on filesystem. This may break upgrade/remove if you change that symlink in the future. (usr/share/doc)