mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-14 09:34:39 -04:00
debian: Adding separate package for udev rule
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
This commit is contained in:
committed by
Adam Honse
parent
1db412e970
commit
3a5ebe387e
13
debian/control
vendored
13
debian/control
vendored
@@ -24,3 +24,16 @@ Depends:
|
||||
${misc:Depends},
|
||||
Description: Open source RGB lighting control
|
||||
OpenRGB controls RGB lighting
|
||||
|
||||
Package: openrgb-udev
|
||||
Architecture: any
|
||||
Depends:
|
||||
libqt5gui5,
|
||||
libqt5core5a,
|
||||
libusb-1.0-0,
|
||||
libhidapi-hidraw0,
|
||||
libhidapi-libusb0,
|
||||
${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
Description: Open source RGB lighting control - udev rule
|
||||
OpenRGB controls RGB lighting
|
||||
|
||||
1
debian/openrgb-udev.install
vendored
Normal file
1
debian/openrgb-udev.install
vendored
Normal file
@@ -0,0 +1 @@
|
||||
./99-openrgb.rules lib/udev/rules.d/
|
||||
3
debian/openrgb.install
vendored
Normal file
3
debian/openrgb.install
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/usr/bin/
|
||||
/usr/share/applications/
|
||||
/usr/share/pixmaps
|
||||
Reference in New Issue
Block a user