Publish LumaOps source

This commit is contained in:
LumaOps release export
2026-09-03 01:18:36 +02:00
commit 7f1c0e5f71
2363 changed files with 501543 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
openrgb (__VERSION__) UNRELEASED; urgency=medium
* Builds from git master. See git history for more information.
-- Adam Honse <adam@Adam-Laptop.lan> Sun, 12 Apr 2020 22:57:34 -0500
+1
View File
@@ -0,0 +1 @@
10
+29
View File
@@ -0,0 +1,29 @@
Source: openrgb
Maintainer: Adam Honse <calcprogrammer1@gmail.com>
Section: misc
Priority: optional
Standards-Version: 3.9.2
Build-Depends:
debhelper (>= 9),
pkg-config,
qtbase5-dev,
qtbase5-dev-tools,
qttools5-dev-tools,
qt5-qmake,
libusb-1.0-0-dev,
libhidapi-dev,
libmbedtls-dev,
Homepage: https://gitlab.com/CalcProgrammer1/OpenRGB
Package: openrgb
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
udev,
Recommends:
openrgb-dkms-drivers,
Conflicts:
openrgb-udev,
Description: Open source RGB lighting control
OpenRGB controls RGB lighting
+51
View File
@@ -0,0 +1,51 @@
This package was debianized by Adam Honse <CalcProgrammer1@gmail.com> on
3rd December 2020.
The current Debian maintainer is Chris M <galdarian@gmail.com>
It was downloaded from: https://gitlab.com/CalcProgrammer1/OpenRGB
Upstream Authors: Adam Honse, Chris M, Dmitry K
License: GPL-2+
Copyright: 2019 - Present Adam Honse
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License with
the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
if not, write to the Free Software Foundation, Inc., 59 Temple Place,
Suite 330, Boston, MA 02111-1307 USA
On Debian systems, the complete text of the GNU General Public
License, version 2, can be found in /usr/share/common-licenses/GPL-2.
License: GPL-2+
The Files in ./* are Copyright 2019 - Present Adam Honse
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
On Debian systems, the complete text of the GNU Lesser General Public
License, can be found in /usr/share/common-licenses/LGPL.
The Debian packaging is (C) 2006, Chris M <galdarian@gmail.com> and
is licensed under the GPL, see above.
+18
View File
@@ -0,0 +1,18 @@
#!/usr/bin/env bash
# -e is not set should this step fail for whatever reason the installation is still valid
set -u -o pipefail
# Reload rules
if [ -f /bin/udevadm ]; then
udevadm control --reload-rules || echo "done"
udevadm trigger || :
else
echo
echo "\/-------------------------------------------------------\\"
echo "\| Critical: This system does not have udev installed. \|"
echo "\| \|"
echo "\| Please install udev with: sudo apt -y install udev \|"
echo "\\-------------------------------------------------------\/"
echo
fi
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/make -f
export QT_SELECT := qt5
%:
dh $@ --parallel
+1
View File
@@ -0,0 +1 @@
3.0 (native)