@yochananmarqos Is there any benefit to use libayatana-appindicator over libappinticator?
Search Criteria
Package Details: asusctl 6.1.10-0.1
Package Actions
Git Clone URL: | https://aur.archlinux.org/asusctl.git (read-only, click to copy) |
---|---|
Package Base: | asusctl |
Description: | A control daemon, CLI tools, and a collection of crates for interacting with ASUS ROG laptops |
Upstream URL: | https://asus-linux.org |
Keywords: | anime asus matrix rog |
Licenses: | MPL-2.0 |
Conflicts: | gnome-shell-extension-asusctl-gnome |
Submitter: | fabiscafe |
Maintainer: | fabiscafe |
Last Packager: | fabiscafe |
Votes: | 21 |
Popularity: | 2.53 |
First Submitted: | 2021-09-18 11:01 (UTC) |
Last Updated: | 2025-03-03 22:32 (UTC) |
Dependencies (21)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libusb (libusb-gitAUR)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-gitAUR, systemd-selinuxAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR) (make)
- libayatana-appindicator (make)
- libinput (libinput-multiplierAUR, libinput-noaccumAUR, libinput-three-finger-dragAUR, libinput-gitAUR) (make)
- libusb (libusb-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- seatd (seatd-gitAUR) (make)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-gitAUR, systemd-selinuxAUR) (make)
- acpi_call (acpi_call-dkms, acpi_call-lts) (optional) – fan control
- asusctltray (asusctltray-gitAUR) (optional) – tray profile switcher
- rog-control-centerAUR (optional) – app to control asusctl
- supergfxctlAUR (supergfxctl-gitAUR, supergfxctlAUR) (optional) – hybrid GPU control
Required by (3)
Sources (1)
fabiscafe commented on 2024-03-13 23:19 (UTC)
yochananmarqos commented on 2024-03-13 20:44 (UTC)
@fabiscafe: It seems upstream supports libayatana-appindicator
now. See the README
fabiscafe commented on 2024-03-13 09:21 (UTC)
@yochananmarqos Nice catch! This will be adopted :D
yochananmarqos commented on 2024-03-12 21:01 (UTC)
@fabiscafe: The export is in Rust package guidelines for a reason. ;)
ngoquang2708 commented on 2024-03-12 15:49 (UTC)
Setting CARGO_TARGET_DIR=target is just reset everything back to default value. Anyway, we are already modified CARGO_HOME.
fabiscafe commented on 2024-03-12 15:12 (UTC)
@ngoquang2708 Would you report this upstream? I don't want to workaround an upstream issue caused by a user setting. Because the supported scope of this PKGBUILD is to be build in a clean build environment. 😟
ngoquang2708 commented on 2024-03-12 14:32 (UTC)
In system with global target directory set, build process will fail because asusctl Makefile expected that target is in the asusctl folder. Apply this patch fix the issue.
diff --git a/PKGBUILD b/PKGBUILD
index 487354c..34a7148 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,6 +48,7 @@ build() {
# Keep rust/cargo build-dependency management inside the build directory
export CARGO_HOME="${srcdir}/cargo"
+ export CARGO_TARGET_DIR=target
make build
# gnome-shell extension
bemxio commented on 2024-03-11 16:56 (UTC)
@fabiscafe Got the terminology wrong, but you got what I meant :^) And yeah, after setting up a swap file it still makes my machine unresponsive for a while, but it builds successfully. Thanks!
fabiscafe commented on 2024-03-11 07:33 (UTC)
@bemxio AUR contains PKGBUILDs, not packages. This PKGBUILD builds 3 packages: asusctl, rog-control-center, gnome-shell-extension-asusctl-gnome.
Some of them will require a high amount of system memory (>16GiB) I have an optional swapfile of 30GiB that I swapon to build it, because I'm also pretty limited when it comes to system memory (8GiB).
@redsolja Please try in a clean build environment
bemxio commented on 2024-03-05 11:56 (UTC)
The package makes my system halt when building rog-control-center
. Why is it built anyway, since rog-control-center
is a seperate package? Is there a way to disable building it?
Pinned Comments
fabiscafe commented on 2023-06-13 21:53 (UTC) (edited on 2024-05-11 23:43 (UTC) by fabiscafe)
Official Setup Guide
https://asus-linux.org/guides/arch-guide/
Merge/Pull Requests / Bugreports
https://gitlab.archlinux.org/fabiscafe/asusctl_aur
Known Issues