~ubuntu-branches/ubuntu/vivid/scim-bridge/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-06-25 22:02:52 UTC
  • mfrom: (1.1.9 upstream) (6.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090625220252-2qn0jwi9re34zcth
Tags: 0.4.16-2ubuntu1
* Resynchronise with Debian. Remaining changes:
  - 50_check_scim_binary.dpatch: Fix 10-20s delay in launching apps when
    scim is not running.
  - 50_fix_qt4_focus.dpatch: Fix focus loss under KDE 4.
  - 51_quiet.dpatch: Turn some error messages into debug lines.
  - Just have scim-bridge-agent depend on scim, not scim | skim.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        # Add here commands to configure the package.
33
33
        ./configure CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" $(CONFFLAGS) \
34
34
                --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
35
 
                --enable-qt4-immodule --disable-documents --disable-tests \
36
 
                --disable-rpath
 
35
                --enable-qt4-immodule --disable-documents --disable-tests 
37
36
 
38
37
 
39
38
build: build-stamp
54
53
        rm -f build-stamp 
55
54
        [ ! -f Makefile ] || $(MAKE) distclean
56
55
 
57
 
        find po -empty -exec rm {} \;
 
56
#       find po -empty -exec rm {} \;
58
57
 
59
58
        dh_clean 
60
59
 
75
74
 
76
75
        # Add here commands to install the package into debian/scim-bridge.
77
76
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
77
        chrpath -d debian/tmp/usr/bin/scim-bridge
78
78
        rm debian/tmp/usr/lib/gtk-2.0/*/immodules/im-scim-bridge.a
79
79
        rm debian/tmp/usr/lib/gtk-2.0/*/immodules/im-scim-bridge.la
80
80
        rm debian/tmp/usr/lib/qt3/plugins/inputmethods/im-scim-bridge.a