pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/xmoji



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 26 21:05:20 UTC 2024

Modified Files:
        pkgsrc/inputmethod/xmoji: Makefile PLIST distinfo

Log Message:
xmoji: update to 0.8.

Features:

    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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/inputmethod/xmoji/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/inputmethod/xmoji/PLIST \
    pkgsrc/inputmethod/xmoji/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/xmoji/Makefile
diff -u pkgsrc/inputmethod/xmoji/Makefile:1.2 pkgsrc/inputmethod/xmoji/Makefile:1.3
--- pkgsrc/inputmethod/xmoji/Makefile:1.2       Mon Aug 19 05:43:32 2024
+++ pkgsrc/inputmethod/xmoji/Makefile   Thu Sep 26 21:05:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/08/19 05:43:32 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/09/26 21:05:20 wiz Exp $
 
-DISTNAME=      xmoji-0.7
+DISTNAME=      xmoji-0.8
 CATEGORIES=    inputmethod x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Zirias/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}

Index: pkgsrc/inputmethod/xmoji/PLIST
diff -u pkgsrc/inputmethod/xmoji/PLIST:1.1 pkgsrc/inputmethod/xmoji/PLIST:1.2
--- pkgsrc/inputmethod/xmoji/PLIST:1.1  Fri Aug 16 11:03:35 2024
+++ pkgsrc/inputmethod/xmoji/PLIST      Thu Sep 26 21:05:20 2024
@@ -1,8 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2024/08/16 11:03:35 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/09/26 21:05:20 wiz Exp $
 bin/xmoji
 share/applications/xmoji.desktop
 share/doc/xmoji/README.md
+share/doc/xmoji/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
+share/xmoji/translations/xmoji-emojis-de.xct
+share/xmoji/translations/xmoji-ui-de.xct
Index: pkgsrc/inputmethod/xmoji/distinfo
diff -u pkgsrc/inputmethod/xmoji/distinfo:1.1 pkgsrc/inputmethod/xmoji/distinfo:1.2
--- pkgsrc/inputmethod/xmoji/distinfo:1.1       Fri Aug 16 11:03:35 2024
+++ pkgsrc/inputmethod/xmoji/distinfo   Thu Sep 26 21:05:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/08/16 11:03:35 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/09/26 21:05:20 wiz Exp $
 
-BLAKE2s (xmoji-0.7.tar.xz) = e113796956809c63948c752f1910607e8e74bfce3a119af077bd170d18ec40e3
-SHA512 (xmoji-0.7.tar.xz) = 7dccf344ba9850f201feef2ceced7461e14e7e05dce8f86eb60a5dc0f567673be5d0bd64ce73c8066c232165ade17db3569be3fb56605fd90bc71437a9f02747
-Size (xmoji-0.7.tar.xz) = 277636 bytes
+BLAKE2s (xmoji-0.8.tar.xz) = fbd4b4a92870909100f473383a089a9bfac7bf55eca943906de5ad098840d238
+SHA512 (xmoji-0.8.tar.xz) = a371da903f3d18352467316179dadda667a5722238e4c9af1f14d9293f4fa1213b2419f212fd3d7f23920f77cc77597086c3b752c2398595d9cfa5d7b60c8c0e
+Size (xmoji-0.8.tar.xz) = 356028 bytes



Home | Main Index | Thread Index | Old Index