appindicator3-0.1.pc has incorrect include path
Bug #869373 reported by
nmarques
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libappindicator |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
libappindicator provides two .pc files: appindicator-0.1.pc and appindicator3-
The include path's on both files are pretty much the same (and according to Ken, so are the includes), nevertheless my package built for GTK+-3.0 installs the headers on %_includedir/
The attached patch should fix this issue. Since libappindicator is supplied with 2 different .pc files (I suppose the other if for GTK2) this can (or maybe not) be a potential fix.
All the best,
NM
'appindicator3-
Related branches
lp://staging/~ballogy/libappindicator/build-fixes
- Ted Gould (community): Approve
-
Diff: 50 lines (+4/-4)4 files modifiedbindings/mono/Makefile.am (+1/-1)
bindings/mono/appindicator-sharp-0.1.pc.in (+1/-1)
bindings/python/Makefile.am (+1/-1)
src/appindicator3-0.1.pc.in (+1/-1)
Superseded
for merging
into
lp://staging/libappindicator
- Indicator Applet Developers: Pending requested
-
Diff: 50 lines (+4/-4)4 files modifiedbindings/mono/Makefile.am (+1/-1)
bindings/mono/appindicator-sharp-0.1.pc.in (+1/-1)
bindings/python/Makefile.am (+1/-1)
src/appindicator3-0.1.pc.in (+1/-1)
lp://staging/~indicator-applet-developers/ubuntu/precise/libappindicator/upstream
- Ken VanDine: Pending requested
-
Diff: 919 lines (+167/-133)14 files modifiedChangeLog (+20/-0)
bindings/vala/examples/indicator-example.vala (+3/-3)
configure (+10/-10)
configure.ac (+1/-1)
debian/changelog (+9/-0)
debian/control (+1/-1)
docs/reference/html/ch01.html (+1/-1)
docs/reference/html/index.html (+1/-1)
docs/reference/html/libappindicator-app-indicator.html (+16/-16)
docs/reference/libappindicator-docs.sgml (+1/-1)
docs/reference/version.xml (+1/-1)
example/simple-client-vala.c (+83/-75)
example/simple-client-vala.vala (+18/-18)
src/app-indicator.c (+2/-5)
Changed in libappindicator: | |
status: | New → Fix Committed |
milestone: | none → 0.4.90 |
Changed in libappindicator: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.