diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-12-01 08:18:55 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-12-01 08:18:55 +0000 |
commit | 4cf3c02d47670237f595c9824d12a0697621cbbe (patch) | |
tree | f839c910013dc67c629f8087af659f3b9441ad35 /x11 | |
parent | 377c4ead414d701e897c1334468279234446e447 (diff) | |
download | freebsd-ports-4cf3c02d47670237f595c9824d12a0697621cbbe.zip |
x11/squeekboard: pet stage-qa
Error: /usr/local/bin/squeekboard-real is linked to /usr/local/lib/libgdk_pixbuf-2.0.so.0 from graphics/gdk-pixbuf2 but it is not declared as a dependency
Warning: you need USE_GNOME+=gdkpixbuf2
Warning: /usr/ports/x11/squeekboard/pkg-message not in UCL format, will be shown on initial install only.
Warning: See https://www.freebsd.org/doc/en/books/porters-handbook/pkg-files.html#porting-message
Diffstat (limited to 'x11')
-rw-r--r-- | x11/squeekboard/Makefile | 2 | ||||
-rw-r--r-- | x11/squeekboard/pkg-message | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/x11/squeekboard/Makefile b/x11/squeekboard/Makefile index c7dba6493c9a..ec7dbefb1201 100644 --- a/x11/squeekboard/Makefile +++ b/x11/squeekboard/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas USES= cargo compiler:c11 gettext-tools gnome meson pkgconfig USE_GITLAB= yes -USE_GNOME= cairo gtk30 +USE_GNOME= cairo gdkpixbuf2 gtk30 GL_SITE= https://source.puri.sm GL_ACCOUNT= Librem5 GL_COMMIT= 579ba8ab87f395c550eede40922b498feb245300 diff --git a/x11/squeekboard/pkg-message b/x11/squeekboard/pkg-message index 9a80d847e87f..080f30ee17e3 100644 --- a/x11/squeekboard/pkg-message +++ b/x11/squeekboard/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To uhnide the keyboard after launch run $ gdbus call --session \ @@ -5,3 +8,6 @@ $ gdbus call --session \ --object-path=/sm/puri/OSK0 \ --method=sm.puri.OSK0.SetVisible \ true +EOM +} +] |