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
8facff87
Commit
8facff87
authored
10 months ago
by
Иван Мажукин
Committed by
Vitaly Lipatov
9 months ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: fix far2l-portable install(eterbug #17322)
parent
6504b927
master
devel
Tags unavailable
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
far2l-portable.sh
pack.d/far2l-portable.sh
+1
-1
far2l-portable.sh
play.d/far2l-portable.sh
+1
-1
far2l-portable.sh
repack.d/far2l-portable.sh
+5
-0
No files found.
pack.d/far2l-portable.sh
View file @
8facff87
...
...
@@ -7,7 +7,7 @@ RETURNTARNAME="$2"
.
$(
dirname
$0
)
/common.sh
erc
$TAR
||
fatal
pkg
=
"
$(
ls
|
grep
-e
"far2l_[0-9].*
_
x86_64.*.AppImage"
)
"
pkg
=
"
$(
ls
|
grep
-e
"far2l_[0-9].*x86_64.*.AppImage"
)
"
PKGNAME
=
"
${
pkg
/far2l/far2l-portable
}
"
mv
$pkg
$PKGNAME
return_tar
"
$PKGNAME
"
This diff is collapsed.
Click to expand it.
play.d/far2l-portable.sh
View file @
8facff87
...
...
@@ -9,6 +9,6 @@ DESCRIPTION="FAR2L Portable from the official site"
warn_version_is_not_supported
PKGURL
=
$(
eget
--list
--latest
https://github.com/spvkgn/far2l-portable/releases
"far2l
_
x86_64*.AppImage.tar"
)
PKGURL
=
$(
eget
--list
--latest
https://github.com/spvkgn/far2l-portable/releases
"far2l
*
x86_64*.AppImage.tar"
)
install_pack_pkgurl
This diff is collapsed.
Click to expand it.
repack.d/far2l-portable.sh
View file @
8facff87
...
...
@@ -6,6 +6,11 @@ SPEC="$2"
.
$(
dirname
$0
)
/common.sh
remove_file /opt/far2l-portable/usr/lib/x86_64-linux-gnu/libsamba-policy.cpython-310-x86-64-linux-gnu.so.0
remove_file /opt/far2l-portable/usr/lib/x86_64-linux-gnu/samba/libsamba-python.cpython-310-x86-64-linux-gnu.so.0
remove_file /opt/far2l-portable/usr/lib/x86_64-linux-gnu/samba/libsamba-net.cpython-310-x86-64-linux-gnu.so.0
remove_file /opt/far2l-portable/usr/lib/x86_64-linux-gnu/libsamba-policy.cpython-310-x86-64-linux-gnu.so.0.0.1
add_conflicts far2l
add_libs_requires
This diff is collapsed.
Click to expand it.
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