summaryrefslogtreecommitdiff
path: root/editors/xfce4-mousepad
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2019-08-17 20:28:32 +0000
committergutteridge <gutteridge@pkgsrc.org>2019-08-17 20:28:32 +0000
commitc1b83dd09dcf251779f7f4142a42668c0c4313af (patch)
tree128f9caed0b331e1d02d20bba7693b5a518a3297 /editors/xfce4-mousepad
parentcd5fabef3e5e151b1dcee84c5ed3a01cbc809695 (diff)
downloadpkgsrc-c1b83dd09dcf251779f7f4142a42668c0c4313af.tar.gz
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 (limited to 'editors/xfce4-mousepad')
-rw-r--r--editors/xfce4-mousepad/Makefile6
-rw-r--r--editors/xfce4-mousepad/PLIST6
-rw-r--r--editors/xfce4-mousepad/distinfo10
3 files changed, 13 insertions, 9 deletions
diff --git a/editors/xfce4-mousepad/Makefile b/editors/xfce4-mousepad/Makefile
index 61264ea8525..c1249dbfb3b 100644
--- a/editors/xfce4-mousepad/Makefile
+++ b/editors/xfce4-mousepad/Makefile
@@ -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 @@ HOMEPAGE= http://users.xfce.org/~benny/xfce/apps.html
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 --git a/editors/xfce4-mousepad/PLIST b/editors/xfce4-mousepad/PLIST
index 6c06b4f894a..7762d7d9289 100644
--- a/editors/xfce4-mousepad/PLIST
+++ b/editors/xfce4-mousepad/PLIST
@@ -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/gl/LC_MESSAGES/mousepad.mo
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/ug/LC_MESSAGES/mousepad.mo
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 --git a/editors/xfce4-mousepad/distinfo b/editors/xfce4-mousepad/distinfo
index bc6e58b2d73..0dfd2c65095 100644
--- a/editors/xfce4-mousepad/distinfo
+++ b/editors/xfce4-mousepad/distinfo
@@ -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