Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : radeon-profile | |||||
| version : 20190220 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/marazmista/radeon-profile/archive/20190220.tar.gz : d1ff606839594e0a8de049cde9e0d8c4cd97b260997a55aa7c2c95d0b2be22ff | |||||
| license : GPL-2.0-or-later | |||||
| component : system.utils | |||||
| summary : GUI for configuring AMD video cards | |||||
| description: | | |||||
| A GUI application for configuring AMD video cards using mesalib. Supports overclocking, fan control, and basic monitoring. | |||||
| builddeps : | |||||
| - pkgconfig(libdrm_amdgpu) | |||||
| - pkgconfig(Qt5Charts) | |||||
| - pkgconfig(xrandr) | |||||
livingsilver94: You can replace both lines 12 and 13 with `- pkgconfig(Qt5Charts)`. | |||||
| rundeps : | |||||
| - radeon-profile-daemon | |||||
| setup : | | |||||
Done Inline ActionsWith C/C++ software you don't need to explicitly list rundeps in most cases - solbuild will scan the binaries and determine rundeps automatically. If libXrandr.so.2 is mentioned in abi_used_libs, then it means that solbuild already "knows" that xrandr is a dependency of radeon-profile. aleksvor: With C/C++ software you don't need to explicitly list rundeps in most cases - solbuild will… | |||||
| cd radeon-profile | |||||
| %qmake | |||||
| echo "INSTALL_ROOT=$installdir" >> Makefile | |||||
| build : | | |||||
| cd radeon-profile | |||||
| %make | |||||
| install : | | |||||
| cd radeon-profile | |||||
| %make_install | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
You can replace both lines 12 and 13 with - pkgconfig(Qt5Charts).