Skip to content

Commit

Permalink
mozc-elisp226: appease various warnings on emacs29.
Browse files Browse the repository at this point in the history
Bump PKGREVISION.
  • Loading branch information
tsutsui committed Aug 3, 2024
1 parent e588275 commit b9bb3d2
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 3 deletions.
10 changes: 8 additions & 2 deletions inputmethod/mozc-elisp226/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# $NetBSD: Makefile,v 1.6 2024/05/29 16:33:11 adam Exp $
# $NetBSD: Makefile,v 1.7 2024/08/03 14:49:34 tsutsui Exp $

PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/}
PKGREVISION= 29
PKGREVISION= 30
CATEGORIES= inputmethod editors

EMACS_MODULES= base leim

# Package Requires >= 24.3 for cl-lib etc.
EMACS_VERSIONS_ACCEPTED= emacs26 emacs26nox
EMACS_VERSIONS_ACCEPTED+= emacs27 emacs27nox
EMACS_VERSIONS_ACCEPTED+= emacs28 emacs28nox
EMACS_VERSIONS_ACCEPTED+= emacs29 emacs29nox

.include "../../editors/emacs/modules.mk"

INSTALLATION_DIRS= ${EMACS_LISPPREFIX} bin
Expand Down
3 changes: 2 additions & 1 deletion inputmethod/mozc-server226/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.1 2024/02/10 01:20:46 ryoon Exp $
$NetBSD: distinfo,v 1.2 2024/08/03 14:49:34 tsutsui Exp $

BLAKE2s (mozc-2.26.4282.100.tar.xz) = 0d6239653ece7577159c7dc23ead2e2a42239496f0b7c3d30db472634689d12e
SHA512 (mozc-2.26.4282.100.tar.xz) = 236ec8ece076aea04480cb9aee30076699a30db88356c8bd9eb0694d86716a89748a6d33d66f5ba831e95bd0d16260e3111a9c75fded9e34df35e1785980cf12
Expand Down Expand Up @@ -44,5 +44,6 @@ SHA1 (patch-session_session__test.cc) = 7396e2f4931257d8a33087b1bed5418a038fefa1
SHA1 (patch-third__party_abseil-cpp_absl_base_config.h) = e996fad886e0763c7be7b79735819e668159fd82
SHA1 (patch-third__party_protobuf_post__process__dist.sh) = 8adc79d5d7eed3cbf406ebcfbd5832b7a050ced6
SHA1 (patch-uim-mozc) = 0000583d8f3f44ef2281888c7cfdb968c17ec798
SHA1 (patch-unix_emacs_mozc.el) = 1f91d7cae62c76b9bdccb5dca02bf145934ced9c
SHA1 (patch-unix_ibus_ibus.gyp) = aa2077cf3c379bf9ce33e97abe478540346782ad
SHA1 (patch-unix_ibus_path__util.cc) = a6aa368d9ce8926e200602fdc370c13e35d5a8cf
Loading

0 comments on commit b9bb3d2

Please sign in to comment.