Package Details: artemisrgb-git 1.2023.1130.0-1

Git Clone URL: https://aur.archlinux.org/artemisrgb-git.git (read-only, click to copy)
Package Base: artemisrgb-git
Description: A universal RGB control software
Upstream URL: https://artemis-rgb.com/
Keywords: openrgb rgb rgb-leds rgb-perhipherals
Licenses: custom:PolyForm Noncommercial License 1.0.0
Conflicts: artemisrgb
Provides: artemisrgb
Submitter: OmegaRogue
Maintainer: OmegaRogue
Last Packager: OmegaRogue
Votes: 1
Popularity: 0.001341
First Submitted: 2023-07-10 13:41 (UTC)
Last Updated: 2023-11-30 15:38 (UTC)

Latest Comments

shaybox commented on 2024-04-30 17:48 (UTC) (edited on 2024-05-13 23:26 (UTC) by shaybox)

Icon is still broken, and the pkgver also isn't being detected by AUR helpers to trigger a rebuild when there's an upstream update.

EDIT: And the package isn't able to build without deleting the src/pkg dirs (clean build), you need to add a rm -rf src pkg if that's the case. EDIT2: The wootility-appimage package is required for Wooting device support (udev rules), this should probably be an optional dependency.

mklein994 commented on 2024-02-23 03:39 (UTC)

I think the icon isn't being referenced correctly:

diff --git a/PKGBUILD b/PKGBUILD
index e77df9c..fa7a453 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,7 @@ package() {
   install -Dm644 "$srcdir/Artemis/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"

    # Icon for .desktop
-  install -Dm644 "${srcdir}/artemis.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/$pkgname.png"
+  install -Dm644 "${srcdir}/artemis.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/artemis.png"

   # .desktop
   install -Dm644 "${srcdir}/artemis.desktop" "${pkgdir}/usr/share/applications/${pkgname%-git}.desktop"

The icon is currently placed in /usr/share/icons/hicolor/256x256/apps/artemisrgb-git.png, which is different from what the artemis.desktop file is saying:

[Desktop Entry]
Name=Artemis
Type=Application
Exec=/usr/bin/artemisrgb
Icon=/usr/share/icons/hicolor/256x256/apps/artemis.png
Categories=Tools

OmegaRogue commented on 2023-11-30 15:39 (UTC)

Should be fixed now

OmegaRogue commented on 2023-11-30 09:35 (UTC)

Will do that, seems like i did most of the work and then forgot about it and never pushed anything

synchro commented on 2023-09-23 06:46 (UTC) (edited on 2023-09-23 07:30 (UTC) by synchro)

EDIT: It also appears that Plugins are not zipped up correctly, it looks like the directories are being zipped and not the files. Try adapting this as I find the zip utility is finicky with stripping folders.

Heyo, Would it be possible to get zip added to the makerequires? It looks like it's needed to zip up the plugins.