Commit 4ce74f7f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: don't check before add_requires

parent c7b950c1
......@@ -36,7 +36,4 @@ EOF
pack_file /usr/share/applications/$PRODUCT.desktop
if [ "$(epm print info -s)" = "alt" ] ; then
# just for correct deps
add_requires qt5-imageformats
fi
add_requires qt5-imageformats
......@@ -342,3 +342,5 @@ fi
[ -d "$BUILDROOT$PRODUCTBASEDIR" ] && pack_dir "$PRODUCTBASEDIR"
[ -n "$PREINSTALL_PACKAGES" ] && install_requires $PREINSTALL_PACKAGES
true
......@@ -7,6 +7,4 @@ PRODUCT=minecraft-launcher
. $(dirname $0)/common.sh
if [ "$(epm print info -s)" = "alt" ] ; then
add_requires java-openjdk 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
fi
add_requires java-openjdk 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
......@@ -8,8 +8,6 @@ PRODUCTDIR=/opt/PortProton
. $(dirname $0)/common.sh
if [ "$(epm print info -s)" = "alt" ] ; then
add_requires bubblewrap cabextract curl gamemode icoutils libvulkan1 vulkan-tools wget zenity zstd gawk tar libd3d libMesaOpenCL /usr/bin/convert
fi
add_requires bubblewrap cabextract curl gamemode icoutils libvulkan1 vulkan-tools wget zenity zstd gawk tar libd3d libMesaOpenCL /usr/bin/convert
filter_from_requires xneur
......@@ -22,7 +22,4 @@ EOF
chmod a+x usr/bin/wdmrc
pack_file /usr/bin/wdmrc
if [ "$(epm print info -s)" = "alt" ] ; then
# just for correct deps
add_requires dotnet-6.0
fi
add_requires dotnet-6.0
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