Package Details: optimus-manager-git 1:r763.01a04f9.python3.12-1

Git Clone URL: https://aur.archlinux.org/optimus-manager-git.git (read-only, click to copy)
Package Base: optimus-manager-git
Description: Allows using Nvidia Optimus laptop graphics
Upstream URL: https://github.com/Askannz/optimus-manager
Licenses: MIT
Conflicts: bumblebee, envycontrol, nvidia-exec, nvidia-switch, nvidia-xrun, optimus-manager, switcheroo-control
Provides: optimus-manager
Submitter: dude
Maintainer: Askannz (es20490446e)
Last Packager: es20490446e
Votes: 134
Popularity: 0.27
First Submitted: 2019-01-20 22:11 (UTC)
Last Updated: 2024-09-24 10:52 (UTC)

Required by (4)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 13 Next › Last »

es20490446e commented on 2024-07-02 02:02 (UTC)

This package has been deprecated in favor of optimus-manager-git, as every commit is tested for stability.

es20490446e commented on 2024-07-02 00:55 (UTC)

We have merged the upstream PKGBUILD, and now both the pkgver and list of files are correct.

yochananmarqos commented on 2024-06-15 22:08 (UTC)

@es20490446e: I see you're taking care of things upstream now, however flagging this out of date for "missing files" doesn't help the current maintainer. What missing files?

es20490446e commented on 2024-06-15 21:35 (UTC)

If you want I can take care of this package.

Askannz commented on 2023-07-29 00:33 (UTC)

@MarsSeed thanks, done

MarsSeed commented on 2023-07-23 23:41 (UTC)

Please kindly remove python-setuptools from depends; it is only a makedepend.

Askannz commented on 2023-06-24 23:55 (UTC)

@yochananmarqos thanks, fixed

yochananmarqos commented on 2023-06-24 14:16 (UTC)

@Askannz: You have build dependencies as runtime dependencies. Corrected dependencies are:

depends=('python3' 'python-setuptools' 'python-dbus' 'glxinfo' 'xorg-xrandr')

makedepends=('python-build' 'python-installer' 'python-wheel' 'git')

Askannz commented on 2023-06-24 06:20 (UTC)

@AlphaJack done

AlphaJack commented on 2023-06-18 14:48 (UTC)

@Askannz thank you for your update. Can you please adjust the build() and package() functions to reflect this? https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517)