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

* add: asusctl

* Make it build

* Remove empty file

* Add update.rhai

* Don't build on non-x86_64 architecture

* use gitlab update function

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

* fix(asusctl): remove unnecessary patch

* oops

* actually remove the patch

---------

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: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
metcya
2025-11-19 01:49:05 +00:00
committed by GitHub
parent 2b8ce42648
commit bcac3d6bfc
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"