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:           Fri Jun 13 02:43:30 UTC 2025

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

Log Message:
xfce4-mousepad: update to 0.6.5

Though this has moved to meson by default, I've opted to retain use of
the autotools build, since we had problems with the meson-enabled build
of libxfce4windowing failing due to dependency ordering issues.

0.6.5 (2025-03-31)
=====
- file: Fix broken conditional to exit on allowed error
- Disconnect from buffer signals when data object is released
- Update README after switchover to meson
- Translation Updates:
  Greek, Hungarian

0.6.4 (2025-03-25)
=====
Meson has been added as a build system in this release, and the
associated archive has been generated by 'meson dist'. Although
autotools has been retained for the time being and can still be used
via 'autogen.sh', meson is now the preferred build system, and
autotools will be removed in a future release.

- flatpak: Updates from flathub and use meson when possible
- file: Fix GError leak in mousepad_file_autosave_delete_finish
- build: Automate copyright year management
- history: Save session when an inactive tab is closed
- file: Fix possible dereference of null pointer
- Extend saved state comparison to auto-saved modified files
- window: Avoid unnecessary switching to the tab to be closed
- Use build system-independent macro for mousepad name
- flatpak: Updates from Flathub and git
- meson-build: Compile gsettings schemas
- history: Fix -Wmaybe-uninitialized
- meson-build: Fix statement not under conditional
- Add meson build
- Remove unused .in level in desktop files
- file: Don't use G_FILE_MONITOR_WATCH_HARD_LINKS
- dialogs: Set current name in save-as dialog for deleted files too
- Add parentheses to parameterized actions in accels.scm
- Fix broken shortcut for reload action
- Hide the launcher for mousepad-settings
- CSD: Drop custom code for decoration layout
- prefs-dialog: Make widgets focusable again
- Translation Updates:
  Catalan, Czech, Danish, Finnish, French, Galician, Greek, Hebrew,
  Hungarian, Italian, Kazakh, Norwegian Nynorsk, Occitan (post 1500),
  Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Spanish,
  Telugu, Turkish, Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/editors/xfce4-mousepad/Makefile
cvs rdiff -u -r1.22 -r1.23 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.89 pkgsrc/editors/xfce4-mousepad/Makefile:1.90
--- pkgsrc/editors/xfce4-mousepad/Makefile:1.89 Thu Apr 24 14:13:47 2025
+++ pkgsrc/editors/xfce4-mousepad/Makefile      Fri Jun 13 02:43:30 2025
@@ -1,19 +1,26 @@
-# $NetBSD: Makefile,v 1.89 2025/04/24 14:13:47 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2025/06/13 02:43:30 gutteridge Exp $
 
-PKGREVISION= 7
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.6.3
+VERSION=       0.6.5
 DISTNAME=      mousepad-${VERSION}
 PKGNAME=       xfce4-mousepad-${VERSION}
 CATEGORIES=    editors
 MASTER_SITES=  https://archive.xfce.org/src/apps/mousepad/${VERSION:R}/
+EXTRACT_SUFX=  .tar.xz
 
 HOMEPAGE=      http://users.xfce.org/~benny/xfce/apps.html
 COMMENT=       Xfce text editor
 
+USE_TOOLS+=    autoconf automake autoreconf
+
 CONFIGURE_ARGS+=       --enable-gtksourceview4
 
+CONFIGURE_ARGS+=       --enable-maintainer-mode
+
+pre-configure:
+       cd ${WRKSRC} && autoreconf -fiv
+
 .include "options.mk"
 
 .include "../../devel/gettext-tools/msgfmt-desktop.mk"

Index: pkgsrc/editors/xfce4-mousepad/distinfo
diff -u pkgsrc/editors/xfce4-mousepad/distinfo:1.22 pkgsrc/editors/xfce4-mousepad/distinfo:1.23
--- pkgsrc/editors/xfce4-mousepad/distinfo:1.22 Mon Oct 21 23:20:32 2024
+++ pkgsrc/editors/xfce4-mousepad/distinfo      Fri Jun 13 02:43:30 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2024/10/21 23:20:32 gutteridge Exp $
+$NetBSD: distinfo,v 1.23 2025/06/13 02:43:30 gutteridge Exp $
 
-BLAKE2s (mousepad-0.6.3.tar.bz2) = 67a21a23eed7cb44e0a447828ff0356ae187df943c6082bdfd5a9320714a93b9
-SHA512 (mousepad-0.6.3.tar.bz2) = a47e9c0d5b039444ee455e80d0ab4642d5c29d6e5632ec4fccfcef061b4bf40a1709ea73b092b02e915e1796d1593ede68e59b9fe373e127302d34f82c9beae3
-Size (mousepad-0.6.3.tar.bz2) = 1428583 bytes
+BLAKE2s (mousepad-0.6.5.tar.xz) = 9a49a7736c95bfc4262b4f6c6186981c32a553315e5f22531871472bc647c3db
+SHA512 (mousepad-0.6.5.tar.xz) = cd71e40c6b33707bf9955b792f5af8b72698efdf44014177380465522b0a0e3078e4a16d3b70dff22acbdacb57745469ca4302c7f2ec752f76a8ce35a0d7ee06
+Size (mousepad-0.6.5.tar.xz) = 461276 bytes



Home | Main Index | Thread Index | Old Index