Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,12 @@ +libQt5Charts.so.5 +libQt5Core.so.5 +libQt5Gui.so.5 +libQt5Network.so.5 +libQt5Widgets.so.5 +libX11.so.6 +libXrandr.so.2 +libc.so.6 +libgcc_s.so.1 +libm.so.6 +libpthread.so.0 +libstdc++.so.6 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,24 @@ +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) +setup : | + cd radeon-profile + %qmake + echo "INSTALL_ROOT=$installdir" >> Makefile +build : | + cd radeon-profile + %make +install : | + cd radeon-profile + %make_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,36 @@ + + + radeon-profile + + Campbell Jones + me@serebit.com + + GPL-2.0-or-later + system.utils + GUI for configuring AMD video cards + A GUI application for configuring AMD video cards using mesalib. Supports overclocking, fan control, and basic monitoring. + + https://solus-project.com/sources/README.Solus + + + radeon-profile + GUI for configuring AMD video cards + A GUI application for configuring AMD video cards using mesalib. Supports overclocking, fan control, and basic monitoring. + + system.utils + + /usr/bin/radeon-profile + /usr/share/applications/radeon-profile.desktop + /usr/share/icons/hicolor/512x512/apps/radeon-profile.png + + + + + 2019-03-03 + 20190220 + Packaging update + Campbell Jones + me@serebit.com + + + \ No newline at end of file