svn commit: r518755 - head/x11/squeekboard

Jan Beich jbeich at FreeBSD.org
Sun Dec 1 08:18:56 UTC 2019


Author: jbeich
Date: Sun Dec  1 08:18:55 2019
New Revision: 518755
URL: https://svnweb.freebsd.org/changeset/ports/518755

Log:
  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

Modified:
  head/x11/squeekboard/Makefile   (contents, props changed)
  head/x11/squeekboard/pkg-message   (contents, props changed)

Modified: head/x11/squeekboard/Makefile
==============================================================================
--- head/x11/squeekboard/Makefile	Sun Dec  1 07:54:50 2019	(r518754)
+++ head/x11/squeekboard/Makefile	Sun Dec  1 08:18:55 2019	(r518755)
@@ -21,7 +21,7 @@ RUN_DEPENDS=	gsettings-desktop-schemas>0:devel/gsettin
 
 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

Modified: head/x11/squeekboard/pkg-message
==============================================================================
--- head/x11/squeekboard/pkg-message	Sun Dec  1 07:54:50 2019	(r518754)
+++ head/x11/squeekboard/pkg-message	Sun Dec  1 08:18:55 2019	(r518755)
@@ -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
+}
+]


More information about the svn-ports-all mailing list