~gunnarhj/ubuntu/wily/ibus/pt_PT-compose

« back to all changes in this revision

Viewing changes to debian/patches/ibusuigtk.patch

  • Committer: Package Import Robot
  • Author(s): Osamu Aoki
  • Date: 2012-02-12 14:08:49 UTC
  • mfrom: (1.2.15)
  • Revision ID: package-import@ubuntu.com-20120212140849-c2qz4herqz6cu8pk
Tags: 1.4.1-1
* Remove old patches included in the upstream.
* Revert pkglibexec patch by Kees Cook with old automake1.11-2
  workaround and use configure option --libexec.
* Add doc-base support and preinst for documentation location
  migration.
* Fix 'ibus-1.0' not found error using patch by Daiki Ueno.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Workaround for the automake1.11-2 bug
2
 
 This works around the automake bug in the automake1.11-2 which does not 
3
 
 recognize the prefix/primary combination `pkglibexec_SCRIPTS' as valid.
4
 
 This bug was fixed in the automake1.11-2b release.
5
 
Author: Aron Xu <happyaron.xu@gmail.com>, Daiki Ueno <ueno@unixuser.org>
6
 
 
7
 
--- a/ui/gtk/Makefile.am
8
 
+++ b/ui/gtk/Makefile.am
9
 
@@ -36,7 +36,8 @@
10
 
        $(NULL)
11
 
 ui_gtkdir = $(pkgdatadir)/ui/gtk
12
 
 
13
 
-pkglibexec_SCRIPTS = \
14
 
+ibusuigtkdir = $(pkglibexecdir)
15
 
+dist_ibusuigtk_SCRIPTS = \
16
 
        ibus-ui-gtk \
17
 
        $(NULL)
18