mikutter: update to 3.8.2.

Upstream changes:

mikutter 3.8.2

* support Github image view
 * thanks cob odo
* make display_requirements plugin depend on twitter
 * thanks cob odo
* fix typo
 * thanks cob odo
* explicitly miquire TypedArray used by activity settings
 * thanks cob odo
* resolve deprecated font properties in console plugin
 * thanks Akira Ouchi

Thanks for all visitors to OSC Tokyo!
This commit is contained in:
tsutsui 2018-10-28 06:47:30 +00:00
parent 93dc287a13
commit 91e3b7ef04
3 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.166 2018/10/06 23:25:35 tsutsui Exp $
# $NetBSD: Makefile,v 1.167 2018/10/28 06:47:30 tsutsui Exp $
#
DISTNAME= mikutter.3.8.1
DISTNAME= mikutter.3.8.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
CATEGORIES= net
MASTER_SITES= https://mikutter.hachune.net/bin/

View file

@ -1,10 +1,10 @@
$NetBSD: distinfo,v 1.150 2018/10/06 23:25:35 tsutsui Exp $
$NetBSD: distinfo,v 1.151 2018/10/28 06:47:30 tsutsui Exp $
SHA1 (mikutter.3.8.1.tar.gz) = 847e00c5a8f6eacd8b9539da8e70b0f10f4f2f8f
RMD160 (mikutter.3.8.1.tar.gz) = 65b9cd68b66de467a4db74004187fe75229276d4
SHA512 (mikutter.3.8.1.tar.gz) = b5a2a165da79179969d5058dfb02368a7dddbbc7cde8c7be3ecaba34c2daa6f3f89053d9a4c7ab96b90397399a4bbccd00768852db59ccdfde6fdddae9085c74
Size (mikutter.3.8.1.tar.gz) = 2892619 bytes
SHA1 (mikutter.3.8.2.tar.gz) = ec276471757b45b74fa7cfa1c230d052b576cc51
RMD160 (mikutter.3.8.2.tar.gz) = 6aa4b353a8cb124d66b21373dc2ce99bfe4616ce
SHA512 (mikutter.3.8.2.tar.gz) = 8c96fafb52cc4bc0bd4c2763bf3d08681199b0b5c2b0d5175e204ce4ca3b78c46f9951ba0efd57623014f9cf30f183f8fe428453e9cec2a84a212a22b63e4afb
Size (mikutter.3.8.2.tar.gz) = 2895521 bytes
SHA1 (patch-core_plugin_libnotify_rnotify.rb) = 0bb5630f4411d11ad188c722fb1d14e2d6748d17
SHA1 (patch-core_plugin_photo__support_Gemfile) = 754b96024904e2e2f55c83e88fd3c763eecf723c
SHA1 (patch-core_plugin_photo__support_photo__support.rb) = 2d10f907d278000168210c5325e7d41c5dd2ca08
SHA1 (patch-core_plugin_photo__support_photo__support.rb) = c338c33108987c5dfd7edb4cd9f178cb1d0e63e7
SHA1 (patch-mikutter.rb) = 061d1b5d4fcf9296bc111a5da1e34a3d622c62a1

View file

@ -1,8 +1,8 @@
$NetBSD: patch-core_plugin_photo__support_photo__support.rb,v 1.5 2018/03/09 14:37:02 tsutsui Exp $
$NetBSD: patch-core_plugin_photo__support_photo__support.rb,v 1.6 2018/10/28 06:47:31 tsutsui Exp $
- temporary workaround to skip totorijp gems (sorry, @toshi_a)
--- core/plugin/photo_support/photo_support.rb.orig 2017-06-10 01:11:51.000000000 +0000
--- core/plugin/photo_support/photo_support.rb.orig 2018-10-28 04:50:27.000000000 +0000
+++ core/plugin/photo_support/photo_support.rb
@@ -1,7 +1,7 @@
# coding: utf-8
@ -12,8 +12,8 @@ $NetBSD: patch-core_plugin_photo__support_photo__support.rb,v 1.5 2018/03/09 14:
+#require 'totoridipjp'
module Plugin::PhotoSupport
INSTAGRAM_PATTERN = %r{\Ahttps?://(?:instagr\.am|(?:www\.)?instagram\.com)/p/([a-zA-Z0-9_\-]+)/}
@@ -181,9 +181,14 @@ Plugin.create :photo_support do
SUPPORTED_IMAGE_FORMATS = GdkPixbuf::Pixbuf.formats.flat_map{|f| f.extensions }.freeze
@@ -172,9 +172,14 @@ Plugin.create :photo_support do
# totori.dip.jp
defimageopener('totori.dip.jp', %r#\Ahttp://totori\.dip\.jp/?\Z#) do |display_url|