Package Details: asusctl-git 4.7.0.RC2.r0.g8be0e7e-1

Git Clone URL: https://aur.archlinux.org/asusctl-git.git (read-only, click to copy)
Package Base: asusctl-git
Description: Asus laptop control utilities
Upstream URL: https://gitlab.com/asus-linux/asusctl
Keywords: asus asus-nb-ctrl asusctl rog-core zephyrus
Licenses: MPL2
Conflicts: asusctl
Provides: asusctl
Submitter: Static_Rocket
Maintainer: ModYokosuka
Last Packager: Static_Rocket
Votes: 8
Popularity: 0.002177
First Submitted: 2021-04-22 00:51 (UTC)
Last Updated: 2023-07-07 05:17 (UTC)

Pinned Comments

Static_Rocket commented on 2020-10-03 04:51 (UTC) (edited on 2023-04-26 03:02 (UTC) by Static_Rocket)

This is an unofficial package. It only exists for those who would prefer to build asusctl from the source instead of relying on the Asus-Linux binary repository. For more info on the binary repo look at https://asus-linux.org/wiki/arch-guide/

Latest Comments

« First ‹ Previous 1 2 3

Static_Rocket commented on 2021-05-01 19:07 (UTC)

Could you elaborate on "installing it yields errors" and the link in the comments is dead because the creator doesn't wish to support arch any more and has removed a lot of the old documentation. Not a whole lot I can do about that.

cvelteren commented on 2021-05-01 18:43 (UTC)

@Static_Rocket what is the status of this package? Installing it yields errors and the link in the pinned comment is dead.

arglebargle commented on 2021-04-29 06:49 (UTC)

It might be a good idea to add a couple more packages to the provides and conflicts stanzas so that this cleanly interacts with both the binary and git packages for asus-nb-ctrl and the old rog-core. These enable you to install this package and have your package manager remove the conflicting packages at the same time:

diff --git a/PKGBUILD b/PKGBUILD
index c4db3f3..5c55b47 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=('MPL2')
 depends=('libusb' 'udev' 'systemd')
 optdepends=('acpi_call: fan control')
 makedepends=('git' 'rust')
-provides=('asusctl')
-conflicts=('asus-nb-ctrl-git')
+provides=('asusctl' 'asus-nb-ctrl')
+conflicts=('asus-nb-ctrl-git' 'asus-nb-ctrl' 'rog-core')
 source=('git+https://gitlab.com/asus-linux/asusctl.git')
 md5sums=('SKIP')

Static_Rocket commented on 2020-11-20 16:44 (UTC)

Taken care of

Baldo commented on 2020-11-20 16:34 (UTC)

Could you please add provide=("asus-nb-ctrl") so that either of the two versions (this and the one from the g14 repo) can be used as a requirement in other packages (e.g. zephyrusbling-git, which I maintain)?

Static_Rocket commented on 2020-10-03 04:51 (UTC) (edited on 2023-04-26 03:02 (UTC) by Static_Rocket)

This is an unofficial package. It only exists for those who would prefer to build asusctl from the source instead of relying on the Asus-Linux binary repository. For more info on the binary repo look at https://asus-linux.org/wiki/arch-guide/