pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/xfce4-mousepad xfce4-mousepad: update to 0.4.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7d3bd4159cc
branches:  trunk
changeset: 399854:f7d3bd4159cc
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Aug 17 20:28:32 2019 +0000

description:
xfce4-mousepad: update to 0.4.2

(This is part of meta-pkgs/xfce4. Ride previous bump there.)

Change log:

0.4.2
======
- Port to GDBus (Bug #14337)
- Show full path in window title by default (Bug #2896)
- Reset modification time when new filename is set (Bug #10498)
- Do not overwrite view settings when opening encoding dialog (Bug #12298)
- Make dialog windows modal only for parent window (Bug #10488)
- Add string to translation (Bug #11049)
- Selecting a font via menu now disables system font (Bug #12773)
- Check for exo-csource in maintainer mode (Bug #12719)
- New line can't be printed in status bar (Bug #11050)
- Do not move text cursor when searching backwards (Bug #14942)
- Fix gravity of selection end mark (Bug #10986)
- Missing line in dbus.h, found typo in window.h (Bug #10583)
- Append a newline char at EOF when saving (Bug #4824)
- Do not core dump on silly errors, just exit (Bug #12413)
- Fix gtksourceview warnings/errors (Bug 11663)
- Only set template filetype when detected (Bug #15314)
- Replace deprecated style properties in MousepadCloseButton (Bug #13114)
- Fix Tab mode and Home/End Keys in preferences dialog (Bug #15075)
- Fix language guess function (Bug #15141)
- Read system font from xfconf property (Bug #12485)
- Add pkexec policy (Bug #11088)
- Fix g_type_class_add_private is deprecated
- Set intltool minimum version
- Bump minimal required glib
- Translation Updates: Albanian, Arabic, Asturian, Basque, Belarusian,
  Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
  Danish, Dutch (Flemish), English (Australia), English (Great Britain),
  Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
  Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
  Norwegian Bokm?l, Norwegian Nynorsk, Occitan, Polish, Portuguese,
  Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur

diffstat:

 editors/xfce4-mousepad/Makefile |   6 +++---
 editors/xfce4-mousepad/PLIST    |   6 +++++-
 editors/xfce4-mousepad/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 9 deletions(-)

diffs (68 lines):

diff -r ed91496b9fa5 -r f7d3bd4159cc editors/xfce4-mousepad/Makefile
--- a/editors/xfce4-mousepad/Makefile   Sat Aug 17 19:49:11 2019 +0000
+++ b/editors/xfce4-mousepad/Makefile   Sat Aug 17 20:28:32 2019 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.45 2019/08/11 13:20:57 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2019/08/17 20:28:32 gutteridge Exp $
 
-PKGREVISION= 4
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.4.1
+VERSION=       0.4.2
 DISTNAME=      mousepad-${VERSION}
 PKGNAME=       xfce4-mousepad-${VERSION}
 CATEGORIES=    editors
@@ -13,6 +12,7 @@
 COMMENT=       Xfce text editor
 
 .include "../../devel/glib2/schemas.mk"
+.include "../../devel/xfce4-conf/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/gtksourceview3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ed91496b9fa5 -r f7d3bd4159cc editors/xfce4-mousepad/PLIST
--- a/editors/xfce4-mousepad/PLIST      Sat Aug 17 19:49:11 2019 +0000
+++ b/editors/xfce4-mousepad/PLIST      Sat Aug 17 20:28:32 2019 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.6 2018/10/23 09:54:14 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/08/17 20:28:32 gutteridge Exp $
 bin/mousepad
 share/applications/mousepad.desktop
 share/glib-2.0/schemas/org.xfce.mousepad.gschema.xml
 share/locale/ar/LC_MESSAGES/mousepad.mo
 share/locale/ast/LC_MESSAGES/mousepad.mo
+share/locale/be/LC_MESSAGES/mousepad.mo
 share/locale/bg/LC_MESSAGES/mousepad.mo
 share/locale/ca/LC_MESSAGES/mousepad.mo
 share/locale/cs/LC_MESSAGES/mousepad.mo
@@ -20,7 +21,9 @@
 share/locale/he/LC_MESSAGES/mousepad.mo
 share/locale/hr/LC_MESSAGES/mousepad.mo
 share/locale/hu/LC_MESSAGES/mousepad.mo
+share/locale/hy_AM/LC_MESSAGES/mousepad.mo
 share/locale/id/LC_MESSAGES/mousepad.mo
+share/locale/ie/LC_MESSAGES/mousepad.mo
 share/locale/is/LC_MESSAGES/mousepad.mo
 share/locale/it/LC_MESSAGES/mousepad.mo
 share/locale/ja/LC_MESSAGES/mousepad.mo
@@ -49,3 +52,4 @@
 share/locale/uk/LC_MESSAGES/mousepad.mo
 share/locale/zh_CN/LC_MESSAGES/mousepad.mo
 share/locale/zh_TW/LC_MESSAGES/mousepad.mo
+share/polkit-1/actions/org.xfce.mousepad.policy
diff -r ed91496b9fa5 -r f7d3bd4159cc editors/xfce4-mousepad/distinfo
--- a/editors/xfce4-mousepad/distinfo   Sat Aug 17 19:49:11 2019 +0000
+++ b/editors/xfce4-mousepad/distinfo   Sat Aug 17 20:28:32 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/10/23 09:54:14 bsiegert Exp $
+$NetBSD: distinfo,v 1.8 2019/08/17 20:28:32 gutteridge Exp $
 
-SHA1 (mousepad-0.4.1.tar.bz2) = da034ac3711c273e71e0c2b194c12d72a9ca087a
-RMD160 (mousepad-0.4.1.tar.bz2) = 07b8d2295a23180d5c3ae8d3b1d8099ce7e36f34
-SHA512 (mousepad-0.4.1.tar.bz2) = 2ffbb4245a3344437bd41f9f28cc066ae45062f6b6d169aa274e933f033c434f0b10845ccf42ab846dcad25ae7cee36ea6619bfb6889e8cd41c994be87b77be8
-Size (mousepad-0.4.1.tar.bz2) = 644161 bytes
+SHA1 (mousepad-0.4.2.tar.bz2) = 26f0a2860973c4acd425dc8b5e7736ba6cb9a459
+RMD160 (mousepad-0.4.2.tar.bz2) = f02202f24a88d033a149966b6e3cbc3972568b83
+SHA512 (mousepad-0.4.2.tar.bz2) = f3266018ce61683dc62b6866649f3674cc363ea652de04d3f087341c61cf24fb5eb730411948e354d085792f88b59e3dba7e7712715d92711f750b33d8bfb69a
+Size (mousepad-0.4.2.tar.bz2) = 696014 bytes



Home | Main Index | Thread Index | Old Index