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
ad91dc8a
Commit
ad91dc8a
authored
May 22, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play/repack improve freeplane
parent
4292b6bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
5 deletions
+21
-5
freeplane.sh
play.d/freeplane.sh
+4
-5
freeplane.sh
repack.d/freeplane.sh
+17
-0
No files found.
play.d/freeplane.sh
100644 → 100755
View file @
ad91dc8a
...
...
@@ -2,15 +2,14 @@
PKGNAME
=
freeplane
SUPPORTEDARCHES
=
"x86_64 x86"
VERSION
=
"
$2
"
DESCRIPTION
=
"FreePlane from the official site"
URL
=
"http://freeplane.sourceforge.net"
.
$(
dirname
$0
)
/common.sh
PKGURL
=
"https://nav.dl.sourceforge.net/project/freeplane/freeplane%20stable/freeplane_1.11.2~upstream-1_all.deb
"
[
"
$VERSION
"
=
"*"
]
&&
VERSION
=
"
$(
eget
-O-
https://sourceforge.net/projects/
$PKGNAME
/best_release.json |
sed
-e
's|.*freeplane_bin-||g'
-e
's|\.zip.*||'
)
"
if
[
"
$(
epm print info
-s
)
"
=
"alt"
]
;
then
repack
=
"--repack"
fi
PKGURL
=
"https://nav.dl.sourceforge.net/project/freeplane/freeplane%20stable/freeplane_
$VERSION
~upstream-1_all.deb"
epm
install
$repack
"
$PKGURL
"
epm
install
"
$PKGURL
"
repack.d/freeplane.sh
0 → 100755
View file @
ad91dc8a
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
subst
'1iAutoReq:no'
$SPEC
subst
'1iAutoProv:no'
$SPEC
move_to_opt
ln
-sf
$PRODUCTDIR
/
$PRODUCT
.sh usr/bin/
$PRODUCT
fix_desktop_file
"/usr/bin/freeplane/
$PRODUCT
"
remove_dir /usr/lib/mime
add_requires java-openjdk
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