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:           Mon Oct 21 23:20:32 UTC 2024

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

Log Message:
xfce4-mousepad: update to 0.6.3

0.6.3 (2024-10-21)
=====
- build: Force plugins to be built
- Added missing Keywords entry to .desktop file
- Do not set new file readonly when using admin protocol
- Take into account user cancellation when using the admin protocol
- Add support for admin protocol
- Apply .clang-format file
- Remove unnecessary dirname in local includes
- clang-format: Use IncludeBlocks::Regroup
- clang-format: Break after assignment operator
- clang-format: Insert a newline at end of file if missing
- print: Remove useless test
- Apply .clang-format file
- clang-format: Add file
- shortcuts-plugin: Fix shortcuts-editor include
- recent-menu: Do not add already open files
- Do not define G_DISABLE_CHECKS in release mode
- Do not use g_log_set_always_fatal()
- test-plugin: Update actions after previous commit
- Don't set buffer as unmodified before reloading if externally modified
- Translation Updates:
  Albanian, Bulgarian, Chinese (China), Chinese (Taiwan), Czech, Dutch,
  English (United Kingdom), Estonian, German, Greek, Hungarian,
  Italian, Japanese, Kazakh, Lithuanian, Norwegian Bokmål, Occitan
  (post 1500), Polish, Portuguese, Serbian, Spanish, Swedish


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/editors/xfce4-mousepad/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/editors/xfce4-mousepad/PLIST
cvs rdiff -u -r1.21 -r1.22 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.81 pkgsrc/editors/xfce4-mousepad/Makefile:1.82
--- pkgsrc/editors/xfce4-mousepad/Makefile:1.81 Sun Oct 20 14:03:42 2024
+++ pkgsrc/editors/xfce4-mousepad/Makefile      Mon Oct 21 23:20:32 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.81 2024/10/20 14:03:42 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2024/10/21 23:20:32 gutteridge Exp $
 
-PKGREVISION= 4
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.6.2
+VERSION=       0.6.3
 DISTNAME=      mousepad-${VERSION}
 PKGNAME=       xfce4-mousepad-${VERSION}
 CATEGORIES=    editors
@@ -23,4 +22,5 @@ CONFIGURE_ARGS+=      --enable-gtksourceview4
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/gtksourceview4/buildlink3.mk"
+.include "../../x11/libxfce4ui/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/editors/xfce4-mousepad/PLIST
diff -u pkgsrc/editors/xfce4-mousepad/PLIST:1.11 pkgsrc/editors/xfce4-mousepad/PLIST:1.12
--- pkgsrc/editors/xfce4-mousepad/PLIST:1.11    Thu Feb  8 23:28:32 2024
+++ pkgsrc/editors/xfce4-mousepad/PLIST Mon Oct 21 23:20:32 2024
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.11 2024/02/08 23:28:32 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.12 2024/10/21 23:20:32 gutteridge Exp $
 bin/mousepad
 lib/libmousepad.la
 ${PLIST.gspell}lib/mousepad/plugins/libmousepad-plugin-gspell.la
+lib/mousepad/plugins/libmousepad-plugin-shortcuts.la
 share/applications/org.xfce.mousepad-settings.desktop
 share/applications/org.xfce.mousepad.desktop
 share/glib-2.0/schemas/org.xfce.mousepad.gschema.xml

Index: pkgsrc/editors/xfce4-mousepad/distinfo
diff -u pkgsrc/editors/xfce4-mousepad/distinfo:1.21 pkgsrc/editors/xfce4-mousepad/distinfo:1.22
--- pkgsrc/editors/xfce4-mousepad/distinfo:1.21 Thu Feb  8 23:28:32 2024
+++ pkgsrc/editors/xfce4-mousepad/distinfo      Mon Oct 21 23:20:32 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/02/08 23:28:32 gutteridge Exp $
+$NetBSD: distinfo,v 1.22 2024/10/21 23:20:32 gutteridge Exp $
 
-BLAKE2s (mousepad-0.6.2.tar.bz2) = 3653a1d3eb079dae670300f10dc7711d9607ca714b9ec68b90bd8fb7f2d251ba
-SHA512 (mousepad-0.6.2.tar.bz2) = 086f60f6f405290ed76366f4c5195e9c8f9c5058d1892200a73e48d6378428efe47f2038e3eddb81186e22dd87d57580559a556b1b22f202b6f056c7f90b64ea
-Size (mousepad-0.6.2.tar.bz2) = 1402314 bytes
+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



Home | Main Index | Thread Index | Old Index