dceaaf64d8
- Add a new gamemode binary package that provides the command line applications gamemoderun and gamemodelist. These were previously packaged in the gamemoded package but weren't usable without libgamemodeauto0 and libgamemode0 being available, while the latter and the daemon can be used without these. As a side benefit this now allows you to just do an intuitive install of the gamemode package and get the full functionality. - Add feral.keyring to enable verifying the source signature. OBS-URL: https://build.opensuse.org/request/show/1086137 OBS-URL: https://build.opensuse.org/package/show/games:tools/gamemode?expand=0&rev=31
16 lines
741 B
Plaintext
16 lines
741 B
Plaintext
# In a perfect world this would be a noarch package. But we cannot make the main package
|
|
# noarch as the sub-packages are architecture dependent.
|
|
addFilter('gamemode.* no-binary')
|
|
|
|
# gamemoderun loads the dependency via dlopen, so it cannot be picked up automatically.
|
|
addFilter('gamemode.* explicit-lib-dependency libgamemodeauto')
|
|
|
|
# Gamemode actually has a % in its description.
|
|
addFilter('gamemode.* unexpanded-macro %description -l C %command')
|
|
|
|
# Libgamemodeauto loads the dependency via dlopen, so it cannot be picked up automatically.
|
|
addFilter('libgamemodeauto.* explicit-lib-dependency libgamemode')
|
|
|
|
# Libgamemodeauto actually has a % in its description.
|
|
addFilter('libgamemodeauto.* unexpanded-macro %description -l C %command')
|