diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-11-04 14:40:18 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-11-07 14:19:33 +0000 |
commit | 17084c750df84e0da377d716a4088f72bd25f972 (patch) | |
tree | 148077dac89e352f9b6c35a83f2950b66e6cb40d /bin | |
parent | 7a47e0ead3471f8f6e737a79704ad8ad2978418a (diff) |
gtk: move the file-picker into vcl/ and add Application:: factory hooks
drop un-necessary uno service related fluff, and component instantiation.
nominal move to XMultiComponentFactory from XMultiServiceFactory
Include fpicker in compilation for gtk3, but more work required here
Simplify setting up transient parents for picker dialogs
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/distro-install-file-lists | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/distro-install-file-lists b/bin/distro-install-file-lists index b233030d5884..eaabf9c83e7c 100755 --- a/bin/distro-install-file-lists +++ b/bin/distro-install-file-lists @@ -220,7 +220,6 @@ if test "z$OOO_VENDOR" != "zDebian" ; then # gnome subpackage test -f $DESTDIR/gid_Module_Optional_Gnome && cp $DESTDIR/gid_Module_Optional_Gnome gnome_list.txt || : mv_file_between_flists gnome_list.txt common_list.txt $INSTALLDIR/basis$PRODUCTVERSION/program/libevoab2.so - mv_file_between_flists gnome_list.txt common_list.txt $INSTALLDIR/basis$PRODUCTVERSION/program/fps_gnome.uno.so mv_file_between_flists gnome_list.txt common_list.txt $INSTALLDIR/basis$PRODUCTVERSION/program/libvclplug_gtk[0-9]*l..so mv_file_between_flists common_list.txt gnome_list.txt $INSTALLDIR/basis$PRODUCTVERSION/program/ucpgvfs1.uno.so add_used_directories gnome_list.txt common_list.txt @@ -341,9 +340,7 @@ if test "z$OOO_VENDOR" != "zDebian" ; then # Put gtk/gnome stuff into gnome package mv_file_between_flists gnome_list.txt core_list.txt $INSTALLDIR/basis$PRODUCTVERSION/program/gnome-open-url.bin - mv_file_between_flists gnome_list.txt core_list.txt $INSTALLDIR/basis$PRODUCTVERSION/program/fps_gnome.uno.so mv_file_between_flists gnome_list.txt core_list.txt $INSTALLDIR/basis$PRODUCTVERSION/program/ucpgvfs1.uno.so - mv_file_between_flists gnome_list.txt core_list.txt $INSTALLDIR/basis$PRODUCTVERSION/program/libeggtray680li.so # Ship ooqstart for gnome in gnome package mv_file_between_flists gnome_list.txt core_list.txt "$INSTALLDIR/program/libqstart_gtk680.*" |