pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update grsync to 1.3.1
Module Name: pkgsrc-wip
Committed By: Bartosz Kuzma <bartosz.kuzma%gmail.com@localhost>
Pushed By: bartosz.kuzma
Date: Tue Feb 17 05:14:40 2026 +0100
Changeset: 297ea4e42efed8b8a52f8267ae8bc5165d0a01e1
Modified Files:
TODO
grsync/Makefile
grsync/distinfo
Log Message:
Update grsync to 1.3.1
Version 1.3.1
Fixed Desktop file compatibility (thanks Voyageur)
Fixed nested functions with llvm (https://sourceforge.net/p/grsync/patches/9/) (thanks Ganael)
Modernized glade file (converted to gtk3 3.22 using Glade 3.38.2, thanks genodeftest)
Fixed rsync output not expanding vertically
Grsync-batch: added "Halt on failure" support
Moved default config directory from user home to .config
Some AC updates
Added Japanese translation (thanks Green)
Updated French translation (thanks Daria)
Updated Czech translation (thanks Petr)
Version 1.3.0
Gtk3 compatibility (some compile warnings left) (thanks Balló and Ganael)
Removed Maemo support, platform is obsolete
Added escaping of arguments containing spaces when printing rsync command line output
Updated Spanish translation (thanks Charles)
Version 1.2.8
Fixed possible issue on log writing
Fixed "trailing slash" dialog disappearing forever when "close" title button clicked
Updated Russian translation (thanks Vadim)
Replaced "execute" icon with "media-play" icon to avoid confusion with "settings"
Fixed ALT-E keybinding conflict
Fixed session set execution by commandline only running first 2 sessions
Fixed execution by commandline not honoring "stay open" switch
Replaced deprecated calls using GTimeVal
Unity support defaults to disabled
Updated German translation (thanks Gerd)
Version 1.2.7 (untagged)
Updated Swedish translation (thanks Påvel)
Added Greek translation (thanks Vangelis)
Added Portuguese translation (thanks Alberto)
Version 1.2.6
Don't save "default" session to ini file when "remember last used session" is off
Better "before command" error notification
Added "overwrite logs" preferences option
Updated Norwegian translation (thanks Åka)
Updated Russian translation (thanks Alex)
Updated German translation (thanks Andre)
Updated Swedish translation (thanks Påvel)
Updated Simplified Chinese translation (thanks Tommy)
Enhanced and translated desktop file
Updated README file
Version 1.2.5
Fixed an uninitialized variable warning
Fixed current session type change on new session creation
Fixed selection of sessions in set
Removed "switch source with destination" keyboard shortcut
Fixed pause and stop when running as superuser (it may ask the password multiple times)
Added Hungarian translation (thanks Gabor)
Updated French translation
Updated Czech translation (thanks Petr)
Version 1.2.4
Monospace font in the rsync output box
Fix for compiling under newer versions of gcc (missing "-lm")
Log files are now appended (instead of truncated) each time a new run is done
Added date and time when starting a new rsync run (useful with logs)
Added Traditional Chinese translation (thanks Wei-Lun)
Version 1.2.3
Do not allow creation of session names with slashes in them
Lintian fixes to man pages and desktop file (thanks Martijn)
Version 1.2.2
Increased size of source and destination fields
Added Croatian translation (thanks Bojan)
Updated German translation (thanks Dennis)
Updated Brazilian Portuguese translation (thanks Fábio)
Version 1.2.1
Enabled session sets (experimental, please report bugs)
Added Unity support (progress bar)
Fixed saving of current session when creating new one
Little fix to main window layout for the two "open" buttons, which had some overflown translations
Grsync-batch: fixed paths with spaces in them
Optimization of global and file progress updates
Fixed a translation problem on the "slashes" help dialog
Updated Dutch translation (thanks Frank)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=297ea4e42efed8b8a52f8267ae8bc5165d0a01e1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
TODO | 1 -
grsync/Makefile | 6 +++---
grsync/distinfo | 6 +++---
3 files changed, 6 insertions(+), 7 deletions(-)
diffs:
diff --git a/TODO b/TODO
index 7e6e688f25..4b23a9daee 100644
--- a/TODO
+++ b/TODO
@@ -61,7 +61,6 @@ Suggested package updates
o grandr-0.1
o grass-7.0
o grisbi-0.8.4
- o grsync-1.2.0
o gtg-0.4
o gtkaml-0.4.3
o guichan-0.8.1
diff --git a/grsync/Makefile b/grsync/Makefile
index 53a9279279..32c5293459 100644
--- a/grsync/Makefile
+++ b/grsync/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.13 2013/12/21 14:28:15 noud4 Exp $
-DISTNAME= grsync-1.2.0
+DISTNAME= grsync-1.3.1
CATEGORIES= net
MASTER_SITES= http://www.opbyte.it/release/
@@ -18,6 +18,6 @@ REPLACE_BASH+= src/grsync-batch
.include "../../devel/glade/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.14.0
-.include "../../x11/gtk2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.22.0
+.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/grsync/distinfo b/grsync/distinfo
index 118883af67..a1404149ab 100644
--- a/grsync/distinfo
+++ b/grsync/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2013/12/21 14:28:15 noud4 Exp $
-RMD160 (grsync-1.2.0.tar.gz) = 92d45a84fed6782253b50ee442bc892d17b23d70
-SHA512 (grsync-1.2.0.tar.gz) = abe63958b6a075a8888e00dc50fd40cb3c39f3685ad1f2e0bacad4c98e443a82ad0f61611e5a9b164e073001c995a234fc7df1e3cca628fc4d6a45360243d50f
-Size (grsync-1.2.0.tar.gz) = 297433 bytes
+BLAKE2s (grsync-1.3.1.tar.gz) = b503ca0795f690239a01cdef75543172c0c70e4434529bacd79c82e3c09c8348
+SHA512 (grsync-1.3.1.tar.gz) = af3e70108085ad240b8f692f4fd389e7df42448291b721e923fb7e7309e52a673a034583e68684820b47e520386c382efe56820da7b0e7146407bd3d09f2dc72
+Size (grsync-1.3.1.tar.gz) = 302904 bytes
Home |
Main Index |
Thread Index |
Old Index