Package Details: tlpui 2:1.6.5-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: GPL-2.0-or-later
Submitter: hayao
Maintainer: HurricanePootis
Last Packager: HurricanePootis
Votes: 37
Popularity: 1.56
First Submitted: 2020-12-11 11:20 (UTC)
Last Updated: 2024-04-09 14:49 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

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.

TheEdgeOfRage commented on 2023-04-08 11:50 (UTC)

Build is failing currently with hash error. Fixing the hash leads to another error tho

hayao commented on 2023-01-14 10:44 (UTC)

I am no longer the person who should maintain this package.

I hope someone with good intentions will come along to continue the maintenance of this.

I apologize for my selfish decision.

hayao commented on 2022-01-13 13:18 (UTC)

Sorry, I have updated.

starquake commented on 2022-01-07 22:08 (UTC)

There's TLP 1.5.0 now. Is this going to be updated anytime soon?

HurricanePootis commented on 2022-01-07 14:30 (UTC)

This package was flagged out of date because the latest stable release of tlpui on the github is tlpui-1.4.0-1, while this package currently builds tlpui-1.4.0.

soundscape commented on 2021-12-13 09:24 (UTC)

Bit puzzled as to why this package was flagged out of date when the current aur version number matches the current git version...