Skip to content

Commit

Permalink
xfce4-mousepad: update to 0.6.1
Browse files Browse the repository at this point in the history
Change log:

0.6.1 (2023-05-13)
=====
- I18n: Update po/LINGUAS list
- I18n: Update po/LINGUAS list
- build: Optionally require polkit
- build: Use m4_defined min versions and cleanup
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in
- build: Switch from intltool to gettext
- menubar: Improve some strings
- search: Use consistent naming
- history: Properly restore multi-window session
- Restore opening mode only when it was overridden from the command line
- Add "X of Y matches" to search bar and replace dialog (Closes #174)
- Add application/x-zerosize to supported mime types (Fixes #194)
- Apply opening mode also to the open dialog (Fixes #181)
- Properly reconnect signal handler when auto-reload is enabled
- Translation Updates:
  Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
  Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, Eastern Armenian, English (Australia), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
  1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil),
  Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish,
  Telugu, Thai, Turkish, Ukrainian, Uyghur
  • Loading branch information
dhgutteridge committed May 17, 2023
1 parent da7bc35 commit 10bff43
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions editors/xfce4-mousepad/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.71 2023/04/19 08:09:52 adam Exp $
# $NetBSD: Makefile,v 1.72 2023/05/17 03:22:29 gutteridge Exp $

PKGREVISION= 1
.include "../../meta-pkgs/xfce4/Makefile.common"

VERSION= 0.6.0
VERSION= 0.6.1
DISTNAME= mousepad-${VERSION}
PKGNAME= xfce4-mousepad-${VERSION}
CATEGORIES= editors
Expand All @@ -16,6 +15,7 @@ CONFIGURE_ARGS+= --enable-gtksourceview4

.include "options.mk"

.include "../../devel/gettext-tools/msgfmt-desktop.mk"
.include "../../devel/glib2/schemas.mk"
# Only really required if CSDs are enabled (now disabled by default).
.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
Expand Down
3 changes: 1 addition & 2 deletions editors/xfce4-mousepad/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.9 2021/11/30 00:45:38 gutteridge Exp $
@comment $NetBSD: PLIST,v 1.10 2023/05/17 03:22:29 gutteridge Exp $
bin/mousepad
lib/libmousepad.la
${PLIST.gspell}lib/mousepad/plugins/libmousepad-plugin-gspell.la
Expand Down Expand Up @@ -64,4 +64,3 @@ share/locale/uk/LC_MESSAGES/mousepad.mo
share/locale/zh_CN/LC_MESSAGES/mousepad.mo
share/locale/zh_TW/LC_MESSAGES/mousepad.mo
share/metainfo/org.xfce.mousepad.appdata.xml
share/polkit-1/actions/org.xfce.mousepad.policy
8 changes: 4 additions & 4 deletions editors/xfce4-mousepad/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.19 2023/02/11 01:24:03 gutteridge Exp $
$NetBSD: distinfo,v 1.20 2023/05/17 03:22:29 gutteridge Exp $

BLAKE2s (mousepad-0.6.0.tar.bz2) = 0b9b648de7d536e40631ce88479e96a8315c29d4113c2845281c70dc4303e6e0
SHA512 (mousepad-0.6.0.tar.bz2) = dad3488c973d767759a8b9752f83cc45d339064d34c19ee51f576af13f8db441f7234982c09e85f4032d553ee8df4f50ce8e0aa66c921a60ddb5c262a1c93702
Size (mousepad-0.6.0.tar.bz2) = 969433 bytes
BLAKE2s (mousepad-0.6.1.tar.bz2) = 4810f9b6f161cdcd7aa37d1b23f1e05a2a1eeadd8b689debc5e1b816ffd9ee3c
SHA512 (mousepad-0.6.1.tar.bz2) = cf6ee9e32ecb1be9f1f54c587c4e8f653eb949f1103e378bf27959b88d8d6f268fb796285c8077bcef97926288cf941b9fb9426bfeb680ee728bddefa2d77d23
Size (mousepad-0.6.1.tar.bz2) = 1405279 bytes

0 comments on commit 10bff43

Please sign in to comment.