pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/pluma pluma: update to 1.22.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa67e043e602
branches:  trunk
changeset: 419977:aa67e043e602
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Dec 30 23:38:57 2019 +0000

description:
pluma: update to 1.22.2

While here, also remove PLIST vars that have never actually been used
since the package was imported.

Change log:

pluma 1.22.2

  * Translations update
  * smart-converter: Fix memory leaks
  * spell-checker plugin: add missing translation (i18n)

diffstat:

 editors/pluma/Makefile   |   5 ++---
 editors/pluma/PLIST      |   7 ++++++-
 editors/pluma/distinfo   |  10 +++++-----
 editors/pluma/options.mk |   6 +-----
 4 files changed, 14 insertions(+), 14 deletions(-)

diffs (94 lines):

diff -r 830aa4946534 -r aa67e043e602 editors/pluma/Makefile
--- a/editors/pluma/Makefile    Mon Dec 30 23:35:51 2019 +0000
+++ b/editors/pluma/Makefile    Mon Dec 30 23:38:57 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/07/21 22:24:44 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2019/12/30 23:38:57 gutteridge Exp $
 
 # XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the
 # python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE
@@ -7,8 +7,7 @@
 .include "../../devel/libpeas/buildlink3.mk"
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      pluma-${VERSION:R}.1
-PKGREVISION=   2
+DISTNAME=      pluma-${VERSION:R}.2
 CATEGORIES=    editors
 
 COMMENT=       Small and lightweight UTF-8 text editor for MATE
diff -r 830aa4946534 -r aa67e043e602 editors/pluma/PLIST
--- a/editors/pluma/PLIST       Mon Dec 30 23:35:51 2019 +0000
+++ b/editors/pluma/PLIST       Mon Dec 30 23:38:57 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/03/06 08:03:22 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/12/30 23:38:57 gutteridge Exp $
 bin/pluma
 include/pluma/pluma-app.h
 include/pluma/pluma-commands.h
@@ -358,6 +358,10 @@
 share/help/id/pluma/figures/pluma_window.png
 share/help/id/pluma/index.docbook
 share/help/id/pluma/legal.xml
+share/help/ie/pluma/figures/pluma_recent_files_menu_icon.png
+share/help/ie/pluma/figures/pluma_window.png
+share/help/ie/pluma/index.docbook
+share/help/ie/pluma/legal.xml
 share/help/is/pluma/figures/pluma_recent_files_menu_icon.png
 share/help/is/pluma/figures/pluma_window.png
 share/help/is/pluma/index.docbook
@@ -628,6 +632,7 @@
 share/locale/hy/LC_MESSAGES/pluma.mo
 share/locale/ia/LC_MESSAGES/pluma.mo
 share/locale/id/LC_MESSAGES/pluma.mo
+share/locale/ie/LC_MESSAGES/pluma.mo
 share/locale/ig/LC_MESSAGES/pluma.mo
 share/locale/is/LC_MESSAGES/pluma.mo
 share/locale/it/LC_MESSAGES/pluma.mo
diff -r 830aa4946534 -r aa67e043e602 editors/pluma/distinfo
--- a/editors/pluma/distinfo    Mon Dec 30 23:35:51 2019 +0000
+++ b/editors/pluma/distinfo    Mon Dec 30 23:38:57 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2019/05/08 01:55:16 gutteridge Exp $
+$NetBSD: distinfo,v 1.8 2019/12/30 23:38:57 gutteridge Exp $
 
-SHA1 (pluma-1.22.1.tar.xz) = d3483e70f8172980359669b9128b4756a0f3a94e
-RMD160 (pluma-1.22.1.tar.xz) = acc68fedaddfa1939e7af2bbf4ed5bc21e2581cc
-SHA512 (pluma-1.22.1.tar.xz) = 0d3f07b2e8c736c9e1ad64ed5cb749db6088868e9bc27aa786cbb0c3fe72715f0fd4dd53999502a4333ec82110148b772c0dde81433d0936d2d3c2d04804026a
-Size (pluma-1.22.1.tar.xz) = 3236724 bytes
+SHA1 (pluma-1.22.2.tar.xz) = f79e5fcfdba38aa5f1bfd595e121aec8e64b24b6
+RMD160 (pluma-1.22.2.tar.xz) = 511ddd4c90f59ea01d312d4802b9edbcf6b91e29
+SHA512 (pluma-1.22.2.tar.xz) = a68b79713f649def15ea29e58e041d70bb6d756a356743f6e06d8dd680f7b39e8bcdd90c68cbe5c517bead7f9263d7596954bc595c3a2501edf0d0ea421c9992
+Size (pluma-1.22.2.tar.xz) = 3262288 bytes
 SHA1 (patch-configure) = c2f4aef21c7b23bafeb0c6d3f751e7d21e0a618e
diff -r 830aa4946534 -r aa67e043e602 editors/pluma/options.mk
--- a/editors/pluma/options.mk  Mon Dec 30 23:35:51 2019 +0000
+++ b/editors/pluma/options.mk  Mon Dec 30 23:38:57 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2019/10/05 21:32:12 gutteridge Exp $
+# $NetBSD: options.mk,v 1.13 2019/12/30 23:38:57 gutteridge Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.pluma
 PKG_SUPPORTED_OPTIONS= enchant
@@ -6,13 +6,10 @@
 
 .include "../../mk/bsd.options.mk"
 
-PLIST_VARS+=   enchant python
-
 .if !empty(PKG_OPTIONS:Menchant)
 .include "../../textproc/enchant2/buildlink3.mk"
 .include "../../textproc/iso-codes/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-spell
-PLIST.enchant= yes
 .else
 CONFIGURE_ARGS+=       --disable-spell
 .endif
@@ -22,7 +19,6 @@
 # as being incompatible, leaving us with no remaining choices.
 .if !empty(PKG_OPTIONS:Mpython)
 CONFIGURE_ARGS+=       --enable-python
-PLIST.python=  yes
 PYTHON_VERSIONS_ACCEPTED=       27 # py-gtk2, also via py-gtksourceview
 .include "../../devel/py-gobject/buildlink3.mk"
 .include "../../x11/py-gtk2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index