Skip to content

Commit

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

0.5.4
======
- New Features:
  - Add --line/-l and --column/-c number (#107, !83)
  - Port to GtkSourceView 4 (#55, #80, !10)

- Bug Fixes:
  - Delay request to scroll to cursor for the correct active view
  - Monitor hardlinks with glib 2.56.2 (#110, !82)
  - Transfer encoding from remote to primary instance (#109)
  - Prevent a crash when no language is found
  - Make window require attention when opening new tabs (#106, #93, !81)
  - Fix BOM array (!80)
  - Correctly initialize toolbar style combo box (#103)
  - Allow checking parent sources when looking up schema (#101)
  - Fix missing parameter to "select-all" signal (!79)

- Translation Updates:
  Hebrew, Indonesian, Spanish, Swedish
  • Loading branch information
dhgutteridge committed May 12, 2021
1 parent fd166c3 commit ae95f6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions editors/xfce4-mousepad/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.56 2021/04/21 11:41:34 adam Exp $
# $NetBSD: Makefile,v 1.57 2021/05/12 00:10:58 gutteridge Exp $

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

VERSION= 0.5.3
VERSION= 0.5.4
DISTNAME= mousepad-${VERSION}
PKGNAME= xfce4-mousepad-${VERSION}
CATEGORIES= editors
Expand All @@ -12,9 +11,11 @@ MASTER_SITES= https://archive.xfce.org/src/apps/mousepad/${VERSION:R}/
HOMEPAGE= http://users.xfce.org/~benny/xfce/apps.html
COMMENT= Xfce text editor

CONFIGURE_ARGS+= --enable-gtksourceview4

.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 "../../x11/gtksourceview4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
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.11 2021/03/02 01:55:53 gutteridge Exp $
$NetBSD: distinfo,v 1.12 2021/05/12 00:10:58 gutteridge Exp $

SHA1 (mousepad-0.5.3.tar.bz2) = d5fcc8f56741d704ce0f30f03b805fc5d97d7328
RMD160 (mousepad-0.5.3.tar.bz2) = e7cbecceb14d15ee8c39cf9e908382092a43339a
SHA512 (mousepad-0.5.3.tar.bz2) = 596d85a9b7caa1616bd5adc2bb4f7ddbdf47d9e4a049f100581ecba9c61db5243f45d3dd8217ecaed1803c73c2221a396817790efe3898c487c12c8ce8d328c6
Size (mousepad-0.5.3.tar.bz2) = 848169 bytes
SHA1 (mousepad-0.5.4.tar.bz2) = b6a4d2cdc91d2b4ae8d941603d4dcc677a28c7d0
RMD160 (mousepad-0.5.4.tar.bz2) = ebcf061e6ee34e38536efa90f443345bbf6a04f5
SHA512 (mousepad-0.5.4.tar.bz2) = 52d1d9b235b13a651ee7e6e1633074c7829c27e880033637eacdd7cd63f246d1f47d0cd2c981cf2a7eb96dbb7119204a685f00a60968e4478d5057bce8500370
Size (mousepad-0.5.4.tar.bz2) = 855416 bytes

0 comments on commit ae95f6a

Please sign in to comment.