pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/mikutter



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun Sep 20 15:11:43 UTC 2020

Modified Files:
        pkgsrc/net/mikutter: Makefile PLIST distinfo

Log Message:
mikutter: update to 4.1.1.

Upstream changes:

mikutter 4.1.1
 https://mikutter.hatenablog.com/entry/2020/09/19/232625

* improve image preview for Pixiv as mastodon does
 * thanks Izumi Tsutsui
* image cache was not updated when image cache was hit on calling
  Gtk::WebIcon#load_model
* [mastodon] fix image URL matcher
* modelviewer: fix bug that caused crash
 * thanks Yuto Tokunaga

New features of mikutter 4.1
 https://mikutter.hatenablog.com/entry/2020/06/23/233809

* New features
 * Reactive API
  * Added methods
   1. Stream
   2. Generate
   3. collect
   4. collection
* Improvements
 * Extract tab
  * subscribe data sources by plugin
  * copying subscriber
  * Toots are retrieved only when data sources are subcribed
  * Form DSL
   * listview widget
   * keybind widget
 * Intent
  * improved list and dialog
 * All methods of Mtk module have been obsolete
 * Delayed execution
 * Image cache management has been changed
  * memory cache
  * file cache
* All other things forgotten to be written


To generate a diff of this commit:
cvs rdiff -u -r1.194 -r1.195 pkgsrc/net/mikutter/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/mikutter/PLIST
cvs rdiff -u -r1.173 -r1.174 pkgsrc/net/mikutter/distinfo

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

Modified files:

Index: pkgsrc/net/mikutter/Makefile
diff -u pkgsrc/net/mikutter/Makefile:1.194 pkgsrc/net/mikutter/Makefile:1.195
--- pkgsrc/net/mikutter/Makefile:1.194  Sat Jul  4 06:53:51 2020
+++ pkgsrc/net/mikutter/Makefile        Sun Sep 20 15:11:43 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.194 2020/07/04 06:53:51 tsutsui Exp $
+# $NetBSD: Makefile,v 1.195 2020/09/20 15:11:43 tsutsui Exp $
 #
 
-DISTNAME=      mikutter-4.0.6
+DISTNAME=      mikutter-4.1.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    net
 MASTER_SITES=  https://mikutter.hachune.net/bin/
@@ -18,7 +18,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-delayer>=1.0
 DEPENDS+=      ${RUBY_PKGPREFIX}-delayer-deferred>=2.1.3:../../devel/ruby-delayer-deferred
 DEPENDS+=      ${RUBY_PKGPREFIX}-diva>=1.0.2:../../devel/ruby-diva
 DEPENDS+=      ${RUBY_PKGPREFIX}-gettext>=3.3.5:../../devel/ruby-gettext
-DEPENDS+=      ${RUBY_PKGPREFIX}-gtk2>=3.3.8:../../x11/ruby-gtk2
+DEPENDS+=      ${RUBY_PKGPREFIX}-gtk2>=3.4.1:../../x11/ruby-gtk2
 DEPENDS+=      ${RUBY_PKGPREFIX}-httpclient-[0-9]*:../../www/ruby-httpclient
 DEPENDS+=      ${RUBY_PKGPREFIX}-memoist>=0.16.2:../../devel/ruby-memoist
 DEPENDS+=      ${RUBY_PKGPREFIX}-moneta-[0-9]*:../../databases/ruby-moneta

Index: pkgsrc/net/mikutter/PLIST
diff -u pkgsrc/net/mikutter/PLIST:1.50 pkgsrc/net/mikutter/PLIST:1.51
--- pkgsrc/net/mikutter/PLIST:1.50      Sat Jul  4 06:53:51 2020
+++ pkgsrc/net/mikutter/PLIST   Sun Sep 20 15:11:43 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.50 2020/07/04 06:53:51 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.51 2020/09/20 15:11:43 tsutsui Exp $
 bin/mikutter
 share/applications/mikutter.desktop
 share/doc/mikutter/README
@@ -74,11 +74,13 @@ share/mikutter/core/mui/cairo_sub_parts_
 share/mikutter/core/mui/cairo_sub_parts_voter.rb
 share/mikutter/core/mui/cairo_textselector.rb
 share/mikutter/core/mui/cairo_timeline.rb
+share/mikutter/core/mui/gtk_compatlistview.rb
 share/mikutter/core/mui/gtk_contextmenu.rb
 share/mikutter/core/mui/gtk_crud.rb
 share/mikutter/core/mui/gtk_dark_matter_prification.rb
 share/mikutter/core/mui/gtk_extension.rb
 share/mikutter/core/mui/gtk_form_dsl.rb
+share/mikutter/core/mui/gtk_form_dsl_listview.rb
 share/mikutter/core/mui/gtk_form_dsl_multi_select.rb
 share/mikutter/core/mui/gtk_form_dsl_select.rb
 share/mikutter/core/mui/gtk_hierarchycal_selectbox.rb
@@ -123,6 +125,10 @@ share/mikutter/core/skin/data/list.png
 share/mikutter/core/skin/data/loading.png
 share/mikutter/core/skin/data/message.png
 share/mikutter/core/skin/data/notfound.png
+share/mikutter/core/skin/data/notify_popup_off.svg
+share/mikutter/core/skin/data/notify_popup_on.svg
+share/mikutter/core/skin/data/notify_sound_off.svg
+share/mikutter/core/skin/data/notify_sound_on.svg
 share/mikutter/core/skin/data/overbutton.png
 share/mikutter/core/skin/data/overbutton_mouseover.png
 share/mikutter/core/skin/data/post.png
@@ -299,6 +305,7 @@ share/mikutter/plugin/current_world/.mik
 share/mikutter/plugin/current_world/current_world.rb
 share/mikutter/plugin/current_world/error.rb
 share/mikutter/plugin/extract/.mikutter.yml
+share/mikutter/plugin/extract/datasource_select_box.rb
 share/mikutter/plugin/extract/edit_window.rb
 share/mikutter/plugin/extract/extract.rb
 share/mikutter/plugin/extract/extract_tab_list.rb
@@ -432,12 +439,15 @@ share/mikutter/plugin/mastodon/model/ins
 share/mikutter/plugin/mastodon/model/mention.rb
 share/mikutter/plugin/mastodon/model/model.rb
 share/mikutter/plugin/mastodon/model/poll.rb
+share/mikutter/plugin/mastodon/model/rest_authorized_type.rb
+share/mikutter/plugin/mastodon/model/rest_public_type.rb
+share/mikutter/plugin/mastodon/model/sse_authorized_type.rb
+share/mikutter/plugin/mastodon/model/sse_public_type.rb
 share/mikutter/plugin/mastodon/model/status.rb
 share/mikutter/plugin/mastodon/model/tag.rb
 share/mikutter/plugin/mastodon/model/world.rb
 share/mikutter/plugin/mastodon/parser.rb
 share/mikutter/plugin/mastodon/patch.rb
-share/mikutter/plugin/mastodon/rest.rb
 share/mikutter/plugin/mastodon/score.rb
 share/mikutter/plugin/mastodon/setting.rb
 share/mikutter/plugin/mastodon/spell.rb
@@ -445,8 +455,12 @@ share/mikutter/plugin/mastodon/subparts_
 share/mikutter/plugin/mastodon/util.rb
 share/mikutter/plugin/mastodon_account_viewer/.mikutter.yml
 share/mikutter/plugin/mastodon_account_viewer/mastodon_account_viewer.rb
+share/mikutter/plugin/mastodon_rest/.mikutter.yml
+share/mikutter/plugin/mastodon_rest/mastodon_rest.rb
 share/mikutter/plugin/mastodon_sse_streaming/.mikutter.yml
 share/mikutter/plugin/mastodon_sse_streaming/client.rb
+share/mikutter/plugin/mastodon_sse_streaming/connection.rb
+share/mikutter/plugin/mastodon_sse_streaming/cooldown_time.rb
 share/mikutter/plugin/mastodon_sse_streaming/mastodon_sse_streaming.rb
 share/mikutter/plugin/modelviewer/.mikutter.yml
 share/mikutter/plugin/modelviewer/modelviewer.rb

Index: pkgsrc/net/mikutter/distinfo
diff -u pkgsrc/net/mikutter/distinfo:1.173 pkgsrc/net/mikutter/distinfo:1.174
--- pkgsrc/net/mikutter/distinfo:1.173  Sat Jul  4 06:53:51 2020
+++ pkgsrc/net/mikutter/distinfo        Sun Sep 20 15:11:43 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.173 2020/07/04 06:53:51 tsutsui Exp $
+$NetBSD: distinfo,v 1.174 2020/09/20 15:11:43 tsutsui Exp $
 
-SHA1 (mikutter-4.0.6.tar.gz) = 4d65b4c1caf7b6c46d426534328a3cd2df97f82f
-RMD160 (mikutter-4.0.6.tar.gz) = e64d879b7d4ee8d9b003333aca9cb3a9fc38abac
-SHA512 (mikutter-4.0.6.tar.gz) = 16dca21bf7f989d2af71a8acc26816dbd7ebff7866b65d4c376b87cf2ba7757d8978a25483cb548448e3341c51d7767b638775e2696f64484b4f5ec8cdce050e
-Size (mikutter-4.0.6.tar.gz) = 2322108 bytes
+SHA1 (mikutter-4.1.1.tar.gz) = 8a7425fdf04adc5d28a30920c888a5c0da81ca21
+RMD160 (mikutter-4.1.1.tar.gz) = aa08285ac635fff2b69e92950f391d56a832e219
+SHA512 (mikutter-4.1.1.tar.gz) = 6f5ae675e8e39690c1993798831ea68208dc064239f4e0855efaf3ef28eb21f6e702fbc25f6097ebeba0b2fda95a8dc0e0650f18a8f8c47e1dcdfe3513ced4ba
+Size (mikutter-4.1.1.tar.gz) = 2327771 bytes
 SHA1 (patch-mikutter.rb) = 32883f84e9c628954d46744c07f1247b8fc731bc



Home | Main Index | Thread Index | Old Index