Page MenuHomeSolus

D8662.id22645.diff
No OneTemporary

D8662.id22645.diff

Index: MAINTAINERS.md
===================================================================
--- /dev/null
+++ MAINTAINERS.md
@@ -0,0 +1,5 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+ - Kévin Bergue
+ - IRC: tzig
+ - Email: kevin@be-ta.art
\ No newline at end of file
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,10 @@
+libQt5Core.so.5
+libQt5Gui.so.5
+libQt5Widgets.so.5
+libc.so.6
+libgcc_s.so.1
+libhidapi-hidraw.so.0
+libm.so.6
+libpthread.so.0
+libstdc++.so.6
+libusb-1.0.so.0
Index: files/OpenRGB.service
===================================================================
--- /dev/null
+++ files/OpenRGB.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=OpenRGB daemon
+
+[Service]
+Type=simple
+
+ExecStart=/usr/bin/OpenRGB --server
+
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target
\ No newline at end of file
Index: files/i2c-dev.conf
===================================================================
--- /dev/null
+++ files/i2c-dev.conf
@@ -0,0 +1,3 @@
+#loads the i2c-dev kernel module on boot, needed by openrgb
+
+i2c-dev
Index: files/openrgb.desktop
===================================================================
--- /dev/null
+++ files/openrgb.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Version=1.1
+Type=Application
+Name=OpenRGB
+Comment=A program to control RGB devices
+Icon=openrgb
+Exec=bash -c 'mkdir -p .config/OpenRGB ; cd ".config/OpenRGB" && /usr/bin/OpenRGB'
+Actions=
+Categories=Settings;
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,27 @@
+name : openrgb
+version : 0.3
+release : 1
+source :
+ - https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_0.3/OpenRGB-release_0.3.tar.gz : 905bb7b824344162207a831ecd6c89c8c6d46ea2747e20ce50c59d8a0aa74602
+license : GPL-2.0-only
+summary : Open source RGB lighting control that doesn't depend on manufacturer software
+component : system.utils
+description: |
+ An easy-to-use open source software program and library for accessing and controlling RGB lights on various PC hardware including motherboards, RAM modules, graphics cards, cooling devices, and peripherals.
+builddeps :
+ - pkgconfig(Qt5Core)
+ - pkgconfig(libusb-1.0)
+ - hidapi
+ - hidapi-devel
+rundeps :
+ - libusb
+ - hidapi
+build : |
+ %qmake OpenRGB.pro
+ %make
+install : |
+ install -Dm755 OpenRGB $installdir/usr/bin/OpenRGB
+ install -Dm644 $pkgfiles/OpenRGB.service $installdir/usr/lib/systemd/system/OpenRGB.service
+ install -Dm644 $pkgfiles/openrgb.desktop $installdir/usr/share/applications/openrgb.desktop
+ install -Dm644 $pkgfiles/openrgb.png $installdir/usr/share/icons/hicolor/128x128/apps/openrgb.png
+ install -Dm644 $pkgfiles/i2c-dev.conf $installdir/etc/modules-load.d/i2c-dev.conf
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,38 @@
+<PISI>
+ <Source>
+ <Name>openrgb</Name>
+ <Packager>
+ <Name>Kévin Bergue</Name>
+ <Email>kevin@be-ta.art</Email>
+ </Packager>
+ <License>GPL-2.0-only</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">Open source RGB lighting control that doesn&apos;t depend on manufacturer software</Summary>
+ <Description xml:lang="en">An easy-to-use open source software program and library for accessing and controlling RGB lights on various PC hardware including motherboards, RAM modules, graphics cards, cooling devices, and peripherals.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>openrgb</Name>
+ <Summary xml:lang="en">Open source RGB lighting control that doesn&apos;t depend on manufacturer software</Summary>
+ <Description xml:lang="en">An easy-to-use open source software program and library for accessing and controlling RGB lights on various PC hardware including motherboards, RAM modules, graphics cards, cooling devices, and peripherals.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="config">/etc/modules-load.d/i2c-dev.conf</Path>
+ <Path fileType="executable">/usr/bin/OpenRGB</Path>
+ <Path fileType="library">/usr/lib/systemd/system/OpenRGB.service</Path>
+ <Path fileType="data">/usr/share/applications/openrgb.desktop</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/openrgb.png</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-08-07</Date>
+ <Version>0.3</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Kévin Bergue</Name>
+ <Email>kevin@be-ta.art</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 9:09 PM (1 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5799669
Default Alt Text
D8662.id22645.diff (5 KB)

Event Timeline