Merge lp://staging/~bratsche/libgrope/gobject-introspection into lp://staging/libgrope
Proposed by
Cody Russell
Status: | Merged |
---|---|
Merged at revision: | 6 |
Proposed branch: | lp://staging/~bratsche/libgrope/gobject-introspection |
Merge into: | lp://staging/libgrope |
Diff against target: |
234 lines (+149/-4) 6 files modified
Makefile.am (+1/-1) configure.ac (+3/-1) m4/introspection.m4 (+88/-0) src/Makefile.am (+43/-2) src/gropegesturemanager.c (+2/-0) src/gropegesturemanager.h (+12/-0) |
To merge this branch: | bzr merge lp://staging/~bratsche/libgrope/gobject-introspection |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Duncan McGreggor (community) | Approve | ||
Review via email: mp+40575@code.staging.launchpad.net |
To post a comment you must log in.
1) PACKAGE_BUGREPORT = https:/ /bugs.launchpad .net/avani should probably point to https:/ /bugs.launchpad .net/libgrope instead
2) In the README, you should add a section for building the Python bindings. The dependencies should be listed (e.g., I was missing "sudo apt-get install gobject- introspection" , "sudo apt-get install libgirepository 1.0-dev" , and "sudo apt-get install gir1.0-gtk-2.0).