~ubuntu-branches/ubuntu/wily/clutter-perl/wily

« back to all changes in this revision

Viewing changes to tools/genkeysyms.pl

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2009-09-25 14:21:14 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090925142114-r1uvxq7zytn04s0p
Tags: 1.0.1-0ubuntu1
* New upstream release.
* Clutter 0.8 -> 1.0 transition. (LP: #364630)
* debian/control:
 - Bump libclutter build dep,
 - Drop deprecated clutter-gst, clutter-gtk, and 
   clutter-cairo build deps.
* debian/patches/10_notify-osd_by_default.patch:
 - Disable POD generation to fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# genkeysyms.pl - adapted from the script in the Gtk2 perl bindings.
4
4
 
5
 
@dirs = map { s/-I//; $_} grep /-I/, split /\s+/, `pkg-config clutter-0.8 --cflags`;
 
5
@dirs = map { s/-I//; $_} grep /-I/, split /\s+/, `pkg-config clutter-1.0 --cflags`;
6
6
#print join("\n", @dirs, "\n");
7
7
foreach (@dirs) {
8
8
        if (-f "$_/clutter/clutter-keysyms.h") {