pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/clawsker
Module Name: pkgsrc
Committed By: wiz
Date: Wed Nov 15 08:22:59 UTC 2023
Modified Files:
pkgsrc/mail/clawsker: Makefile PLIST distinfo
Log Message:
clawsker: update to 1.3.7.
1.3.7
- Support for two new hidden preferences in Claws Mail 4.1.1:
"qs_press_timeout" and "bold_marked".
- New CLI flag --hide-disabled-keys/-k to hide disabled hotkeys
until selected (workaround for RFE 4050).
- Manual page was updated.
- Fixed bugs:
• 4051 'enable sortable columns on hotkeys'
• 4571 'impossible to set white colour'
• 4641 'cannot handle `&` in account names'
- Translations:
• Updated: French, Swedish, Catalan, Turkish, Dutch and Spanish
• New: Polish
• Dropped: German
- See git log for further details.
1.3.5
- Support low resolutions with scrolled UI (RFE #4554)
- New CLI flag --small-screen/-s to force scrolled UI
- Fixed bugs:
• 4543 'clawsker window too big on small screens'
• 4049 'Bold the lines with assigned hotkey'
- Translations:
• Updated: Swedish, Turkish, Catalan, Dutch and Spanish
- See git log for further details
1.3.4:
- Fix bug saving sections with comments: upgrade ASAP.
- Added two more tests to test suite
- Translations:
• Updated: French
1.3.3:
- Support Python plugin hidden preferences
- Support “imap_scan_tree_recurs_limit” hidden preference
- Add Open URLs and Folder Sorting windows sizes
- Detect running versions of Claws Mail greater than 3.17.8
- Translations:
• Updated: Swedish, Dutch, Catalan, Danish and Spanish
- Late translations:
• Updated: Traditional Chinese (for 1.3.2)
- See git log for further details
1.3.2:
- Support Libravatar plugin new hidden preferences
- Support for hidden preference “hide_timezone”, which was
overlooked until now
- New command line options to override versioning
- Document all command line options and update manpage
- Translations:
• Updated: Catalan, Turkish, Dutch, French, Swedish and Spanish
- Other fixes and improvements, see git log for further details
1.3.1:
- Support new account hidden preference “use_tls_sni”
- Add SSL manager window size to windows tab
- Rearranged and fixed behaviour of hotkeys tab
- Make getting Claws Mail version more robust
- Added test suite for some functions
- Translations:
• Updated: French, Swedish, Portuguese, Turkish, Dutch,
Catalan, Danish, Spanish and Brazilian Portuguese
• Dropped: Indonesian
- More fixes and improvements, see git log for further details
1.3.0:
- Migrated to GTK+3 perl bindings
- Migrated UI layouts to new GtkGrid widget
- Reimplemented about dialogue using GTK+3 AboutDialog
- Hotkey background stripes now use theme colours
- Fixed bug detecting unapplied changes
- Fixed window height to fit common resolutions (4128)
- Translations:
• New: Portuguese
• Updated: Turkish, Dutch, Swedish, French, Spanish and Danish
- Late translations:
• New: Traditional Chinese (for 1.2.0)
• Updated: Brazilian Portuguese (for 1.2.0)
- Other fixes and improvements, see git log for further details
1.2.0:
- Implemented warning when quitting with unapplied changes (3736)
- Program can now be exited with Escape key
- Fixed bug '"Menu path" font size in Hotkeys tab is too small' (4013)
- Translations:
• Updated: Dutch, Swedish, Turkish, Danish, Catalan, Norwegian
Bokmål, French and Spanish
- See git log for further details
1.1.1:
- Updated preferences data to cope with changes in Claws Mail 3.16.0
- Fix bug in Quick Search colors data which rendered it unsettable
- Translations:
• Updated: German
- See git log for further details
1.1.0:
- Added support for new hidden preferences in Claws Mail 3.15.0
'tags_color', 'tags_bgcolor', 'qs_active_color', 'qs_active_bgcolor',
'qs_error_color', 'qs_error_bgcolor', 'default_header_color',
'default_header_bgcolor', and 'warn_sending_many_recipients_num'.
- Added new hotkeys tab for editing keyboard accelerators available in
the 'menurc' file of Claws Mail
- Fixed bugs:
• 3727 'race condition on install'
• 3735 'the number of accounts may make main window very tall'
- Improved internal versions handling and other minor refactorings
- Updated manual page
- Translations:
• Updated: French, Dutch, Swedish, Turkish, Danish, Brazilian
Portuguese, Catalan, Norwegian Bokmål and Spanish
- See git log for further details
1.0.1:
- Small code refactoring and some fixes
- String management improvements
- Complete application icons
- Translations:
• New: Danish
• Updated: Swedish, Catalan, Turkish, Indonesian, French,
Norwegian Bokmål and Spanish
• Partially updated: German
- See git log for further details
1.0.0:
- New plugins page to edit hidden preferences found in some plugins
- New accounts page to edit hidden preferences of your accounts
- Support hidden preference 'rewrite_first_from' (from git, to appear
in next Claws Mail release)
- New information page with detected versions
- New CLI flag --read-only/-r to view preferences only (also works
while Claws Mail is running)
- Dropped support for Claws Mail versions lower than 3.9.1
- Preferences not found in file are initialized to default values
- Translations:
• Updated: Turkish, Brazilian Portuguese, Catalan, Dutch, Swedish,
Norwegian Bokmål and Spanish
• Dropped: Indonesian and Italian
- And other minor improvements and fixes, see git log for details
0.7.14:
- Use xz compression format in release tarball
- Support hidden preferences 'next_on_delete' (since Claws Mail
3.13.1) and 'master_passphrase_pbkdf2_rounds' (since 3.14.0)
- Added application icon and desktop file
- Translations:
• New: German, Catalan and Turkish
• Updated: Dutch, Brazilian Portuguese, Swedish, French and Spanish
• Dropped: Serbian latin and Serbian cyrillic
- Added translators README and other minor fixes, see git log
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/mail/clawsker/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/clawsker/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/clawsker/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/clawsker/Makefile
diff -u pkgsrc/mail/clawsker/Makefile:1.31 pkgsrc/mail/clawsker/Makefile:1.32
--- pkgsrc/mail/clawsker/Makefile:1.31 Tue Jun 28 11:34:18 2022
+++ pkgsrc/mail/clawsker/Makefile Wed Nov 15 08:22:59 2023
@@ -1,21 +1,30 @@
-# $NetBSD: Makefile,v 1.31 2022/06/28 11:34:18 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2023/11/15 08:22:59 wiz Exp $
-DISTNAME= clawsker-0.7.8
-PKGREVISION= 11
+DISTNAME= clawsker-1.3.7
CATEGORIES= mail
-MASTER_SITES= http://www.claws-mail.org/tools/
+MASTER_SITES= https://www.claws-mail.org/tools/
+EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
#HOMEPAGE= http://www.claws-mail.org/clawsker
COMMENT= Edit Claws-Mail hidden preferences
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= p5-gtk3>=0.030:../../x11/p5-gtk3
+DEPENDS+= p5-gettext>=1.05nb2:../../devel/p5-gettext
+DEPENDS+= p5-File-Which>=1.21:../../devel/p5-File-Which
+DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
+TEST_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
+# unpackaged test dependency: Test::NeedsDisplay
USE_TOOLS+= gmake msgfmt perl
REPLACE_PERL= clawsker
-DEPENDS+= p5-gtk2>=1.182:../../x11/p5-gtk2
-DEPENDS+= p5-gettext>=1.05nb2:../../devel/p5-gettext
-DEPENDS+= claws-mail-${CLAWS_VERSION}{,nb[0-9]*}:../../mail/claws-mail
+TEST_TARGET= test
+
+INSTALL_MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mail/claws-mail/Makefile.vers"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/clawsker/PLIST
diff -u pkgsrc/mail/clawsker/PLIST:1.5 pkgsrc/mail/clawsker/PLIST:1.6
--- pkgsrc/mail/clawsker/PLIST:1.5 Fri Aug 10 15:37:49 2012
+++ pkgsrc/mail/clawsker/PLIST Wed Nov 15 08:22:59 2023
@@ -1,11 +1,19 @@
-@comment $NetBSD: PLIST,v 1.5 2012/08/10 15:37:49 drochner Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/11/15 08:22:59 wiz Exp $
bin/clawsker
man/man1/clawsker.1
+share/applications/clawsker.desktop
+share/icons/hicolor/128x128/apps/clawsker.png
+share/icons/hicolor/48x48/apps/clawsker.png
+share/icons/hicolor/64x64/apps/clawsker.png
+share/locale/ca/LC_MESSAGES/clawsker.mo
+share/locale/da/LC_MESSAGES/clawsker.mo
share/locale/es/LC_MESSAGES/clawsker.mo
share/locale/fr/LC_MESSAGES/clawsker.mo
-share/locale/id/LC_MESSAGES/clawsker.mo
-share/locale/it/LC_MESSAGES/clawsker.mo
+share/locale/nb/LC_MESSAGES/clawsker.mo
+share/locale/nl/LC_MESSAGES/clawsker.mo
+share/locale/pl/LC_MESSAGES/clawsker.mo
share/locale/pt_BR/LC_MESSAGES/clawsker.mo
-share/locale/sr/LC_MESSAGES/clawsker.mo
-share/locale/sr@latin/LC_MESSAGES/clawsker.mo
+share/locale/pt_PT/LC_MESSAGES/clawsker.mo
share/locale/sv/LC_MESSAGES/clawsker.mo
+share/locale/tr/LC_MESSAGES/clawsker.mo
+share/locale/zh_TW/LC_MESSAGES/clawsker.mo
Index: pkgsrc/mail/clawsker/distinfo
diff -u pkgsrc/mail/clawsker/distinfo:1.11 pkgsrc/mail/clawsker/distinfo:1.12
--- pkgsrc/mail/clawsker/distinfo:1.11 Tue Oct 26 10:53:56 2021
+++ pkgsrc/mail/clawsker/distinfo Wed Nov 15 08:22:59 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:53:56 nia Exp $
+$NetBSD: distinfo,v 1.12 2023/11/15 08:22:59 wiz Exp $
-BLAKE2s (clawsker-0.7.8.tar.gz) = b7704c5b00242e03ffa010ff6721732ba8f5d380a80713629c96b4a656c661e7
-SHA512 (clawsker-0.7.8.tar.gz) = 2dd1cccc45641aeb58769630f095d23f68b0bdc8276711cea1d25597c2c3fd94ef5b318bafc5332f4c3880715052949f07e3a2b8ad554baa4b871434547abdca
-Size (clawsker-0.7.8.tar.gz) = 66210 bytes
-SHA1 (patch-aa) = 1ca42be49f2e65bb740639d7a65ab5b1275e03e8
+BLAKE2s (clawsker-1.3.7.tar.xz) = e7684b8abb1413ec2665824420efc8964aa881351c5fd180af3f070ffda3ea20
+SHA512 (clawsker-1.3.7.tar.xz) = 911108d2241f6f1d5a4ac3bd43980e61bfccf43ee025c03b6235085b2b357dc5230f21bffcc9a4c1546da008e7717efe45d3d7e0b4a2b3a542323d269893bcac
+Size (clawsker-1.3.7.tar.xz) = 180816 bytes
Home |
Main Index |
Thread Index |
Old Index