Page MenuHomeSolus

D5602.id13581.diff
No OneTemporary

D5602.id13581.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,5 @@
+libQt5Core.so.5
+libQt5Network.so.5
+libc.so.6
+libgcc_s.so.1
+libstdc++.so.6
Index: package.yml
===================================================================
--- /dev/null
+++ 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
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,35 @@
+<PISI>
+ <Source>
+ <Name>radeon-profile-daemon</Name>
+ <Packager>
+ <Name>Campbell Jones</Name>
+ <Email>me@serebit.com</Email>
+ </Packager>
+ <License>GPL-2.0-or-later</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">Daemon to allow radeon-profile to run as normal user</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>radeon-profile-daemon</Name>
+ <Summary xml:lang="en">Daemon to allow radeon-profile to run as normal user</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/radeon-profile-daemon</Path>
+ <Path fileType="library">/usr/lib/systemd/system/radeon-profile-daemon.service</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-03-03</Date>
+ <Version>20190301</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Campbell Jones</Name>
+ <Email>me@serebit.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 2 2023, 11:57 AM (10 w, 12 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5847840
Default Alt Text
D5602.id13581.diff (3 KB)

Event Timeline