Should be fixed now.
Search Criteria
Package Details: optimus-manager-qt 1.6.9-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/optimus-manager-qt.git (read-only, click to copy) |
---|---|
Package Base: | optimus-manager-qt |
Description: | A Qt interface for Optimus Manager that allows to configure and switch GPUs on Optimus laptops using the tray menu |
Upstream URL: | https://github.com/Shatur/optimus-manager-qt |
Keywords: | Intel Nvidia Optimus Qt |
Licenses: | GPL3 |
Submitter: | Shatur |
Maintainer: | Shatur |
Last Packager: | Shatur |
Votes: | 70 |
Popularity: | 0.100203 |
First Submitted: | 2019-02-27 10:13 (UTC) |
Last Updated: | 2023-10-20 10:51 (UTC) |
Dependencies (6)
- optimus-managerAUR (optimus-manager-openrc-gitAUR, optimus-managerAUR, optimus-manager-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-x11extras (qt5-x11extras-gitAUR)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- qt5-tools (qt5-tools-gitAUR) (make)
Required by (0)
Sources (1)
Shatur commented on 2023-10-20 11:20 (UTC)
archlegion commented on 2023-10-20 11:10 (UTC)
I get this, while updating with pacman. error: failed to prepare transaction (could not satisfy dependencies) :: installing knotifications5 (5.111.0-1) breaks dependency 'knotifications' required by optimus-manager-qt :: installing kiconthemes5 (5.111.0-1) breaks dependency 'kiconthemes' required by optimus-manager-qt
OS: Arch Linux x86_64 6.5.7-arch1-1
Desktop environment: KDE Plasma 5.27.8
Optimus Manager version: 1.5-4
Optimus Manager Qt version: 1.6.9-
Shatur commented on 2022-05-23 11:20 (UTC)
@lybin saw you added me as a co-maintainer for optimus-manager-qt-kde
. Will remove plasma
option from this package.
lybin commented on 2022-05-17 16:34 (UTC)
It might be more correct to create another package optimus-manager-qt-kde. Every time need to edit that file and need not forget to do that.
So, why I'm in comments :) Icons disappeared in the latest update.
Shatur commented on 2022-01-05 08:18 (UTC) (edited on 2022-01-05 08:18 (UTC) by Shatur)
@VainJoker done, thanks. I just recently changed my nickname on GitHub a little.
VainJoker commented on 2022-01-05 03:05 (UTC)
Maybe you should change the upstream to "https://github.com/Shatur/optimus-manager-qt"
Shatur commented on 2021-09-12 06:13 (UTC) (edited on 2021-09-12 06:14 (UTC) by Shatur)
@chirsz, the _with_plasma
environment variable will look strange. Usually you should edit such PKGBUILDs.
Shatur commented on 2021-09-12 06:12 (UTC) (edited on 2021-09-12 06:14 (UTC) by Shatur)
@utx0, yes, it should.
utx0 commented on 2021-09-12 00:05 (UTC)
does this package work with gnome at all??
chirsz commented on 2021-07-01 11:02 (UTC) (edited on 2021-07-01 11:04 (UTC) by chirsz)
Maybe it's better to check and set default value of _with_plasma
instead of setting it directly?
Like that:
diff --git a/PKGBUILD b/PKGBUILD
index d43aba7..2bbb0b8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,10 @@
# Maintainer: Shatur <genaloner@gmail.com>
# Use KDE API features (recommended for Plasma users)
-_with_plasma=false
+if [ -z _with_plasma ]
+then
+ _with_plasma=false
+fi
pkgname=optimus-manager-qt
pkgver=1.6.3
Then we could use environment variable _with_plasma
to set it, no need to edit PKGBUILD
.
Pinned Comments
Shatur commented on 2019-02-27 10:15 (UTC) (edited on 2019-05-12 15:02 (UTC) by Shatur)
If you are using Plasma, it is recommended to replace in PKGBUILD
_plasma=false
with_plasma=true
to use additional KDE API feautures (this also adds additional dependencies).