Package Details: tlpui 1:1.6.0-1

Git Clone URL: https://aur.archlinux.org/tlpui.git (read-only, click to copy)
Package Base: tlpui
Description: A GTK user interface for TLP written in Python
Upstream URL: https://github.com/d4nj1/TLPUI
Keywords: tlp tlpui
Licenses: GPL2
Submitter: hayao
Maintainer: HelloImWar
Last Packager: HelloImWar
Votes: 29
Popularity: 1.66
First Submitted: 2020-12-11 11:20 (UTC)
Last Updated: 2023-08-27 05:31 (UTC)

Latest Comments

1 2 3 Next › Last »

eritquearcus commented on 2023-09-13 02:06 (UTC)

pls update the checksum for v1.6.0: ffeaec34fc1c7e27f358240faee9dc1935b673204f0d4f0d863486d65eb3db94 TLPUI#137

redwan commented on 2023-09-10 15:01 (UTC) (edited on 2023-09-10 15:49 (UTC) by redwan)

It builds without error, but the application refuses to run because it cannot find this png file in /usr/lib/python3.11/site-packages/tlpui/icons/flags/.

Copying the .png file to that location does solve the error. But I am wondering how did the error occur even after 3 reinstallation.

harnis commented on 2023-09-03 18:34 (UTC)

like prochac i use this command to solve problem : yay --editmenu --editor=nano -S tlpui and change the SHA256 with this one : ffeaec34fc1c7e27f358240faee9dc1935b673204f0d4f0d863486d65eb3db94 after that the install work.

griffi-gh commented on 2023-09-01 23:10 (UTC) (edited on 2023-09-01 23:10 (UTC) by griffi-gh)

It fails to build...

==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'tlpui-1:1.6.0-1': 
error: packages failed to build: tlpui-1:1.6.0-1

griffi-gh commented on 2023-09-01 23:08 (UTC) (edited on 2023-09-01 23:09 (UTC) by griffi-gh)

out of date?

prochac commented on 2023-08-27 13:54 (UTC) (edited on 2023-08-27 13:55 (UTC) by prochac)

I have used yay --editmenu -S tlpui and replaced the wrong SHA256 hash ba4dcaf655d01477169c32005b92c68776b00b65ac045d1e163d8c21929bf421 by ffeaec34fc1c7e27f358240faee9dc1935b673204f0d4f0d863486d65eb3db94

MartinX3 commented on 2023-08-27 08:37 (UTC)

sha256sums failed for tlpui-1.6.0.zip

warp4ever commented on 2023-08-26 12:57 (UTC)

No such file or directory: '/usr/lib/python3.11/site-packages/tlpui/defaults/tlp-1_6.conf

SOLVED: cp tlp-1_5.conf tlp-1_6.conf

HelloImWar commented on 2023-04-08 20:36 (UTC)

Sorry about that, guys. The update from 12 hours ago was unintended. Build should pass now.

dhruvasambrani commented on 2023-04-08 14:42 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index fba646d..9d55b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,16 +22,16 @@ source=(
     "tlpui-${_tlpui_ver}.zip::https://github.com/d4nj1/TLPUI/archive/tlpui-${_tlpui_ver}.zip"
     "${pkgname}.desktop"
 )
-sha256sums=(${_sha256}
+sha256sums=('85bd5177119a7bc7f1c60d8c3ebadc5c7d61aff27ffc5ff0c90c65c6b3becfbf'
             'fbf9e4b92bff5c92f5ced1ee1b155110b32cd128e5f066260d8dc6cea163c4af')

 build() {
-    cd "${srcdir}/TLPUI-tlpui-${_tlpui_ver}"
+    cd "${srcdir}/TLPUI-e5f5ae6210910174561e66b33ac8c622d8cb2bb2"
     python ./setup.py build
 }

 package() {
-    cd "${srcdir}/TLPUI-tlpui-${_tlpui_ver}"
+    cd "${srcdir}/TLPUI-e5f5ae6210910174561e66b33ac8c622d8cb2bb2"
     export PYTHONHASHSEED=0
     python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build

This patch should fix the build.