Commit 94b59483 authored by Ivan Mazhukin's avatar Ivan Mazhukin Committed by Vitaly Lipatov

epm play master-pdf-editor: fix package name (eterbug #17865)

parent 1146564d
...@@ -8,6 +8,8 @@ URL="https://master-pdf-editor.ru/" ...@@ -8,6 +8,8 @@ URL="https://master-pdf-editor.ru/"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
export EPM_REPACK_SCRIPT="$PKGNAME"
PKG='' PKG=''
# Strict supported list # Strict supported list
case $(epm print info -e) in case $(epm print info -e) in
......
...@@ -9,6 +9,8 @@ PRODUCTDIR=/opt/master-pdf-editor-5 ...@@ -9,6 +9,8 @@ PRODUCTDIR=/opt/master-pdf-editor-5
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
subst "s|^Name:.*|Name: $PRODUCTCUR|" $SPEC
add_bin_link_command add_bin_link_command
add_bin_link_command $PRODUCTCUR $PRODUCT add_bin_link_command $PRODUCTCUR $PRODUCT
...@@ -17,4 +19,3 @@ fix_desktop_file ...@@ -17,4 +19,3 @@ fix_desktop_file
# uses system Qt5 (not bundled) # uses system Qt5 (not bundled)
add_unirequires libQt5Concurrent.so.5 libQt5Core.so.5 libQt5Gui.so.5 libQt5Network.so.5 libQt5PrintSupport.so.5 libQt5Qml.so.5 libQt5Svg.so.5 libQt5Widgets.so.5 libQt5Xml.so.5 add_unirequires libQt5Concurrent.so.5 libQt5Core.so.5 libQt5Gui.so.5 libQt5Network.so.5 libQt5PrintSupport.so.5 libQt5Qml.so.5 libQt5Svg.so.5 libQt5Widgets.so.5 libQt5Xml.so.5
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