Update to ibus-1.5.5.

no objection from fgsch@ (maintainer) as long as it works
This commit is contained in:
ajacoutot 2014-07-17 15:59:43 +00:00
parent 06f4e1c8dc
commit eebf777142
7 changed files with 15 additions and 42 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.42 2013/10/02 16:37:55 fgsch Exp $
# $OpenBSD: Makefile,v 1.43 2014/07/17 15:59:43 ajacoutot Exp $
SHARED_ONLY = Yes
COMMENT = intelligent input bus framework
DISTNAME = ibus-1.5.4
REVISION = 0
DISTNAME = ibus-1.5.5
SHARED_LIBS = ibus-1.0 4.0 # 5.504

View File

@ -1,2 +1,2 @@
SHA256 (ibus-1.5.4.tar.gz) = cD66uj8BtUqGEZ+2Fh2FudHM207beXgtDSPM3mTSFP0=
SIZE (ibus-1.5.4.tar.gz) = 2026656
SHA256 (ibus-1.5.5.tar.gz) = Aqs2r2BIOZ/tvo2FB0sWEhm4nfUCCTLfM8+IKXZPiuw=
SIZE (ibus-1.5.5.tar.gz) = 2063794

View File

@ -1,15 +1,6 @@
$OpenBSD: patch-bus_Makefile_in,v 1.3 2013/10/01 21:21:16 fgsch Exp $
$OpenBSD: patch-bus_Makefile_in,v 1.4 2014/07/17 15:59:43 ajacoutot Exp $
--- bus/Makefile.in.orig Sat Sep 28 20:06:28 2013
+++ bus/Makefile.in Sat Sep 28 20:06:53 2013
@@ -811,7 +811,7 @@ CLEANFILES = \
man_one_in_files = ibus-daemon.1.in
man_one_files = $(man_one_in_files:.1.in=.1)
man_one_DATA = $(man_one_files:.1=.1.gz)
-man_onedir = $(datadir)/man/man1
+man_onedir = $(mandir)/man1
all: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) all-am
@@ -1371,9 +1371,9 @@ mostlyclean-libtool:
clean-libtool:

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-engine_Makefile_in,v 1.3 2013/10/01 21:21:17 fgsch Exp $
--- engine/Makefile.in.orig Fri Sep 20 04:17:26 2013
+++ engine/Makefile.in Sat Sep 28 19:31:13 2013
@@ -489,7 +489,6 @@ AM_CFLAGS = \
$OpenBSD: patch-engine_Makefile_in,v 1.4 2014/07/17 15:59:43 ajacoutot Exp $
--- engine/Makefile.in.orig Tue Jan 14 05:00:23 2014
+++ engine/Makefile.in Fri Jul 11 12:54:18 2014
@@ -497,7 +497,6 @@ AM_CFLAGS = \
-DBINDIR=\"@bindir@\" \
-DIBUS_DISABLE_DEPRECATED \
-Wno-unused-variable \

View File

@ -1,15 +1,6 @@
$OpenBSD: patch-setup_Makefile_in,v 1.3 2013/10/01 21:21:17 fgsch Exp $
$OpenBSD: patch-setup_Makefile_in,v 1.4 2014/07/17 15:59:43 ajacoutot Exp $
--- setup/Makefile.in.orig Sat Sep 28 20:07:05 2013
+++ setup/Makefile.in Sat Sep 28 20:07:26 2013
@@ -441,7 +441,7 @@ desktopdir = $(datadir)/applications
man_one_in_files = ibus-setup.1.in
man_one_files = $(man_one_in_files:.1.in=.1)
man_one_DATA = $(man_one_files:.1=.1.gz)
-man_onedir = $(datadir)/man/man1
+man_onedir = $(mandir)/man1
CLEANFILES = \
$(man_one_DATA) \
$(man_one_files) \
@@ -626,9 +626,9 @@ uninstall-ibussetupDATA:
@list='$(ibussetup_DATA)'; test -n "$(ibussetupdir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-tools_Makefile_in,v 1.3 2013/10/01 21:21:17 fgsch Exp $
--- tools/Makefile.in.orig Fri Sep 20 04:17:27 2013
+++ tools/Makefile.in Sat Sep 28 20:02:51 2013
$OpenBSD: patch-tools_Makefile_in,v 1.4 2014/07/17 15:59:43 ajacoutot Exp $
--- tools/Makefile.in.orig Tue Jan 14 05:00:23 2014
+++ tools/Makefile.in Fri Jul 11 12:54:18 2014
@@ -489,7 +489,6 @@ AM_CFLAGS = \
-DG_LOG_DOMAIN=\"IBUS\" \
-DIBUS_DISABLE_DEPRECATED \
@ -9,15 +9,6 @@ $OpenBSD: patch-tools_Makefile_in,v 1.3 2013/10/01 21:21:17 fgsch Exp $
-Wno-unused-function \
$(NULL)
@@ -526,7 +525,7 @@ bash_completiondir = @datadir@/bash-completion/complet
man_one_in_files = ibus.1.in
man_one_files = $(man_one_in_files:.1.in=.1)
man_one_DATA = $(man_one_files:.1=.1.gz)
-man_onedir = $(datadir)/man/man1
+man_onedir = $(mandir)/man1
EXTRA_DIST = \
$(man_one_in_files) \
ibus.bash \
@@ -689,9 +688,9 @@ uninstall-bash_completionDATA:
@list='$(bash_completion_DATA)'; test -n "$(bash_completiondir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.18 2013/10/01 21:21:17 fgsch Exp $
@comment $OpenBSD: PLIST,v 1.19 2014/07/17 15:59:43 ajacoutot Exp $
@bin bin/ibus
@bin bin/ibus-daemon
bin/ibus-setup
@ -178,6 +178,7 @@ share/icons/hicolor/scalable/apps/ibus.svg
share/locale/ar/LC_MESSAGES/ibus10.mo
share/locale/as/LC_MESSAGES/ibus10.mo
share/locale/bg/LC_MESSAGES/ibus10.mo
share/locale/bn/LC_MESSAGES/ibus10.mo
share/locale/bn_IN/LC_MESSAGES/ibus10.mo
share/locale/ca/LC_MESSAGES/ibus10.mo
share/locale/da/LC_MESSAGES/ibus10.mo