f052892015
- updated to libreoffice-3.4.2.5 (SUSE 3.4.2-rc2) OBS-URL: https://build.opensuse.org/request/show/80943 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=19
39 lines
787 B
Diff
39 lines
787 B
Diff
--- scp2/source/ooo/file_ooo.scp.old 2011-08-04 13:43:31.000000000 +0200
|
|
+++ scp2/source/ooo/file_ooo.scp 2011-08-04 20:04:29.000000000 +0200
|
|
@@ -135,6 +135,35 @@ End
|
|
#endif
|
|
#endif
|
|
|
|
+File gid_File_Bin_Gengal
|
|
+ BIN_FILE_BODY;
|
|
+ Dir = gid_Brand_Dir_Program;
|
|
+ Styles = (PACKED);
|
|
+ #ifdef UNX
|
|
+ Name = "gengal.bin";
|
|
+ #else
|
|
+ Name = "gengal.exe";
|
|
+ #endif
|
|
+End
|
|
+
|
|
+#ifdef UNX
|
|
+
|
|
+File gid_File_Script_Gengal
|
|
+ BIN_FILE_BODY;
|
|
+ Dir = gid_Brand_Dir_Program;
|
|
+ Styles = (PACKED);
|
|
+ Name = "gengal";
|
|
+End
|
|
+
|
|
+#endif
|
|
+
|
|
+File gid_File_Profile_Gengal
|
|
+ BIN_FILE_BODY;
|
|
+ Dir = gid_Brand_Dir_Program;
|
|
+ Styles = (PACKED);
|
|
+ Name = PROFILENAME(gengal);
|
|
+End
|
|
+
|
|
#if !defined(WITHOUT_MOZILLA) && defined(UNX) && !defined(QUARTZ)
|
|
|
|
File gid_File_Bin_Pluginapp
|