pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/gspell



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jul  5 10:12:43 UTC 2026

Modified Files:
        pkgsrc/textproc/gspell: Makefile PLIST distinfo

Log Message:
gspell: updated to 1.14.4

1.14.4
* Translation updates.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/textproc/gspell/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/gspell/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/gspell/distinfo

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

Modified files:

Index: pkgsrc/textproc/gspell/Makefile
diff -u pkgsrc/textproc/gspell/Makefile:1.57 pkgsrc/textproc/gspell/Makefile:1.58
--- pkgsrc/textproc/gspell/Makefile:1.57        Wed Jun 24 21:40:50 2026
+++ pkgsrc/textproc/gspell/Makefile     Sun Jul  5 10:12:43 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2026/06/24 21:40:50 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2026/07/05 10:12:43 adam Exp $
 
-DISTNAME=      gspell-1.14.3
+DISTNAME=      gspell-1.14.4
 CATEGORIES=    textproc gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gspell/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -10,38 +10,21 @@ HOMEPAGE=   https://wiki.gnome.org/Project
 COMMENT=       Spell checking API for GTK+ applications
 LICENSE=       gnu-lgpl-v2.1
 
+TOOL_DEPENDS+=         glib2-introspection-[0-9]*:../../devel/glib2-introspection
+
 USE_LANGUAGES=         c
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            msgfmt pkg-config
 
-MESON_ARGS+=           -Dgtk_doc=false
+MESON_ARGS+=   -Dgtk_doc=false
+MESON_ARGS+=   -Dinstall_tests=false # fail on Darwin
 
 PKGCONFIG_OVERRIDE+=           output/meson-private/gspell-1.pc
 PKGCONFIG_OVERRIDE_STAGE=      post-configure
 
-PLIST_VARS=    gir
-
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
-USE_LANGUAGES+=                objc
-# introspection fails
-#CONFIGURE_ARGS+=      --disable-introspection
-# Some .c files contain objective-c code.
-CPPFLAGS+=             -x objective-c
-# tests do not link
-#SUBST_CLASSES+=         tests
-#SUBST_STAGE.tests=      pre-configure
-#SUBST_MESSAGE.tests=    Disabling tests.
-#SUBST_FILES.tests=      Makefile.in
-#SUBST_SED.tests=        -e 's,tests testsuite,,'
-.else
-TOOL_DEPENDS+=         glib2-introspection-[0-9]*:../../devel/glib2-introspection
+.include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
-PLIST.gir=             yes
-.endif
-
 .include "../../devel/meson/build.mk"
-.include "../../devel/glib2/buildlink3.mk"
 .include "../../lang/vala/buildlink3.mk"
 .include "../../textproc/enchant2/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"

Index: pkgsrc/textproc/gspell/PLIST
diff -u pkgsrc/textproc/gspell/PLIST:1.8 pkgsrc/textproc/gspell/PLIST:1.9
--- pkgsrc/textproc/gspell/PLIST:1.8    Tue Jun 23 10:15:09 2026
+++ pkgsrc/textproc/gspell/PLIST        Sun Jul  5 10:12:43 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2026/06/23 10:15:09 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2026/07/05 10:12:43 adam Exp $
 bin/gspell-app1
 include/gspell-1/gspell/gspell-checker-dialog.h
 include/gspell-1/gspell/gspell-checker.h
@@ -14,23 +14,11 @@ include/gspell-1/gspell/gspell-navigator
 include/gspell-1/gspell/gspell-text-buffer.h
 include/gspell-1/gspell/gspell-text-view.h
 include/gspell-1/gspell/gspell.h
-${PLIST.gir}lib/girepository-1.0/Gspell-1.typelib
+lib/girepository-1.0/Gspell-1.typelib
 lib/libgspell-1.so
 lib/libgspell-1.so.3
 lib/pkgconfig/gspell-1.pc
-libexec/installed-tests/gspell-1/test-checker
-libexec/installed-tests/gspell-1/test-entry
-libexec/installed-tests/gspell-1/test-icu
-libexec/installed-tests/gspell-1/test-inline-checker-text-buffer
-libexec/installed-tests/gspell-1/test-text-iter
-libexec/installed-tests/gspell-1/test-utils
-${PLIST.gir}share/gir-1.0/Gspell-1.gir
-share/installed-tests/gspell-1/test-checker.test
-share/installed-tests/gspell-1/test-entry.test
-share/installed-tests/gspell-1/test-icu.test
-share/installed-tests/gspell-1/test-inline-checker-text-buffer.test
-share/installed-tests/gspell-1/test-text-iter.test
-share/installed-tests/gspell-1/test-utils.test
+share/gir-1.0/Gspell-1.gir
 share/locale/ab/LC_MESSAGES/gspell-1.mo
 share/locale/ar/LC_MESSAGES/gspell-1.mo
 share/locale/be/LC_MESSAGES/gspell-1.mo
@@ -66,6 +54,7 @@ share/locale/kab/LC_MESSAGES/gspell-1.mo
 share/locale/kk/LC_MESSAGES/gspell-1.mo
 share/locale/ko/LC_MESSAGES/gspell-1.mo
 share/locale/kw/LC_MESSAGES/gspell-1.mo
+share/locale/lo/LC_MESSAGES/gspell-1.mo
 share/locale/lt/LC_MESSAGES/gspell-1.mo
 share/locale/lv/LC_MESSAGES/gspell-1.mo
 share/locale/mjw/LC_MESSAGES/gspell-1.mo
@@ -95,5 +84,5 @@ share/locale/uz/LC_MESSAGES/gspell-1.mo
 share/locale/vi/LC_MESSAGES/gspell-1.mo
 share/locale/zh_CN/LC_MESSAGES/gspell-1.mo
 share/locale/zh_TW/LC_MESSAGES/gspell-1.mo
-${PLIST.gir}share/vala/vapi/gspell-1.deps
-${PLIST.gir}share/vala/vapi/gspell-1.vapi
+share/vala/vapi/gspell-1.deps
+share/vala/vapi/gspell-1.vapi

Index: pkgsrc/textproc/gspell/distinfo
diff -u pkgsrc/textproc/gspell/distinfo:1.11 pkgsrc/textproc/gspell/distinfo:1.12
--- pkgsrc/textproc/gspell/distinfo:1.11        Tue Jun 23 10:15:09 2026
+++ pkgsrc/textproc/gspell/distinfo     Sun Jul  5 10:12:43 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2026/06/23 10:15:09 wiz Exp $
+$NetBSD: distinfo,v 1.12 2026/07/05 10:12:43 adam Exp $
 
-BLAKE2s (gspell-1.14.3.tar.xz) = 9e36dffd7c37dfe4334acd998ea68d6243beaafcf456de12cd5c090fc8592518
-SHA512 (gspell-1.14.3.tar.xz) = fd22f6c60e46976697619385b6c7f32c399126b3c057f929c9a504eb8ee8a8376e240cff67fc94e0ccf20b832556f0e3362ddf2771a5d7616264841113d6da26
-Size (gspell-1.14.3.tar.xz) = 118848 bytes
+BLAKE2s (gspell-1.14.4.tar.xz) = 6aaf6e3bd48fa49bf106338f19879218bc587e259811421032006f546c0b9e38
+SHA512 (gspell-1.14.4.tar.xz) = af45fbec6cc209fb6c8fdf97e636f032c6f8060095d9e3256a1b065098e7002ed0b242205f9b2a855d25db8b88a76fda36975c68b746d4ef038c0665fe22c9ab
+Size (gspell-1.14.4.tar.xz) = 119392 bytes



Home | Main Index | Thread Index | Old Index