~ubuntu-branches/debian/sid/ibus/sid

« back to all changes in this revision

Viewing changes to .pc/ibus-541492-xkb.patch/bindings/vala/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Osamu Aoki, Aron Xu, Osamu Aoki
  • Date: 2014-08-04 22:42:19 UTC
  • mfrom: (1.5.7)
  • Revision ID: package-import@ubuntu.com-20140804224219-mjprlql1jdwi5sxm
Tags: 1.5.8-1
[ Aron Xu ]
* Allow parallel building

[ Osamu Aoki ]
* Update ibus document with Qt5 support

[ Aron Xu ]
* Imported Upstream version 1.5.8
* Remove patch for chasing HEAD, imported new upstream release
* Remove the patch for updating IBusKeymap jp, applied upstream
* Drop gtk2 version of the password patch because it's never executed
* Drop ibus-541492-xkb.patch
* Drop ibus-530711-preload-sys.patch
* Drop ibus-810211-no-switch-by-no-trigger.patch
* Drop 999-update-po.patch

[ Osamu Aoki ]
* linux-any for ibus-wayland
* Remove some symbols matching ibus-541492-xkb.patch
* Remove old patch for GTK+ 3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# vim:set noet ts=4:
2
 
#
3
 
# ibus - The Input Bus
4
 
#
5
 
# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
6
 
# Copyright (c) 2007-2010 Red Hat, Inc.
7
 
#
8
 
# This library is free software; you can redistribute it and/or
9
 
# modify it under the terms of the GNU Lesser General Public
10
 
# License as published by the Free Software Foundation; either
11
 
# version 2.1 of the License, or (at your option) any later version.
12
 
#
13
 
# This library is distributed in the hope that it will be useful,
14
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
15
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16
 
# Lesser General Public License for more details.
17
 
#
18
 
# You should have received a copy of the GNU Lesser General Public
19
 
# License along with this library; if not, write to the Free Software
20
 
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
21
 
# USA
22
 
 
23
 
-include $(VAPIGEN_MAKEFILE)
24
 
 
25
 
vapi_deps = \
26
 
        IBus-1.0.metadata \
27
 
        IBus-1.0-custom.vala \
28
 
        $(top_builddir)/src/IBus-1.0.gir \
29
 
        $(NULL)
30
 
 
31
 
ibus-1.0.vapi: $(vapi_deps)
32
 
 
33
 
VAPIGEN_VAPIS = ibus-1.0.vapi
34
 
 
35
 
ibus_1_0_vapi_DEPS = gio-2.0
36
 
ibus_1_0_vapi_METADATADIRS = $(srcdir)
37
 
ibus_1_0_vapi_FILES = \
38
 
        $(top_builddir)/src/IBus-1.0.gir \
39
 
        $(srcdir)/IBus-1.0-custom.vala \
40
 
        $(NULL)
41
 
 
42
 
vapidir = $(datadir)/vala/vapi
43
 
vapi_DATA = $(VAPIGEN_VAPIS) $(VAPIGEN_VAPIS:.vapi=.deps)
44
 
 
45
 
MAINTAINERCLEANFILES = $(VAPIGEN_VAPIS)
46
 
 
47
 
EXTRA_DIST = \
48
 
        $(VAPIGEN_VAPIS) \
49
 
        IBus-1.0.metadata \
50
 
        IBus-1.0-custom.vala \
51
 
        ibus-1.0.deps \
52
 
        ibus-private.vapi \
53
 
        config.vapi \
54
 
        xi.vapi \
55
 
        $(NULL)
56
 
 
57
 
-include $(top_srcdir)/git.mk