From 3a5ebe387e9e423f45dd79143f87ce2ab42a3c24 Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Fri, 19 Jun 2020 19:13:33 +0200 Subject: [PATCH] debian: Adding separate package for udev rule Signed-off-by: Thomas Karl Pietrowski --- debian/control | 13 +++++++++++++ debian/openrgb-udev.install | 1 + debian/openrgb.install | 3 +++ 3 files changed, 17 insertions(+) create mode 100644 debian/openrgb-udev.install create mode 100644 debian/openrgb.install diff --git a/debian/control b/debian/control index 701da33f..841e7f83 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/openrgb-udev.install b/debian/openrgb-udev.install new file mode 100644 index 00000000..8375d87c --- /dev/null +++ b/debian/openrgb-udev.install @@ -0,0 +1 @@ +./99-openrgb.rules lib/udev/rules.d/ diff --git a/debian/openrgb.install b/debian/openrgb.install new file mode 100644 index 00000000..3ba5ed31 --- /dev/null +++ b/debian/openrgb.install @@ -0,0 +1,3 @@ +/usr/bin/ +/usr/share/applications/ +/usr/share/pixmaps