scp2/source/kde/module_kde.scp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit cb37698884c6f7af97c5fa9a0404a5893aa73c9d Author: Jan-Marek Glogowski <[email protected]> Date: Mon Oct 12 10:38:35 2015 +0200 KDE4: add kde4-open-url to the integration package Currently kde4-open-url is just installed, but not included in the kde-integration package. Change-Id: Ic114a463b97aaaf4cc7ff3062143698daf93513c (cherry picked from commit 805a861b398bbe5f22cb08705dfa006b44fe4e40) Reviewed-on: https://gerrit.libreoffice.org/19327 Tested-by: Jenkins <[email protected]> Reviewed-by: Katarina Behrens <[email protected]> diff --git a/scp2/source/kde/module_kde.scp b/scp2/source/kde/module_kde.scp index 6fa6155..2bf6ac5 100644 --- a/scp2/source/kde/module_kde.scp +++ b/scp2/source/kde/module_kde.scp @@ -26,5 +26,7 @@ Module gid_Module_Optional_Kde PackageInfo = "packinfo_office.txt"; MOD_NAME_DESC(MODULE_OPTIONAL_KDE); Styles = (); - Files = (auto_kde_ALL); + Files = (auto_kde_ALL, + gid_File_Bin_Kde_Open_Url + ); End _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
