Search Criteria
Package Details: steam-gamepadui-session-git r24.2460526-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/steam-gamepadui-session-git.git (read-only, click to copy) |
---|---|
Package Base: | steam-gamepadui-session-git |
Description: | Steam Big Picture session based on gamescope for vanilla Arch Linux |
Upstream URL: | https://github.com/chenx-dust/steam-gamepadui-session |
Licenses: | MIT |
Conflicts: | gamescope-session-steam-git |
Submitter: | chenx_dust |
Maintainer: | chenx_dust |
Last Packager: | chenx_dust |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-05-05 16:42 (UTC) |
Last Updated: | 2025-05-29 08:36 (UTC) |
Dependencies (15)
- gamescope (gamescope-shortcutsAUR, gamescope-sk-gitAUR, gamescope-plusAUR, gamescope-gitAUR, gamescope-skAUR, gamescope-nvidiaAUR, gamescope-nvidia-gitAUR)
- gamescope-session-gitAUR (gamescope-session-sk-gitAUR)
- steam
- git (git-gitAUR, git-glAUR) (make)
- hhdAUR (hhd-gitAUR) (optional) – better controller support, conflict with inputplumber
- ibus (ibus-gitAUR) (optional) – input support
- ibus-anthy (optional) – japanese input support
- ibus-pinyinAUR (optional) – pinyin input support
- ibus-table (optional) – alternative of ibus-table-cangjie-lite
- inputplumber (inputplumber-gitAUR, inputplumber-binAUR) (optional) – better controller support, conflict with hhd
- mangohud (mangohud-gitAUR) (optional) – performance overlay
- noto-sans-cjk (optional) – for initial screen text in cjk
- pacman-contrib (pacman-contrib-gitAUR) (optional) – for upgrade arch linux in steam ui
- steam-removable-media-gitAUR (optional) – removable media support
- ttf-dejavu (ttf-dejavu-ibAUR, ttf-dejavu-emojilessAUR) (optional) – for initial screen text
Latest Comments
chenx_dust commented on 2024-07-29 12:09 (UTC)
@thurstylark Thank you! Your patch has been adopted.
thurstylark commented on 2024-07-27 04:12 (UTC) (edited on 2024-07-27 04:12 (UTC) by thurstylark)
On Line 22 of the PKGBUILD, the conflicts array isn't specified correctly. The PKGBUILD is setting the
conflict
array, but should be setting theconflicts
array.As it stands, the built package will not conflict with anything, because an array named
conflict
isn't handled bymakepkg
.Here's a patch that can be applied directly with git: