Search Criteria
Package Details: tlpui-git 2:1.5.0.r0.g83e4129-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/tlpui-git.git (read-only, click to copy) |
---|---|
Package Base: | tlpui-git |
Description: | A GTK user interface for TLP written in Python |
Upstream URL: | https://github.com/d4nj1/TLPUI |
Licenses: | GPL2 |
Conflicts: | tlpui |
Provides: | tlpui |
Submitter: | slact |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 35 |
Popularity: | 0.39 |
First Submitted: | 2018-05-13 23:54 (UTC) |
Last Updated: | 2022-04-15 21:01 (UTC) |
Dependencies (7)
- python-gobject (python-gobject-git)
- tlp (tlp-pmu, tlp-git)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- python-build (make)
- python-installer (python-installer-git) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
1 2 Next › Last »
yochananmarqos commented on 2021-09-27 22:02 (UTC)
@katt: Please do not flag VCS packages out of date. Instead, leave a comment.
NK1406 commented on 2020-12-13 17:47 (UTC) (edited on 2020-12-13 17:47 (UTC) by NK1406)
It should be mentioned that there is now a stable version of this package in the AUR. This may be helpful for people experiencing difficulties with the current git version.
x3oo commented on 2020-12-07 13:44 (UTC)
Traceback (most recent call last): File "/usr/bin/tlpui", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.9/site-packages/pkg_resources/init.py", line 3239, in <module> def _initialize_master_working_set(): File "/usr/lib/python3.9/site-packages/pkg_resources/init.py", line 3222, in _call_aside f(args, *kwargs) File "/usr/lib/python3.9/site-packages/pkg_resources/init.py", line 3251, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.9/site-packages/pkg_resources/init.py", line 567, in _build_master ws.require(requires) File "/usr/lib/python3.9/site-packages/pkg_resources/init.py", line 884, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.9/site-packages/pkg_resources/init.py", line 770, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'TLPUI==0.1' distribution was not found and is required by the application
yochananmarqos commented on 2020-05-28 14:21 (UTC)
@Moonglade: Thanks for the heads up. It turns out the release tags were removed upstream, that's why it doesn't work. The
setup.py
version has never changed since it's creation, but I suppose that's all all there is for now.Moonglade commented on 2020-05-28 08:29 (UTC) (edited on 2020-05-28 08:37 (UTC) by Moonglade)
pkgver() shows errors for me, use this instead:
slact commented on 2019-10-05 19:25 (UTC)
all the issues have been fixed
BrianAllred commented on 2019-10-04 20:26 (UTC)
git
should be a make dep. Building in a clean chroot fails becausegit
isn't part ofbase-devel
and the package builds from a git source.gc1 commented on 2019-08-11 00:11 (UTC) (edited on 2019-08-11 00:12 (UTC) by gc1)
Hey, this package depends on pygtk which is the Python 2 version of the GTK bindings, but TLPUI actually depends on version 3.
The following patch fixes it: https://pastebin.com/U2KmkZ49
gc1 commented on 2018-10-02 17:45 (UTC)
Hi, can you add this?
provides=(tlpui)
1 2 Next › Last »