Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 23:23:07 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396543 - in head/korean/ibus-hangul: . files
Message-ID:  <201509092323.t89NN70m054082@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Wed Sep  9 23:23:06 2015
New Revision: 396543
URL: https://svnweb.freebsd.org/changeset/ports/396543

Log:
  Update to 1.5.0.

Added:
  head/korean/ibus-hangul/files/patch-src_engine.c   (contents, props changed)
Deleted:
  head/korean/ibus-hangul/files/patch-setup-main.py
  head/korean/ibus-hangul/files/patch-src-i18n.h
Modified:
  head/korean/ibus-hangul/Makefile
  head/korean/ibus-hangul/distinfo
  head/korean/ibus-hangul/pkg-plist

Modified: head/korean/ibus-hangul/Makefile
==============================================================================
--- head/korean/ibus-hangul/Makefile	Wed Sep  9 22:14:07 2015	(r396542)
+++ head/korean/ibus-hangul/Makefile	Wed Sep  9 23:23:06 2015	(r396543)
@@ -1,10 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	ibus-hangul
-PORTVERSION=	1.4.2
-PORTREVISION=	2
+PORTVERSION=	1.5.0
 CATEGORIES=	korean
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	https://github.com/choehwanjin/ibus-hangul/releases/download/${PORTVERSION}/
 
 MAINTAINER=	jkim@FreeBSD.org
 COMMENT=	Hangul input engine for IBus
@@ -14,25 +13,10 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libhangul.so:${PORTSDIR}/korean/libhangul \
 		libibus-1.0.so:${PORTSDIR}/textproc/ibus
 
-PROJECTHOST=	ibus
-
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 INSTALLS_ICONS=	yes
-USES=		gmake libtool pkgconfig python
-USE_GNOME=	intlhack pygobject3
-
-OPTIONS_DEFINE=	NLS
-OPTIONS_SUB=	NLS
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext
-CONFIGURE_ARGS=	--enable-nls
-.else
-CONFIGURE_ARGS=	--disable-nls
-.endif
+INSTALL_TARGET=	install-strip
+USE_GNOME=	gtk30 intlhack pygobject3
+USES=		gettext gmake libtool pkgconfig python
 
 .include <bsd.port.mk>

Modified: head/korean/ibus-hangul/distinfo
==============================================================================
--- head/korean/ibus-hangul/distinfo	Wed Sep  9 22:14:07 2015	(r396542)
+++ head/korean/ibus-hangul/distinfo	Wed Sep  9 23:23:06 2015	(r396543)
@@ -1,2 +1,2 @@
-SHA256 (ibus-hangul-1.4.2.tar.gz) = de79dff94028673f1a00b24f9af35f37f59c12b1737d171a24ac4d34fad20b89
-SIZE (ibus-hangul-1.4.2.tar.gz) = 483967
+SHA256 (ibus-hangul-1.5.0.tar.gz) = a22d4030bb20f73914a9d8a28c71b823123a5d1902a30f8328111af50f4f1788
+SIZE (ibus-hangul-1.5.0.tar.gz) = 505707

Added: head/korean/ibus-hangul/files/patch-src_engine.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/korean/ibus-hangul/files/patch-src_engine.c	Wed Sep  9 23:23:06 2015	(r396543)
@@ -0,0 +1,10 @@
+--- src/engine.c.orig	2014-10-12 14:36:08 UTC
++++ src/engine.c
+@@ -338,6 +338,7 @@ ibus_hangul_init (IBusBus *bus)
+     value = ibus_config_get_value (config, "panel", "lookup-table-orientation");
+     if (value != NULL) {
+         lookup_table_orientation = g_variant_get_int32(value);
++        g_variant_unref (value);
+     }
+ 
+     keymap = ibus_keymap_get("us");

Modified: head/korean/ibus-hangul/pkg-plist
==============================================================================
--- head/korean/ibus-hangul/pkg-plist	Wed Sep  9 22:14:07 2015	(r396542)
+++ head/korean/ibus-hangul/pkg-plist	Wed Sep  9 23:23:06 2015	(r396543)
@@ -1,13 +1,8 @@
 bin/ibus-setup-hangul
-lib/ibus-hangul/setup/hangul_keyboard_list
 libexec/ibus-engine-hangul
 libexec/ibus-setup-hangul
 share/applications/ibus-setup-hangul.desktop
 share/ibus/component/hangul.xml
-share/icons/hicolor/64x64/apps/ibus-hangul.png
-share/icons/hicolor/64x64/apps/ibus-setup-hangul.png
-share/icons/hicolor/scalable/apps/ibus-hangul.svg
-share/icons/hicolor/scalable/apps/ibus-setup-hangul.svg
 %%DATADIR%%/data/symbol.txt
 %%DATADIR%%/icons/ibus-hangul.png
 %%DATADIR%%/icons/ibus-hangul.svg
@@ -21,5 +16,9 @@ share/icons/hicolor/scalable/apps/ibus-s
 %%DATADIR%%/setup/main.pyc
 %%DATADIR%%/setup/main.pyo
 %%DATADIR%%/setup/setup.ui
-%%NLS%%share/locale/ko/LC_MESSAGES/ibus-hangul.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/ibus-hangul.mo
+share/icons/hicolor/64x64/apps/ibus-hangul.png
+share/icons/hicolor/64x64/apps/ibus-setup-hangul.png
+share/icons/hicolor/scalable/apps/ibus-hangul.svg
+share/icons/hicolor/scalable/apps/ibus-setup-hangul.svg
+share/locale/ko/LC_MESSAGES/ibus-hangul.mo
+share/locale/zh_CN/LC_MESSAGES/ibus-hangul.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509092323.t89NN70m054082>