pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/xfce4-mousepad



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed May 12 00:10:58 UTC 2021

Modified Files:
        pkgsrc/editors/xfce4-mousepad: Makefile distinfo

Log Message:
xfce4-mousepad: update to 0.5.4

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


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/editors/xfce4-mousepad/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/xfce4-mousepad/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/xfce4-mousepad/Makefile
diff -u pkgsrc/editors/xfce4-mousepad/Makefile:1.56 pkgsrc/editors/xfce4-mousepad/Makefile:1.57
--- pkgsrc/editors/xfce4-mousepad/Makefile:1.56 Wed Apr 21 11:41:34 2021
+++ pkgsrc/editors/xfce4-mousepad/Makefile      Wed May 12 00:10:58 2021
@@ -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
@@ -12,9 +11,11 @@ MASTER_SITES=        https://archive.xfce.org/s
 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"

Index: pkgsrc/editors/xfce4-mousepad/distinfo
diff -u pkgsrc/editors/xfce4-mousepad/distinfo:1.11 pkgsrc/editors/xfce4-mousepad/distinfo:1.12
--- pkgsrc/editors/xfce4-mousepad/distinfo:1.11 Tue Mar  2 01:55:53 2021
+++ pkgsrc/editors/xfce4-mousepad/distinfo      Wed May 12 00:10:58 2021
@@ -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



Home | Main Index | Thread Index | Old Index