diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-31 23:42:37 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-31 23:42:37 +0100 |
commit | 139a4b6229905e44f22a0b747ea9c44f30e468f4 (patch) | |
tree | 8bf354d526a269685915a4d8dfbaa3fabcbb7eaf /Repository.mk | |
parent | 2f6005ddb25cd9b7d5372f2abfd9908a21a44b3c (diff) |
scp2: move unx wrapper scripts to AutoInstall
Change-Id: I661656e486b088c28b78e5c3ed4fbe9945991097
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index f879375d8e60..da317f131ec1 100644 --- a/Repository.mk +++ b/Repository.mk @@ -804,10 +804,36 @@ $(eval $(call gb_Helper_register_packages_for_install,ure,\ ) \ )) +ifeq ($(GUIBASE),unx) $(eval $(call gb_Helper_register_packages_for_install,ooo,\ xmlsec \ )) +$(eval $(call gb_Helper_register_packages_for_install,base_brand,\ + desktop_sbase_sh \ +)) + +$(eval $(call gb_Helper_register_packages_for_install,calc_brand,\ + desktop_scalc_sh \ +)) + +$(eval $(call gb_Helper_register_packages_for_install,draw_brand,\ + desktop_sdraw_sh \ +)) + +$(eval $(call gb_Helper_register_packages_for_install,impress_brand,\ + desktop_simpress_sh \ +)) + +$(eval $(call gb_Helper_register_packages_for_install,math_brand,\ + desktop_smath_sh \ +)) + +$(eval $(call gb_Helper_register_packages_for_install,writer_brand,\ + desktop_swriter_sh \ +)) +endif # GUIBASE=unx + # External executables $(eval $(call gb_ExternalExecutable_register_executables,\ genbrk \ |