Commit 0c330341 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack.d/common-chromium-browser.sh: install/add deps only on ALT

parent cbf02f3f
......@@ -61,6 +61,7 @@ cleanup()
install_deps()
{
[ "$(epm print info -s)" = "alt" ] || return
# install all requires packages before packing (the list have got with rpmreqs package | xargs echo)
epm install --skip-installed at-spi2-atk file GConf glib2 grep libatk libat-spi2-core libalsa libcairo libcups libdbus libdrm libexpat libgbm libgdk-pixbuf libgio libgtk+3 libnspr libnss libpango \
libX11 libxcb libXcomposite libXcursor libXdamage libXext libXfixes libXi libXrandr libXrender libXtst sed which xdg-utils xprop libsecret
......@@ -68,6 +69,7 @@ install_deps()
add_deps()
{
[ "$(epm print info -s)" = "alt" ] || return
add_requires at-spi2-atk file GConf glib2 grep libatk libat-spi2-core libalsa libcairo libcups libdbus libdrm libexpat libgbm libgdk-pixbuf libgio libgtk+3 libnspr libnss libpango
add_requires libX11 libxcb libXcomposite libXcursor libXdamage libXext libXfixes libXi libXrandr libXrender libXtst sed which xdg-utils xprop libsecret
}
......
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