diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-21 10:21:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-21 10:53:15 +0000 |
commit | d48d8c5da8c51d7b87a609932d28db6ff132683b (patch) | |
tree | 70c862972a37c1317ba193c93daab97badbaac0e /scp2 | |
parent | aa0b9d13b5f8c150a3b3035aa7a1d54f70720cdd (diff) |
add a glade catalog so glade can manage our custom widgets
export GLADE_CATALOG_SEARCH_PATH=install/share/glade
distro maintainers can link/move this to
/usr/share/glade/catalogs
Change-Id: Id4d8d51103d0ef91eea5cd0da9742a28838028cc
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 6 | ||||
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 7 | ||||
-rw-r--r-- | scp2/source/ooo/module_hidden_ooo.scp | 1 |
3 files changed, 14 insertions, 0 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 0f9f95412603..5f9f957ccd8f 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -42,6 +42,7 @@ Module gid_Module_Root_Brand gid_Brand_Dir_Share_Extensions, gid_Brand_Dir_Share_Uno_Packages, gid_Brand_Dir_Share_Uno_Packages_Cache, + gid_Brand_Dir_Share_Glade, gid_Brand_Dir_Share_Labels, gid_Brand_Dir_Share_Registry, gid_Brand_Dir_Share_Xdg); @@ -419,6 +420,11 @@ Directory gid_Brand_Dir_Share_Uno_Packages_Cache_Uno_Packages Styles = (CREATE); End +Directory gid_Brand_Dir_Share_Glade + ParentID = gid_Brand_Dir_Share; + DosName = "glade"; +End + Directory gid_Brand_Dir_Share_Labels ParentID = gid_Brand_Dir_Share; DosName = "labels"; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 630d32b98f18..39362a7ad3b8 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -638,6 +638,13 @@ File gid_File_Share_Labels_Xml Name = "labels.xml"; End +File gid_File_Share_Glade_Xml + TXT_FILE_BODY; + Styles = (PACKED); + Dir = gid_Brand_Dir_Share_Glade; + Name = "libreoffice-catalog.xml"; +End + File gid_File_Share_Registry_Main_Xcd TXT_FILE_BODY; Styles = (PACKED, SCPZIP_REPLACE); diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp index 41124fc22eff..14b0766ea844 100644 --- a/scp2/source/ooo/module_hidden_ooo.scp +++ b/scp2/source/ooo/module_hidden_ooo.scp @@ -536,6 +536,7 @@ Module gid_Module_Root_Files_6 gid_File_Mod_Text, gid_File_Oo_Ldap_Xcd_Sample, gid_File_Oo_Ad_Ldap_Xcd_Sample, + gid_File_Share_Glade_Xml, gid_File_Share_Labels_Xml, gid_File_Share_Registry_Main_Xcd, gid_File_Share_Registry_Forcedefault_Xcd, |