Search Criteria
Package Details: tlpui-git 2:1.6.4.r0.g2caad18-2
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: | GPL-2.0-or-later |
Conflicts: | tlpui |
Provides: | tlpui |
Submitter: | slact |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 34 |
Popularity: | 0.000444 |
First Submitted: | 2018-05-13 23:54 (UTC) |
Last Updated: | 2024-02-06 09:01 (UTC) |
Dependencies (10)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- python-gobject
- python-toml (python-toml-gitAUR)
- python-yaml (python-yaml-gitAUR)
- tlp (tlp-gitAUR, tlp-ppd-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
Latest Comments
« First ‹ Previous 1 2
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.g360 commented on 2019-08-11 00:11 (UTC) (edited on 2019-08-11 00:12 (UTC) by g360)
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
g360 commented on 2018-10-02 17:45 (UTC)
Hi, can you add this?
provides=(tlpui)
slact commented on 2018-06-06 21:55 (UTC)
It is done.
Tajgeer commented on 2018-06-06 21:21 (UTC)
You should list 'python-gobject' as a dependency. When I was trying to run this tool without mentioned package, I was receiving this error:
Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/opt/tlpui/tlpui/main.py", line 3, in <module> gi.require_version('Gtk', '3.0') AttributeError: module 'gi' has no attribute 'require_version'</module>
« First ‹ Previous 1 2