Skip to content

Commit

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

0.5.0
======
- Bump required GTK+ in `mousepad-prefs-dialog.ui` (#78)
- Fix an oversight in updating actions state (#76)
- Remove TODO file (#74)
- Ensure that opening modes are excluded from translation
- Translation Updates:
  Albanian, Bulgarian, Chinese (China), Dutch, French, German, Greek,
  Hebrew, Indonesian, Italian, Norwegian Bokmål, Portuguese,
  Portuguese (Brazil), Slovenian, Spanish, Japanese

0.4.90
======
Release candidate for upcoming stable version 0.5.

- Dependency Changes:
  - GLib >= 2.45.8
  - GTK+ >= 3.20
  - GtkSourceView >= 3.24
  - GTK+ 2 support has been removed
  - GtkSourceView 2 support has been removed

- New Features:
  - Add keybindings to show the menubar temporarily when hidden
  - Add command line option and setting for file opening mode
  - Improve encoding dialog
  - Add regex search

- Discontinued Features
  - multi-select (GTK+ 2)

- Appearance Changes
  - Replace `$HOME` with a tilde in displayed filename
  - Add new default keybindings and reveal some hidden ones
  - Search bar tweaks
  - Make tabs expanded for consistency with other Xfce programs
  - Add copyright and license info to About dialog
  - Improve label texts of "Find and Replace" dialog and search bar
  - Make the statusbar smaller
  - Add new app icon and switch to reverse DNS name
  - Save the state of the "highlight all" button in the search bar
  - Update window title of Find and Replace dialog
  - Add "Wrap around" check box to Find and Replace dialog (Bug #11290)
  - Infer filetype from shebang line (Bug #10514)
  - Show info when Templates directory does not exist (Bug #10486)

- Code Refactoring
  - Restore the use of the file `accels.scm`
  - Code refactoring around saving and restoring window geometry
  - Improve save-related actions
  - Fully switch to GtkApplication
  - Avoid deprecation warnings 5: CSS related
  - Avoid deprecation warnings 4: GtkUIManager and GtkAction
  - GtkStock
  - Avoid deprecation warnings 2: miscellaneous
  - Avoid deprecation warnings 1: alignment and padding
  - Avoid compilation warnings other than deprecation
  - Remove support for GTK+2
  - Switch to README.md and foreign automake mode
  - Add basic GitLab pipeline

- Bug Fixes:
  - Remove README.md from DISTCLEANFILES, it's not generated
  - Fix crash when dragging tab to GSV widget
  - Change GtkTextView wrap mode to GTK_WRAP_WORD_CHAR
  - Initialize the recent manager if needed at startup
  - Prevent search bar from overlapping the document
  - Properly disconnect signal handlers
  - Fix make distcheck
  - Fix color modifications in search entries
  - Do not open an empty document when encoding failed
  - Do not search for previously selected text
  - Update search field with selected text
  - Bug #16717: Move from exo-csource to xdt-csource
  - Remember last save location (Bug #14165)
  - Use g_get_user_dir to get Templates directory (Bug #11048)
  - Sync remaining menu actions to their settings (Bug #11046)
  - Install appstream in metainfo folder (Bug #11200)
  - Add appdata file (Bug #11200)
  - Fix building with `--enable-dbus --disable-gtk3`
  - Change visibility of fullscreen bars after small delay (Bug #9735)
  - Fix return type of fullscreen settings (Bug #9735)

- 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, Norwegian
  Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese
  (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
  • Loading branch information
dhgutteridge committed Dec 1, 2020
1 parent 3da4c33 commit 0b62f44
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
8 changes: 4 additions & 4 deletions editors/xfce4-mousepad/Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# $NetBSD: Makefile,v 1.52 2020/11/05 09:08:03 ryoon Exp $
# $NetBSD: Makefile,v 1.53 2020/12/01 05:11:53 gutteridge Exp $

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

VERSION= 0.4.2
VERSION= 0.5.0
DISTNAME= mousepad-${VERSION}
PKGNAME= xfce4-mousepad-${VERSION}
CATEGORIES= editors
MASTER_SITES= http://archive.xfce.org/src/apps/mousepad/0.4/
MASTER_SITES= https://archive.xfce.org/src/apps/mousepad/${VERSION:R}/

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 "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtksourceview3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
9 changes: 8 additions & 1 deletion editors/xfce4-mousepad/PLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
@comment $NetBSD: PLIST,v 1.7 2019/08/17 20:28:32 gutteridge Exp $
@comment $NetBSD: PLIST,v 1.8 2020/12/01 05:11:53 gutteridge Exp $
bin/mousepad
share/applications/mousepad.desktop
share/glib-2.0/schemas/org.xfce.mousepad.gschema.xml
share/icons/hicolor/128x128/apps/org.xfce.mousepad.png
share/icons/hicolor/16x16/apps/org.xfce.mousepad.png
share/icons/hicolor/48x48/apps/org.xfce.mousepad.png
share/icons/hicolor/scalable/apps/org.xfce.mousepad.svg
share/locale/ar/LC_MESSAGES/mousepad.mo
share/locale/ast/LC_MESSAGES/mousepad.mo
share/locale/be/LC_MESSAGES/mousepad.mo
Expand All @@ -14,6 +18,7 @@ share/locale/el/LC_MESSAGES/mousepad.mo
share/locale/en_AU/LC_MESSAGES/mousepad.mo
share/locale/en_GB/LC_MESSAGES/mousepad.mo
share/locale/es/LC_MESSAGES/mousepad.mo
share/locale/et/LC_MESSAGES/mousepad.mo
share/locale/eu/LC_MESSAGES/mousepad.mo
share/locale/fi/LC_MESSAGES/mousepad.mo
share/locale/fr/LC_MESSAGES/mousepad.mo
Expand All @@ -22,6 +27,7 @@ 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/hye/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
Expand Down Expand Up @@ -52,4 +58,5 @@ 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/metainfo/mousepad.appdata.xml
share/polkit-1/actions/org.xfce.mousepad.policy
10 changes: 5 additions & 5 deletions editors/xfce4-mousepad/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2019/08/17 20:28:32 gutteridge Exp $
$NetBSD: distinfo,v 1.9 2020/12/01 05:11:53 gutteridge Exp $

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
SHA1 (mousepad-0.5.0.tar.bz2) = b86c760f563e25f89bcbe3d0c45201455451ab08
RMD160 (mousepad-0.5.0.tar.bz2) = 524439676a37630284eac3e1046ebbefcf9aa08b
SHA512 (mousepad-0.5.0.tar.bz2) = 06cab143a3a0f98ad2aeecb0c7f034b8dede355de09632217da27dfb0675909c6cb284b227644c9ab3513a67fb23594ee63f0112ade69830d46559a8e7d65842
Size (mousepad-0.5.0.tar.bz2) = 810533 bytes

0 comments on commit 0b62f44

Please sign in to comment.