Many fixes for debian build

This commit is contained in:
Luke
2020-07-07 19:36:39 +12:00
parent ae9d0463da
commit 857ef8bcb8
6 changed files with 24 additions and 39 deletions

19
debian/control vendored
View File

@@ -7,7 +7,6 @@ Build-Depends:
cargo,
llvm,
libclang-dev,
dh-systemd,
libusb-1.0-0-dev,
libdbus-1-dev,
pkg-config
@@ -18,9 +17,21 @@ Package: rog-core
Architecture: amd64
Depends:
dbus,
libc6,
systemd,
libusb-1.0-0,
${misc:Depends},
${shlib:Depends}
Description: ASUS ROG Laptop Management
${shlibs:Depends}
Description:ASUS ROG Laptop Management
Extra support for ASUS laptop models:
- GM501
- GX502
- GX531
- G512
- G712
- GX531
- G531
- GA14/GA401. You will need kernel patches
+ https://lab.retarded.farm/zappel/asus-rog-zephyrus-g14/-/tree/master/kernel_patches
- GA15/GA502/GU502 appears to have most things working
- GL703(0x1869)
- GL553/GL753

View File

@@ -8,6 +8,7 @@ case "$1" in
if [ -f $CONF ]; then
mv $CONF $CONF.save
fi
systemctl unmask rog-core.service
#ROG=$(lsusb |grep 0b05 |cut -d ' ' -f 6 |cut -d ':' -f 2)
#sed -i -e "s|==/"1866/"|==/"${ROG}/"|g" /etc/udev/rules.d/99-rog-core.rules
;;