Package Details: clight-gui-git r93.29e7216-1

Git Clone URL: https://aur.archlinux.org/clight-gui-git.git (read-only, click to copy)
Package Base: clight-gui-git
Description: Qt GUI for Clight
Upstream URL: https://github.com/nullobsi/clight-gui
Licenses: GPL-3.0-or-later
Conflicts: clight-gui
Provides: clight-gui
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 8
Popularity: 0.000011
First Submitted: 2021-01-23 03:31 (UTC)
Last Updated: 2024-01-20 20:38 (UTC)

Dependencies (5)

Required by (2)

Sources (2)

Latest Comments

luciferin commented on 2021-11-05 13:21 (UTC) (edited on 2021-11-05 13:22 (UTC) by luciferin)

@yochananmarqos Sorry for the delayed response here, I forgot to turn on notifications.

I'm using GNOME but I use tray icons through an extension. So yes, the status icon is what I was looking for. The app icon was displaying properly when launching from GNOME.

yochananmarqos commented on 2021-11-02 16:40 (UTC)

@nullobsi: QtXml is part of qt5-base which qt5-charts depends on.

❯ pacman -Ql qt5-base | grep libQt5Xml
qt5-base /usr/lib/libQt5Xml.prl
qt5-base /usr/lib/libQt5Xml.so
qt5-base /usr/lib/libQt5Xml.so.5
qt5-base /usr/lib/libQt5Xml.so.5.15
qt5-base /usr/lib/libQt5Xml.so.5.15.2

nullobsi commented on 2021-11-02 16:06 (UTC)

I recently added a dependency for QtXml. it would be great if you could add that into the depends :)

yochananmarqos commented on 2021-06-16 17:03 (UTC)

@acb_netsurfer: When Clight GUI was first released, some things were based on commits from the Clight master branch and did not work with the stable release. That's no longer the case, so I'll adjust it.

ablankley commented on 2021-06-16 16:48 (UTC)

Is there a reason why this is dependent on clight-git rather than clight? The way the depends clause is written, clight isn't supported as a dependency. I think that clause should use clight as the required dependency rather than clight-git. After all, the latter provides clight, so either could be used after such a change to the PKGBUILD.

yochananmarqos commented on 2021-03-12 21:04 (UTC) (edited on 2021-03-12 21:09 (UTC) by yochananmarqos)

@luciferin: The icons are baked into the binary, that shouldn't be necessary. Besides, that's the wrong directory. Those are status icons, not app icons.

What DE / WM are you using?

luciferin commented on 2021-03-12 20:48 (UTC)

Package is missing tray icons.

I added the following lines to the PKGBUILD to have them installed:

install -Dm644 "$srcdir/${pkgname%-git}/src/resources/icons/brightness-high-dark.svg" -t "$pkgdir/usr/share/icons/hicolor/scalable/apps/"
install -Dm644 "$srcdir/${pkgname%-git}/src/resources/icons/brightness-high-light.svg" -t "$pkgdir/usr/share/icons/hicolor/scalable/apps/"
install -Dm644 "$srcdir/${pkgname%-git}/src/resources/icons/brightness-low-dark.svg" -t "$pkgdir/usr/share/icons/hicolor/scalable/apps/"
install -Dm644 "$srcdir/${pkgname%-git}/src/resources/icons/brightness-low-light.svg" -t "$pkgdir/usr/share/icons/hicolor/scalable/apps/"
install -Dm644 "$srcdir/${pkgname%-git}/src/resources/icons/brightness-minus-dark.svg" -t "$pkgdir/usr/share/icons/hicolor/scalable/apps/"
install -Dm644 "$srcdir/${pkgname%-git}/src/resources/icons/brightness-minus-light.svg" -t "$pkgdir/usr/share/icons/hicolor/scalable/apps/"
install -Dm644 "$srcdir/${pkgname%-git}/src/resources/icons/brightness-plus-dark.svg" -t "$pkgdir/usr/share/icons/hicolor/scalable/apps/"
install -Dm644 "$srcdir/${pkgname%-git}/src/resources/icons/brightness-plus-light.svg" -t "$pkgdir/usr/share/icons/hicolor/scalable/apps/"
install -Dm644 "$srcdir/${pkgname%-git}/src/resources/icons/window-icon-dark.svg" -t "$pkgdir/usr/share/icons/hicolor/scalable/apps/"
install -Dm644 "$srcdir/${pkgname%-git}/src/resources/icons/window-icon-light.svg" -t "$pkgdir/usr/share/icons/hicolor/scalable/apps/"