Bug 2002

Summary: frysk's custom /usr/lib/frysk/pkgconfig/glib-java.pc is corrupt
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1838, 2004, 2022    

Description Andrew Cagney 2005-12-08 19:37:13 UTC
In the below, the class path points to the wrong place

tower$ cat /usr/lib/frysk/pkgconfig/glib-java.pc
prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib/frysk
includedir=/usr/include/frysk


Name: glib-java
Description: common routines for Java-GNOME bindings
Version: 0.2.2
api_version=0.2
classpath=${prefix}/share/java/glib0.2-0.2.2.jar
macro_dir=${prefix}/share/glib-java/macros/
jnilibs=-L/usr/lib/frysk -lglibjni
Libs: -L/usr/lib/frysk -lglibjava
Cflags: -I/usr/include/frysk/glib-java
Comment 1 Andrew Cagney 2005-12-10 17:37:05 UTC
* Sat Dec 10  2005 Andrew Cagney <cagney@redhat.com> 0.0.0.20051209-0.EL4.2
- Add *-pkg-dir.patchs, add datadir to, and fix classpath and
  macro_dir in the PACKAGE.pc, add file.
- For java packages, where needed run aclocal with -I
  ../jg-common/macros, and -I ../libgtk-java/macros.

2005-12-10  Andrew Cagney  <cagney@redhat.com>

        * m4/frysk_pkg_module_variable.m4: Delete hack to work around
        broken pkg-config information.

2005-12-09  Andrew Cagney  <cagney@redhat.com>

        * Makefile.rules (EXTRA_DIST): Add common/ChangeLog, common/*.m4,
        common/*.sh, and common/m4/*.m4.

        * acinclude.m4: Delete checks for gtk+-2.0, gtk2-java, glade-java,
        glib-java, and vte-java.

        * m4/frysk_pkg_module_variable.m4: New file.
Comment 2 Andrew Cagney 2005-12-10 17:39:03 UTC
Patches applied to frysk-0.0.0.20051209-0.EL4.2, need to be pushed up-stream.