Commit 5eebc3a9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack yandex-browser: add fonts-ttf-google-noto-emoji-color require only if it is exists

parent dd64598f
......@@ -14,7 +14,9 @@ subst '1iConflicts: yandex-browser-stable' $SPEC
subst '10iProvides: yandex-browser = %{version}' $SPEC
add_findreq_skiplist $PRODUCTDIR/update-ffmpeg
add_requires fonts-ttf-google-noto-emoji-color
# this package can be missed
epm install --skip-installed fonts-ttf-google-noto-emoji-color && add_requires fonts-ttf-google-noto-emoji-color
set_alt_alternatives 65
......
......@@ -14,7 +14,9 @@ subst '1iConflicts: yandex-browser-beta' $SPEC
subst '10iProvides: yandex-browser = %version' $SPEC
add_findreq_skiplist $PRODUCTDIR/update-ffmpeg
add_requires fonts-ttf-google-noto-emoji-color
# this package can be missed
epm install --skip-installed fonts-ttf-google-noto-emoji-color && add_requires fonts-ttf-google-noto-emoji-color
set_alt_alternatives 65
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment