Bug 2108 - move gtk parts of frysk-imports/ to frysk-gtk/
Summary: move gtk parts of frysk-imports/ to frysk-gtk/
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2095
  Show dependency treegraph
 
Reported: 2006-01-05 17:04 UTC by Andrew Cagney
Modified: 2006-01-05 17:04 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-01-05 17:04:13 UTC
 
Comment 1 Andrew Cagney 2006-01-05 17:04:56 UTC
Index: ChangeLog
2006-01-05  Andrew Cagney  <cagney@redhat.com>

        * configure.ac (AC_CONFIG_SUBDIRS): Add frysk-gtk.
        * Makefile.am (SUBDIRS): Add frysk-gtk.
        * autogen.sh: Add frysk-gtk.

Index: frysk-gtk/ChangeLog
2006-01-05  Andrew Cagney  <cagney@redhat.com>

        * EggTrayIcon/: Moved to here from ../frysk-imports/.
        * tlwidgets/: Moved to here from ../frysk-imports/.
        * org/: New directory.
        * .cvsignore: New file.
        * configure.ac: New file.
        * Makefile.am: New file.
        * autogen.sh: New file.

Index: frysk-gtk/EggTrayIcon/ChangeLog
2006-01-04  Andrew Cagney  <cagney@redhat.com>

        * libEggTrayIcon.c, eggtrayicon.c, eggtrayicon.h: New files;
        copied from frysk-imports/EggTrayIcon.

Index: frysk-gtk/org/gnu/gtk/frysk/ChangeLog
2006-01-05  Andrew Cagney  <cagney@redhat.com>

        * EggTrayIcon.java: New file, copied from
        frysk/gui/monitor/EggTrayIcon.java.

Index: frysk-gtk/tlwidgets/ChangeLog
2006-01-05  Andrew Cagney  <cagney@redhat.com>

        * Directory moved from frysk-imports/ to frysk-gtk/.

Index: frysk-gui/ChangeLog
2006-01-05  Andrew Cagney  <cagney@redhat.com>

        * Makefile.am (AM_GCJFLAGS): Delete definition.
        (GEN_GCJ_LDADD, GEN_CLASSPATH): Add frysk-gtk; get tlwidgets and
        EggTrayIcon from ../frysk-gtk/ directory.

Index: frysk-gui/frysk/gui/monitor/ChangeLog
2006-01-05  Andrew Cagney  <cagney@redhat.com>

        * TrayIcon.java: Import org.gnu.gtk.frysk.EggTrayIcon.
        * EggTrayIcon.java: Delete.  Moved to frysk-gtk/.

Index: frysk-imports/ChangeLog
2006-01-05  Andrew Cagney  <cagney@redhat.com>

        * EggTrayIcon/: Directory moved to ../frysk-gtk/.
        * tlwidgets/: Directory moved to ../frysk-gtk/.
        * configure.ac (PKG_CHECK_MODULES, FRYSK_IMPORTS_JARS)
        (FRYSK_IMPORTS_CLASSPATH): Delete.
        (lib): Delete.
        * autogen.sh: Delete tlwidgets/ftk.jar.
        * Makefile.am (solib_PROGRAMS, EggTrayIcon/libEggTrayIcon.so)
        (EggTrayIcon_libEggTrayIcon_so_LDADD)
        (EggTrayIcon_libEggTrayIcon_a_CFLAGS): Delete.
        (GEN_CLASSPATH): Do not add $(FRYSK_IMPORTS_JARS).
        (SUBDIRS): Do not add tlwidgets.

Index: frysk-imports/tests/ChangeLog
2006-01-05  Andrew Cagney  <cagney@redhat.com>

        * Makefile.am (gcjtreeiter/a.out, gcjtreeiter/gij.sh)
        (textiter/a.out): Disable.