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
etersoft
eepm
Commits
7bd1a6b2
Commit
7bd1a6b2
authored
Apr 22, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack.d: add Conflicts between renamed package variants
parent
46c004d3
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
0 deletions
+26
-0
GitHubDesktop-linux.sh
repack.d/GitHubDesktop-linux.sh
+2
-0
GitHubDesktop.sh
repack.d/GitHubDesktop.sh
+9
-0
Sunshine.sh
repack.d/Sunshine.sh
+2
-0
neovide.sh
repack.d/neovide.sh
+9
-0
vinteo-desktop.sh
repack.d/vinteo-desktop.sh
+2
-0
yandex-messenger.sh
repack.d/yandex-messenger.sh
+2
-0
No files found.
repack.d/GitHubDesktop-linux.sh
View file @
7bd1a6b2
...
...
@@ -6,4 +6,6 @@ SPEC="$2"
.
$(
dirname
$0
)
/common.sh
add_conflicts GitHubDesktop
add_bin_link_command github-desktop github-desktop-linux
repack.d/GitHubDesktop.sh
0 → 100755
View file @
7bd1a6b2
#!/bin/sh
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
add_conflicts GitHubDesktop-linux
repack.d/Sunshine.sh
View file @
7bd1a6b2
...
...
@@ -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
...
...
repack.d/neovide.sh
0 → 100755
View file @
7bd1a6b2
#!/bin/sh
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
add_conflicts neovide-nightly
repack.d/vinteo-desktop.sh
View file @
7bd1a6b2
...
...
@@ -9,6 +9,8 @@ PRODUCTDIR=/opt/VinteoDesktop
.
$(
dirname
$0
)
/common-chromium-browser.sh
add_conflicts vinteo.desktop
add_bin_link_command
fix_desktop_file
...
...
repack.d/yandex-messenger.sh
View file @
7bd1a6b2
...
...
@@ -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
...
...
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