Maybe you should change the upstream to "https://github.com/Shatur/optimus-manager-qt"
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)
VainJoker commented on 2022-01-05 03:05 (UTC)
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
.
Shatur commented on 2021-05-29 14:35 (UTC)
@PowaBanga, it already contains an icon. You can change the icon yourself by overwriting .desktop file in your home directory.
PowaBanga commented on 2021-05-29 08:29 (UTC)
can you edit optimus-manager.desktop to add
icon=optimus-manager
plz ?
Shatur commented on 2021-04-01 20:08 (UTC)
@jusw85, thanks, added.
jusw85 commented on 2021-04-01 12:20 (UTC)
error: could not find git for clone of singleapplication-populate
git
is missing from makedepends
leafh commented on 2021-03-01 11:52 (UTC)
@Shatur 十分感谢 按照你提供的信息,问题已经解决了。
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).