Package Details: randrctl-git 1.8.0.r1.ad847b3-1

Git Clone URL: https://aur.archlinux.org/randrctl-git.git (read-only, click to copy)
Package Base: randrctl-git
Description: Lightweight profile based screen manager for X
Upstream URL: http://github.com/edio/randrctl
Licenses: GPL3
Conflicts: randrctl
Provides: randrctl
Submitter: edio
Maintainer: edio
Last Packager: edio
Votes: 6
Popularity: 0.000000
First Submitted: 2014-09-07 13:26 (UTC)
Last Updated: 2018-10-24 00:47 (UTC)

Latest Comments

1 2 Next › Last »

dreieck commented on 2026-02-02 21:50 (UTC)

Also please check if python-setuptools really is needed at all, and as a dependency and not a make dependency. Most likely it is wrongly in the depends array.

Regards and thanks for the package!

dreieck commented on 2026-02-02 21:50 (UTC) (edited on 2026-02-02 21:51 (UTC) by dreieck)

package() fails for me with

==> Starting package()...
python: can't open file '/tmp/makepkg/build/randrctl-git/src/randrctl/setup.py': [Errno 2] No such file or directory

Please switch to wheel based installation. The the PKGBUILD of the package randrctl.

edio commented on 2018-10-24 01:07 (UTC)

@Perdu, I added python-pbr to makedepends array (it is only required for installation). Thanks for noticing!

Perdu commented on 2018-10-23 08:25 (UTC)

python-pbr is missing as a dependency, otherwise build fails: distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')

edio commented on 2018-09-01 20:55 (UTC)

Sorry, missed that. Should be fixed now. Thanks for the heads up!

xduugu commented on 2018-09-01 10:31 (UTC)

Thanks edio for fixing it. However, the package of pyyaml is called python-yaml.

edio commented on 2018-08-31 14:07 (UTC)

@xduugu, thank you for suggested fixes. Done.

xduugu commented on 2018-08-30 20:09 (UTC) (edited on 2018-08-30 20:12 (UTC) by xduugu)

Could you fix some more issues in the PKGBUILD?

  • python-setuptools and python-yaml should be added as dependencies, python can be removed as it is already a dependency of the python packages
  • from namcap: "randrctl-git E: GPLv3 is not a common license (it's not in /usr/share/licenses/common/)" -> license needs to be changed to "GPL3"

Thanks!

edio commented on 2018-08-29 05:30 (UTC)

@deboeckj

Thanks for reporting.

I moved away from packit to pbr (still not bare setup-tools, but hope this will cause less troubles).

Also I added python-argcomplete package to dependencies array.

deboeckj commented on 2018-08-26 06:16 (UTC)

The way packit was installed failed big time with me

    self.package_index.add(dist)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", 
    dists.sort(key=operator.attrgetter('hashcmp'), reverse=True)
TypeError: '<' not supported between instances of 'Version' and 'Vers
==> ERROR: A failure occurred in package().
    Aborting...

Manually pip installing it resolved it (pip3 install --user packit)

Current version also depends on python-argcomplete