svn commit: r475336 - in head: . textproc/ibus-typing-booster

Thierry Thomas thierry at FreeBSD.org
Wed Jul 25 21:02:23 UTC 2018


Author: thierry
Date: Wed Jul 25 21:02:21 2018
New Revision: 475336
URL: https://svnweb.freebsd.org/changeset/ports/475336

Log:
  Upgrade ibus-typing-booster to 2.1.0.
  
  Release notes at
  <https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.1.0>.

Modified:
  head/UPDATING
  head/textproc/ibus-typing-booster/Makefile
  head/textproc/ibus-typing-booster/distinfo

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Jul 25 20:25:54 2018	(r475335)
+++ head/UPDATING	Wed Jul 25 21:02:21 2018	(r475336)
@@ -5,6 +5,14 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20180725:
+  AFFECTS: users of textproc/ibus-typing-booster
+  AUTHOR: thierry at FreeBSD.org
+
+  Due to a migration from IBusConfig to GSettings, the old settings are
+  unfortunately lost, so one has to open the setup tool and recreate ones
+  favourite settings.
+
 20180714:
   AFFECTS: users of dns/dnsdist
   AUTHOR: cpm at FreeBSD.org

Modified: head/textproc/ibus-typing-booster/Makefile
==============================================================================
--- head/textproc/ibus-typing-booster/Makefile	Wed Jul 25 20:25:54 2018	(r475335)
+++ head/textproc/ibus-typing-booster/Makefile	Wed Jul 25 21:02:21 2018	(r475336)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ibus-typing-booster
-PORTVERSION=	2.0.2
+PORTVERSION=	2.1.0
 CATEGORIES=	textproc
 
 MAINTAINER=	thierry at FreeBSD.org
@@ -32,10 +32,12 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	mike-fabian
 
 USES=		autoreconf gettext gmake gnome iconv pathfix pkgconfig python:3.3+
-USE_GNOME=	pygobject3
+USE_GNOME=	glib20 gtk30 pygobject3
 GNU_CONFIGURE=	yes
 NO_ARCH=	yes
 INSTALLS_ICONS=	yes
+GLIB_SCHEMAS=	org.freedesktop.ibus.engine.typing-booster.gschema.xml
+
 TEST_TARGET=	check
 TEST_ENV=	MAKE_CMD=${LOCALBASE}/bin/gmake LC_ALL=en_US.UTF-8
 

Modified: head/textproc/ibus-typing-booster/distinfo
==============================================================================
--- head/textproc/ibus-typing-booster/distinfo	Wed Jul 25 20:25:54 2018	(r475335)
+++ head/textproc/ibus-typing-booster/distinfo	Wed Jul 25 21:02:21 2018	(r475336)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530461830
-SHA256 (mike-fabian-ibus-typing-booster-2.0.2_GH0.tar.gz) = 64f91d6d6d45fe770b17622bfcf85d892076eefb27af932806453d629b507a12
-SIZE (mike-fabian-ibus-typing-booster-2.0.2_GH0.tar.gz) = 5979295
+TIMESTAMP = 1532549800
+SHA256 (mike-fabian-ibus-typing-booster-2.1.0_GH0.tar.gz) = fd1f1f587f9de86b6a94606badf4168f5dffa343145ea091879e56e2cc57d758
+SIZE (mike-fabian-ibus-typing-booster-2.1.0_GH0.tar.gz) = 5983143


More information about the svn-ports-all mailing list