Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
25c026f4
Commit
25c026f4
authored
Aug 21, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add Master PDF Editor
parent
8d74a5bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
0 deletions
+42
-0
master-pdf-editor.sh
play.d/master-pdf-editor.sh
+29
-0
master-pdf-editor.sh
repack.d/master-pdf-editor.sh
+13
-0
No files found.
play.d/master-pdf-editor.sh
0 → 100755
View file @
25c026f4
#!/bin/sh
PKGNAME
=
master-pdf-editor
SUPPORTEDARCHES
=
"x86_64"
DESCRIPTION
=
"Master PDF Editor from the official site"
.
$(
dirname
$0
)
/common.sh
repack
=
''
# Strict supported list
case
$(
epm print info
-e
)
in
AstraLinuxCE/
*
|
Debian/
*
|
Ubuntu/
*
)
PKG
=
"master-pdf-editor-5.8.70-qt5.x86_64.deb"
;;
AstraLinuxSE/1.7
*
)
PKG
=
"master-pdf-editor-5.8.70-qt5_astra.x86_64.deb"
;;
RedOS/
*
|
AlterOS/
*
|
ALTLinux/
*
)
PKG
=
"master-pdf-editor-5.8.70-qt5.x86_64.rpm"
repack
=
'--repack'
;;
*
)
fatal
"Unsupported distro
$(
epm print info
-e
)
. Ask application vendor for a support."
;;
esac
URL
=
"https://code-industry.ru/public/
$PKG
"
epm
$repack
install
"
$URL
"
repack.d/master-pdf-editor.sh
0 → 100755
View file @
25c026f4
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
master-pdf-editor
PRODUCTDIR
=
/opt/master-pdf-editor-5
.
$(
dirname
$0
)
/common.sh
add_bin_link_command masterpdfeditor5
epm
install
--skip-installed
libGL libqt5-core libqt5-gui libqt5-network libqt5-printsupport libqt5-qml libqt5-svg libqt5-widgets libsane zlib
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment