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
291c6068
Commit
291c6068
authored
2 weeks ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: add create_exec_file and use it
parent
ba986aa9
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
24 deletions
+14
-24
common.sh
repack.d/common.sh
+7
-0
discord.sh
repack.d/discord.sh
+1
-6
iproject-client.sh
repack.d/iproject-client.sh
+1
-5
portmaster.sh
repack.d/portmaster.sh
+1
-2
rudesktop.sh
repack.d/rudesktop.sh
+2
-4
unigine-heaven.sh
repack.d/unigine-heaven.sh
+1
-3
unigine-valley.sh
repack.d/unigine-valley.sh
+1
-4
No files found.
repack.d/common.sh
View file @
291c6068
...
...
@@ -191,6 +191,13 @@ create_file()
install_file /dev/stdin
$t
}
create_exec_file
()
{
create_file
"
$1
"
chmod
a+x
"
$BUILDROOT
/
$1
"
}
__check_target_bin
()
{
local
target
=
"
$1
"
...
...
This diff is collapsed.
Click to expand it.
repack.d/discord.sh
View file @
291c6068
...
...
@@ -16,10 +16,7 @@ fix_chrome_sandbox
add_electron_deps
rm
usr/bin/
$PRODUCT
mkdir
-p
$BUILDROOT
/usr/bin
cat
<<
EOF
>
$BUILDROOT
/usr/bin/
$PRODUCT
cat
<<
EOF
| create_exec_file /usr/bin/
$PRODUCT
#!/bin/sh
CONFIG_DIR="\
$HOME
"/.config/discord
SETTINGS_FILE="\
$CONFIG_DIR
"/settings.json
...
...
@@ -40,8 +37,6 @@ if [ ! -f "\$SETTINGS_FILE" ]; then
fi
exec
$PRODUCTDIR
/
$PRODUCTCUR
\
$EXTRA_PARAMS
"\
$@
"
EOF
chmod
a+x
$BUILDROOT
/usr/bin/
$PRODUCT
pack_file /usr/bin/
$PRODUCT
add_bin_link_command
$PRODUCTCUR
$PRODUCT
rm
usr/share/applications/discord.desktop
...
...
This diff is collapsed.
Click to expand it.
repack.d/iproject-client.sh
View file @
291c6068
...
...
@@ -10,14 +10,10 @@ PREINSTALL_PACKAGES="coreutils libgdiplus liblame libnuma libopus libuuid libvor
.
$(
dirname
$0
)
/common.sh
mkdir
-p
$BUILDROOT
/usr/bin/
cat
<<
EOF
>
$BUILDROOT
/usr/bin/
$PRODUCT
cat
<<
EOF
| create_exec_file /usr/bin/
$PRODUCT
#!/bin/sh
mono /opt/iproject-client/RSClient.exe
EOF
chmod
755
$BUILDROOT
/usr/bin/
$PRODUCT
pack_file /usr/bin/
$PRODUCT
# mono(Microsoft.Threading.Tasks) = 1.0.12.0 нужен для iproject-client-100:2.0.11.128-alt1.repacked.with.epm.2.x86_64
# mono(Microsoft.Threading.Tasks.Extensions) = 1.0.12.0 нужен для iproject-client-100:2.0.11.128-alt1.repacked.with.epm.2.x86_64
...
...
This diff is collapsed.
Click to expand it.
repack.d/portmaster.sh
View file @
291c6068
...
...
@@ -15,11 +15,10 @@ remove_file $PRODUCTDIR/portmaster.desktop
install
-D
-m644
.
$PRODUCTDIR
/portmaster_notifier.desktop ./usr/share/applications/portmaster_notifier.desktop
remove_file
$PRODUCTDIR
/portmaster_notifier.desktop
cat
<<
EOF
| create_file /usr/bin/
$PRODUCT
cat
<<
EOF
| create_
exec_
file /usr/bin/
$PRODUCT
#!/bin/sh
exec
$PRODUCTDIR
/portmaster-start app --data=
$PRODUCTDIR
"\
$@
"
EOF
chmod
a+x
$BUILDROOT
/usr/bin/
$PRODUCT
echo
"Dowloading ... "
.
$PRODUCTDIR
/portmaster-start
--data
$BUILDROOT$PRODUCTDIR
update
||
fatal
...
...
This diff is collapsed.
Click to expand it.
repack.d/rudesktop.sh
View file @
291c6068
...
...
@@ -27,8 +27,7 @@ remove_file /usr/bin/rudesktop
move_to_opt /usr/share/rudesktop-client/files
mkdir
-p
$BUILDROOT
/usr/bin
cat
<<
EOF
>
$BUILDROOT
/usr/bin/rudesktop
cat
<<
EOF
| create_exec_file /usr/bin/rudesktop
#!/bin/sh
cd /opt/rudesktop
if [ "\
$LD_LIBRARY_PATH
" ]; then
...
...
@@ -38,9 +37,8 @@ else
fi
./rudesktop
EOF
chmod
a+x
$BUILDROOT
/usr/bin/rudesktop
chmod
a+x
$BUILDROOT
/opt/rudesktop/rudesktop
pack_file /usr/bin/rudesktop
subst
"s|^Summary:.*|Summary: A remote control software.|"
$SPEC
...
...
This diff is collapsed.
Click to expand it.
repack.d/unigine-heaven.sh
View file @
291c6068
...
...
@@ -32,14 +32,12 @@ pack_dir $PRODUCTDIR/bin
#done
#fi
mkdir
-p
$BUILDROOT
/usr/bin
cat
<<
EOF
| create_file /usr/bin/heaven
cat
<<
EOF
| create_exec_file /usr/bin/heaven
#!/bin/sh
cd
$PRODUCTDIR
/bin
export LD_LIBRARY_PATH=./x64:\
$LD_LIBRARY_PATH
./browser_x64 -config ../data/launcher/launcher.xml
EOF
chmod
a+x
$BUILDROOT
/usr/bin/heaven
add_bin_link_command
$PRODUCT
/usr/bin/heaven
...
...
This diff is collapsed.
Click to expand it.
repack.d/unigine-valley.sh
View file @
291c6068
...
...
@@ -26,15 +26,12 @@ done
pack_dir
$PRODUCTDIR
pack_dir
$PRODUCTDIR
/bin
mkdir
-p
$BUILDROOT
/usr/bin
cat
<<
EOF
>
$BUILDROOT
/usr/bin/valley
cat
<<
EOF
| create_exec_file /usr/bin/valley
#!/bin/sh
cd
$PRODUCTDIR
/bin
export LD_LIBRARY_PATH=./x64:\
$LD_LIBRARY_PATH
./browser_x64 -config ../data/launcher/launcher.xml
EOF
chmod
a+x
$BUILDROOT
/usr/bin/valley
pack_file /usr/bin/valley
add_bin_link_command
$PRODUCT
/usr/bin/valley
...
...
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