I prefer to set it explicitly to make the website and AUR helpers correctly report dependencies. Having a pinned message should be enough in my opinion.
Search Criteria
Package Details: optimus-manager-qt 1.6.9-3
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.22 |
First Submitted: | 2019-02-27 10:13 (UTC) |
Last Updated: | 2024-07-05 07:58 (UTC) |
Dependencies (6)
- optimus-manager (optimus-manager-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-x11extras
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- qt5-tools (make)
Required by (0)
Sources (1)
Shatur commented on 2024-07-10 09:00 (UTC)
es20490446e commented on 2024-07-10 02:59 (UTC)
See that you are aware of the variable only because you created the package yourself.
Hence my suggestion of selecting it automatically by default, except if the user explicitly chooses otherwise.
Shatur commented on 2024-07-05 07:59 (UTC)
Thanks, updated the PKGBUILD. I decided to keep _with_plasma
explicit.
es20490446e commented on 2024-07-05 02:43 (UTC)
Also you can remove the need for that pined comment by in the PKGBUILD
changing:
# Use KDE API features (recommended for Plasma users)
_with_plasma=false
To:
if pacman --query --info plasma-desktop >/dev/null; then
_with_plasma=true
else
_with_plasma=false
fi
Note that it is _with_plasma
, not plasma
.
es20490446e commented on 2024-07-05 02:36 (UTC)
This package no longer builds. You will need to change the depend optimus-manager>=1.4
to optimus-manager
.
As optimus-manager
has changed the way it is versioned, and now each commit is considered a stable release with retrocompatibility warrant.
It is numbered after each git release (r728.97e4f15.python3.12
).
Also the package optimus-manager
has been removed, and now we only have optimus-manager-git
.
Shatur commented on 2023-10-20 11:20 (UTC)
Should be fixed now.
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.
Pinned Comments
Shatur commented on 2019-02-27 10:15 (UTC) (edited on 2024-07-05 07:58 (UTC) by Shatur)
If you are using Plasma, it is recommended to replace in PKGBUILD
_with_plasma=false
with_with_plasma=true
to use additional KDE API feautures (this also adds additional dependencies).