git: c80bf4daf962 - 2024Q4 - x11-wm/labwc: install new translations after 84fca1b3c86b
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 23:09:54 UTC
The branch 2024Q4 has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c80bf4daf962c8815d05023581fa731873e349f0
commit c80bf4daf962c8815d05023581fa731873e349f0
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-10-31 23:05:59 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-10-31 23:09:45 +0000
x11-wm/labwc: install new translations after 84fca1b3c86b
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: share/locale/da/LC_MESSAGES/labwc.mo
Error: Orphaned: share/locale/pt_BR/LC_MESSAGES/labwc.mo
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Reported by: QAT
(cherry picked from commit fc8950af9029465707b795d1b3296a8f0f0e0dd2)
---
x11-wm/labwc/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/x11-wm/labwc/Makefile b/x11-wm/labwc/Makefile
index 07aa2eceafb6..96b9c1e68a0b 100644
--- a/x11-wm/labwc/Makefile
+++ b/x11-wm/labwc/Makefile
@@ -1,5 +1,6 @@
PORTNAME= labwc
DISTVERSION= 0.8.1
+PORTREVISION= 1
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@@ -48,6 +49,7 @@ NLS_USES= gettext
NLS_MESON_ENABLED= nls
NLS_PLIST_FILES= share/locale/ar/LC_MESSAGES/${PORTNAME}.mo \
share/locale/cs/LC_MESSAGES/${PORTNAME}.mo \
+ share/locale/da/LC_MESSAGES/${PORTNAME}.mo \
share/locale/de/LC_MESSAGES/${PORTNAME}.mo \
share/locale/el/LC_MESSAGES/${PORTNAME}.mo \
share/locale/es/LC_MESSAGES/${PORTNAME}.mo \
@@ -68,6 +70,7 @@ NLS_PLIST_FILES= share/locale/ar/LC_MESSAGES/${PORTNAME}.mo \
share/locale/pa/LC_MESSAGES/${PORTNAME}.mo \
share/locale/pl/LC_MESSAGES/${PORTNAME}.mo \
share/locale/pt/LC_MESSAGES/${PORTNAME}.mo \
+ share/locale/pt_BR/LC_MESSAGES/${PORTNAME}.mo \
share/locale/ru/LC_MESSAGES/${PORTNAME}.mo \
share/locale/sv/LC_MESSAGES/${PORTNAME}.mo \
share/locale/tr/LC_MESSAGES/${PORTNAME}.mo \