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
Vladislav
eepm
Commits
26337b5d
Commit
26337b5d
authored
May 05, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack: use --no-remove for install
parent
9ad64340
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
common.sh
repack.d/common.sh
+1
-1
vk-calls.sh
repack.d/vk-calls.sh
+2
-1
yandex-browser-beta.sh
repack.d/yandex-browser-beta.sh
+1
-1
yandex-browser-stable.sh
repack.d/yandex-browser-stable.sh
+1
-1
No files found.
repack.d/common.sh
View file @
26337b5d
...
...
@@ -281,7 +281,7 @@ install_requires()
{
[
-n
"
$1
"
]
||
return
if
[
"
$(
epm print info
-s
)
"
=
"alt"
]
;
then
epm
install
--skip-installed
"
$@
"
epm
install
--skip-installed
--no-remove
"
$@
"
||
fatal
"Can't install requires packages.
"
fi
}
...
...
repack.d/vk-calls.sh
View file @
26337b5d
...
...
@@ -22,7 +22,8 @@ for i in .$PRODUCTDIR/lib* .$PRODUCTDIR/$PRODUCT ; do
done
fi
epm
install
--skip-installed
libmfx
||
epm
install
316139
||
fatal
"Can't install libmfx"
# https://git.altlinux.org/tasks/316139
epm
install
--skip-installed
--no-remove
libmfx
||
epm
install
--no-remove
316139
||
fatal
"Can't install libmfx"
# if not Debian based
if
[
!
-s
/etc/ssl/certs/ca-certificates.crt
]
;
then
...
...
repack.d/yandex-browser-beta.sh
View file @
26337b5d
...
...
@@ -16,7 +16,7 @@ subst '10iProvides: yandex-browser = %{version}' $SPEC
add_findreq_skiplist
$PRODUCTDIR
/update-ffmpeg
# this package can be missed
epm
install
--skip-installed
fonts-ttf-google-noto-emoji-color
&&
add_requires fonts-ttf-google-noto-emoji-color
epm
install
--skip-installed
--no-remove
fonts-ttf-google-noto-emoji-color
&&
add_requires fonts-ttf-google-noto-emoji-color
set_alt_alternatives 65
...
...
repack.d/yandex-browser-stable.sh
View file @
26337b5d
...
...
@@ -16,7 +16,7 @@ subst '10iProvides: yandex-browser = %version' $SPEC
add_findreq_skiplist
$PRODUCTDIR
/update-ffmpeg
# this package can be missed
epm
install
--skip-installed
fonts-ttf-google-noto-emoji-color
&&
add_requires fonts-ttf-google-noto-emoji-color
epm
install
--skip-installed
--no-remove
fonts-ttf-google-noto-emoji-color
&&
add_requires fonts-ttf-google-noto-emoji-color
set_alt_alternatives 65
...
...
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