fix (asusctl): delete .patch file, remove -p1 flag (#7472) (#7475)

* add: asusctl

* Make it build

* Remove empty file

* Add update.rhai

* Don't build on non-x86_64 architecture

* use gitlab update function



* fix(asusctl): remove unnecessary patch

* oops

* actually remove the patch

---------




(cherry picked from commit bcac3d6bfc)

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Signed-off-by: metcya <134973769+metcya@users.noreply.github.com>
Co-authored-by: metcya <134973769+metcya@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2025-11-18 17:50:35 -08:00
committed by GitHub
parent 24f633b6c3
commit 985eb98aea
2 changed files with 1 additions and 14 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ A one-stop-shop GUI tool for asusd/asusctl. It aims to provide most controls,
a notification service, and ability to run in the background.
%prep
%autosetup -p1 -n asusctl-%version
%autosetup -n asusctl-%version
%cargo_prep_online
%build
-13
View File
@@ -1,13 +0,0 @@
diff --git a/Makefile b/Makefile
index 6db2b96..232c993 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ install-data-asusd_user:
.PHONY: install-data-asusd install-data-asusd_user
-install-data: install-data-asusd install-data-rog_gui
+install-data: install-data-asusd install-data-rog_gui install-data-asusd_user
install: install-program install-data
$(INSTALL_DATA) "./LICENSE" "$(DESTDIR)$(datarootdir)/asusctl/LICENSE"