git: 5c9daa653a8f - main - x11/xmoji: Update to 0.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Sep 2024 09:35:46 UTC
The branch main has been updated by zirias: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c9daa653a8f4e4b359bb9ce880df2ef2534dce0 commit 5c9daa653a8f4e4b359bb9ce880df2ef2534dce0 Author: Felix Palmen <zirias@FreeBSD.org> AuthorDate: 2024-09-25 09:16:48 +0000 Commit: Felix Palmen <zirias@FreeBSD.org> CommitDate: 2024-09-25 09:35:30 +0000 x11/xmoji: Update to 0.8 New upstream release. Changes: * Add tooling for localized UI texts and Emoji names imported from Unicode CLDR * Add translations for German (de) * Improve search, show groups (skin-tone variants of the same Emoji) in search results and make it configurable what exactly the search looks at: original and/or translated names, and whether or not to consider other "variant" descriptions after a colon in the name * Implement the _NET_WM_PING protocol and associated window properties, allowing a window manager to know when and how to force-kill Xmoji --- x11/xmoji/Makefile | 6 ++++-- x11/xmoji/distinfo | 6 +++--- x11/xmoji/pkg-plist | 3 +++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/x11/xmoji/Makefile b/x11/xmoji/Makefile index 545744801e36..187abfca8641 100644 --- a/x11/xmoji/Makefile +++ b/x11/xmoji/Makefile @@ -1,5 +1,5 @@ PORTNAME= xmoji -DISTVERSION= 0.7 +DISTVERSION= 0.8 CATEGORIES= x11 MASTER_SITES= ${WWW}/releases/download/v${DISTVERSION}/ @@ -25,10 +25,12 @@ USE_XORG= xcb MAKEFILE= GNUmakefile MAKE_ARGS= BUNDLED_POSER=off -OPTIONS_DEFINE= DOCS SVG TRACE +OPTIONS_DEFINE= DOCS NLS SVG TRACE OPTIONS_DEFAULT= SVG +OPTIONS_SUB= yes SVG_DESC= Support glyphs in SVG format TRACE_DESC= Build with X11 request tracing (for debugging) +NLS_MAKE_ARGS_OFF= WITH_NLS=off SVG_MAKE_ARGS_OFF= WITH_SVG=off TRACE_MAKE_ARGS= TRACE=on diff --git a/x11/xmoji/distinfo b/x11/xmoji/distinfo index 9cd665c3a082..82c075c494d0 100644 --- a/x11/xmoji/distinfo +++ b/x11/xmoji/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724865763 -SHA256 (xmoji-0.7.tar.xz) = 14b1aea479474fdcfe0159215be6f4c27020e78e1bc5c4627842daea79bdc6c1 -SIZE (xmoji-0.7.tar.xz) = 277636 +TIMESTAMP = 1727255748 +SHA256 (xmoji-0.8.tar.xz) = 34721886b5d0d491e71a12e928552b81df978163655fae4d3342f5dcbdf04fce +SIZE (xmoji-0.8.tar.xz) = 356028 diff --git a/x11/xmoji/pkg-plist b/x11/xmoji/pkg-plist index e9dbbb7f8b8f..1c53fb0956a7 100644 --- a/x11/xmoji/pkg-plist +++ b/x11/xmoji/pkg-plist @@ -1,7 +1,10 @@ bin/xmoji share/applications/xmoji.desktop %%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/TRANSLATE.md share/icons/hicolor/16x16/apps/xmoji.png share/icons/hicolor/256x256/apps/xmoji.png share/icons/hicolor/32x32/apps/xmoji.png share/icons/hicolor/48x48/apps/xmoji.png +%%NLS%%%%DATADIR%%/translations/xmoji-emojis-de.xct +%%NLS%%%%DATADIR%%/translations/xmoji-ui-de.xct