Commit 7bd1a6b2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack.d: add Conflicts between renamed package variants

parent 46c004d3
......@@ -6,4 +6,6 @@ SPEC="$2"
. $(dirname $0)/common.sh
add_conflicts GitHubDesktop
add_bin_link_command github-desktop github-desktop-linux
#!/bin/sh
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
add_conflicts GitHubDesktop-linux
......@@ -8,6 +8,8 @@ PRODUCT=sunshine
. $(dirname $0)/common.sh
add_conflicts sunshine
# Sunshine needs access to uinput to create mouse and gamepad events.
cat <<EOF | create_file /usr/lib/udev/rules.d/60-sunshine.rules
KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", TAG+="uaccess
......
#!/bin/sh
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
add_conflicts neovide-nightly
......@@ -9,6 +9,8 @@ PRODUCTDIR=/opt/VinteoDesktop
. $(dirname $0)/common-chromium-browser.sh
add_conflicts vinteo.desktop
add_bin_link_command
fix_desktop_file
......
......@@ -8,6 +8,8 @@ PRODUCT=yandex-messenger
. $(dirname $0)/common.sh
add_conflicts chats
add_requires '/usr/bin/wine'
add_bin_link_command $PRODUCT $PRODUCTDIR/run.sh
......
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