Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2019 08:18:55 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518755 - head/x11/squeekboard
Message-ID:  <201912010818.xB18Itvo080029@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912010818.xB18Itvo080029>