summaryrefslogtreecommitdiff
path: root/scp2/source/gnome
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-05-03 21:32:55 +0100
committerMichael Meeks <michael.meeks@novell.com>2011-05-03 21:32:55 +0100
commitfc9237d5f69ce1ec9f1b257df3946ff6a7c4aaf6 (patch)
tree0f1ea256180a01e4ecab0b9fb9f55718b108f286 /scp2/source/gnome
parent66494dd016db412600a4546b6bbfee9197a5a396 (diff)
move all of the gnome and gtk+ related pieces into the -gnome sub package
Diffstat (limited to 'scp2/source/gnome')
-rw-r--r--scp2/source/gnome/file_gnome.scp9
-rw-r--r--scp2/source/gnome/makefile.mk4
-rw-r--r--scp2/source/gnome/module_gnome.scp8
3 files changed, 21 insertions, 0 deletions
diff --git a/scp2/source/gnome/file_gnome.scp b/scp2/source/gnome/file_gnome.scp
index d48915072742..7cfd4556fc1a 100644
--- a/scp2/source/gnome/file_gnome.scp
+++ b/scp2/source/gnome/file_gnome.scp
@@ -61,3 +61,12 @@ File gid_File_Lib_Gconfbe
Name = STRING(CONCAT2(gconfbe1.uno,UNXSUFFIX));
End
#endif
+
+#ifdef ENABLE_SYSTRAY_GTK
+File gid_File_Lib_QStart_Gtk
+ Name = LIBNAME(qstart_gtk);
+ TXT_FILE_BODY;
+ Styles = (PACKED);
+ Dir = SCP2_OOO_BIN_DIR;
+End
+#endif
diff --git a/scp2/source/gnome/makefile.mk b/scp2/source/gnome/makefile.mk
index 185915353a5a..581aae447a55 100644
--- a/scp2/source/gnome/makefile.mk
+++ b/scp2/source/gnome/makefile.mk
@@ -39,6 +39,10 @@ TARGETTYPE=CUI
SCP_PRODUCT_TYPE=osl
+.IF "$(ENABLE_SYSTRAY_GTK)" != ""
+SCPDEFS+=-DENABLE_SYSTRAY_GTK
+.ENDIF
+
.IF "$(ENABLE_GCONF)"!="" || "$(ENABLE_GNOMEVFS)"!="" || "$(ENABLE_GIO)"!=""
.IF "$(ENABLE_GCONF)" != ""
diff --git a/scp2/source/gnome/module_gnome.scp b/scp2/source/gnome/module_gnome.scp
index f9df5c8969a1..5572a26a64ef 100644
--- a/scp2/source/gnome/module_gnome.scp
+++ b/scp2/source/gnome/module_gnome.scp
@@ -41,6 +41,14 @@ Module gid_Module_Optional_Gnome
XpdCheckSolaris = "SUNWgnome-vfs";
#endif
Files = (
+ gid_File_Lib_Evoab_2,
+ gid_File_Lib_Fps_Gnome,
+ gid_File_Lib_Vclplug_Gtk,
+ gid_File_Bin_Gnome_Open_Url,
+ gid_File_Bin_Gnome_Open_Url_Bin,
+#ifdef ENABLE_SYSTRAY_GTK
+ gid_File_Lib_QStart_Gtk,
+#endif
#ifdef ENABLE_GNOMEVFS
gid_File_Lib_Gnomevfs, gid_File_Bin_Gnome_Set_Default_Application,
#endif