Commit b5965b13 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack wps-office: fix broken deps

parent 450a7ebf
......@@ -3,10 +3,10 @@
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
PRODUCTDIR=/opt/kingsoft/wps-office
. $(dirname $0)/common.sh
#REQUIRES="fonts-ttf-liberation, fonts-ttf-dejavu"
#subst "s|^\(Name: .*\)$|# Converted from original package requires\nRequires:$REQUIRES\n\1|g" $SPEC
......@@ -18,6 +18,12 @@ remove_dir /etc/xdg/menus/applications-merged
remove_file /usr/share/desktop-directories/wps-office.directory
# ALT bug 45683
remove_file /opt/kingsoft/wps-office/office6/wpscloudsvr
remove_file $PRODUCTDIR/office6/wpscloudsvr
# linked with missed libkappessframework.so()(64bit)
remove_file $PRODUCTDIR/office6/addons/pdfbatchcompression/libpdfbatchcompressionapp.so
# hack to fix bug somewhere in linking
ignore_lib_requires "libc++.so"
add_libs_requires
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment