Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2020 01:14:40 +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: r549551 - head/x11/phosh
Message-ID:  <202009220114.08M1Eecv065423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Sep 22 01:14:39 2020
New Revision: 549551
URL: https://svnweb.freebsd.org/changeset/ports/549551

Log:
  x11/phosh: add missing dependency after r549544
  
  ===> Checking for items in pkg-plist which are not in STAGEDIR
  Error: Missing: share/applications/sm.puri.OSK0.desktop
  Error: Missing: share/applications/sm.puri.Phosh.desktop
  Error: Missing: share/gnome-session/sessions/phosh.session
  Error: Missing: share/locale/am/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/ar/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/bg/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/ca/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/cs/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/da/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/de/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/el/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/en_GB/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/eo/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/es/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/es_ES/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/eu/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/fa/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/fi/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/fr/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/fur/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/he/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/hu/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/it/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/ja/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/ko/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/la/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/nb/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/nl/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/pl/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/pt_BR/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/pt_PT/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/ro/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/ru/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/sk/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/sr/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/sv/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/tr/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/uk/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/zh_Hans_CN/LC_MESSAGES/phosh.mo
  Error: Missing: share/locale/zh_TW/LC_MESSAGES/phosh.mo
  ===> Error: Plist issues found.

Modified:
  head/x11/phosh/Makefile   (contents, props changed)

Modified: head/x11/phosh/Makefile
==============================================================================
--- head/x11/phosh/Makefile	Tue Sep 22 01:12:59 2020	(r549550)
+++ head/x11/phosh/Makefile	Tue Sep 22 01:14:39 2020	(r549551)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libfeedback-0.0.so:accessibility/feedback
 RUN_DEPENDS=	phoc:x11-wm/phoc \
 		gnome-session:x11/gnome-session
 
-USES=		compiler:c11 gnome meson pkgconfig
+USES=		compiler:c11 gettext gnome meson pkgconfig
 USE_GITLAB=	yes
 USE_GNOME=	cairo gdkpixbuf2 gnomedesktop3
 GL_SITE=	https://source.puri.sm



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