diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,5 @@ +libQt5Core.so.5 +libQt5Network.so.5 +libc.so.6 +libgcc_s.so.1 +libstdc++.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,22 @@ +name : radeon-profile-daemon +version : 20190301 +release : 1 +source : + - https://github.com/marazmista/radeon-profile-daemon/archive/20190301.tar.gz : d8c9fbd2135a57ba347455843f804776807b9db01a6dae21d5c97ffab82854d0 +license : GPL-2.0-or-later +component : system.utils +summary : Daemon to allow radeon-profile to run as normal user +description: | + System daemon for reading info about Radeon GPU clocks and volts as well as control card power profiles so the GUI radeon-profile application can be run as normal user. +builddeps : + - pkgconfig(Qt5Network) +setup : | + cd radeon-profile-daemon + %qmake + echo "INSTALL_ROOT=$installdir" >> Makefile +build : | + cd radeon-profile-daemon + %make +install : | + cd radeon-profile-daemon + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + radeon-profile-daemon + + Campbell Jones + me@serebit.com + + GPL-2.0-or-later + system.utils + Daemon to allow radeon-profile to run as normal user + System daemon for reading info about Radeon GPU clocks and volts as well as control card power profiles so the GUI radeon-profile application can be run as normal user. + + https://solus-project.com/sources/README.Solus + + + radeon-profile-daemon + Daemon to allow radeon-profile to run as normal user + System daemon for reading info about Radeon GPU clocks and volts as well as control card power profiles so the GUI radeon-profile application can be run as normal user. + + system.utils + + /usr/bin/radeon-profile-daemon + /usr/lib/systemd/system/radeon-profile-daemon.service + + + + + 2019-03-03 + 20190301 + Packaging update + Campbell Jones + me@serebit.com + + + \ No newline at end of file