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
Nurlan
eepm
Commits
5a2adabb
Commit
5a2adabb
authored
Aug 07, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack.d: fix quotes
parent
1819b4cb
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
4 deletions
+13
-4
dialog-ee-x.sh
repack.d/dialog-ee-x.sh
+1
-1
teamviewer.sh
repack.d/teamviewer.sh
+1
-1
vivaldi-snapshot.sh
repack.d/vivaldi-snapshot.sh
+1
-1
vivaldi-stable.sh
repack.d/vivaldi-stable.sh
+1
-1
test_slashes.sh
tests/test_slashes.sh
+9
-0
No files found.
repack.d/dialog-ee-x.sh
View file @
5a2adabb
...
...
@@ -7,4 +7,4 @@ SPEC="$2"
.
$(
dirname
$0
)
/common.sh
# https://bugzilla.altlinux.org/show_bug.cgi?id=39099
filter_from_requires
"
\\
/opt
\\
/Dialog"
filter_from_requires
'\\/opt\\/Dialog'
repack.d/teamviewer.sh
View file @
5a2adabb
...
...
@@ -54,7 +54,7 @@ rm -rfv $BUILDROOT/opt/teamviewer/tv_bin/script/teamviewerd.sysv
subst
"s|.*/opt/teamviewer/tv_bin/script/teamviewerd.sysv.*||"
$SPEC
# see https://bugzilla.altlinux.org/show_bug.cgi?id=39891
filter_from_requires
"
\\
/bin
\\
/ip"
filter_from_requires
'\\/bin\\/ip'
# ignore embedded libs
filter_from_requires libQt5
...
...
repack.d/vivaldi-snapshot.sh
View file @
5a2adabb
...
...
@@ -23,6 +23,6 @@ use_system_xdg
install_deps
filter_from_requires
"
\\
/opt
\\
/google
\\
/chrome
\\
/WidevineCdm"
filter_from_requires
'\\/opt\\/google\\/chrome\\/WidevineCdm'
echo
"You also can install chrome via epm play chrome to use WidevineCdm"
repack.d/vivaldi-stable.sh
View file @
5a2adabb
...
...
@@ -23,6 +23,6 @@ use_system_xdg
install_deps
filter_from_requires
"
\\
/opt
\\
/google
\\
/chrome
\\
/WidevineCdm"
filter_from_requires
'\\/opt\\/google\\/chrome\\/WidevineCdm'
echo
"You also can install chrome via epm play chrome to use WidevineCdm"
tests/test_slashes.sh
0 → 100755
View file @
5a2adabb
#!/bin/sh
filter_from_requires
()
{
local
i
=
"
$1
"
echo
"1i%filter_from_requires /^
$i
.*/d"
}
filter_from_requires
'\\/opt\\/google\\/chrome\\/WidevineCdm'
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