Package Details: hiprompt-gtk-py r22.8d6ef1d-1

Git Clone URL: https://aur.archlinux.org/hiprompt-gtk-py.git (read-only, click to copy)
Package Base: hiprompt-gtk-py
Description: A GTK+ Himitsu prompter for Wayland
Upstream URL: https://sr.ht/~sircmpwn/himitsu
Keywords: himitsu prompter
Licenses: GPL3
Submitter: torresjrjr
Maintainer: torresjrjr
Last Packager: torresjrjr
Votes: 2
Popularity: 0.184515
First Submitted: 2022-06-20 05:28 (UTC)
Last Updated: 2023-02-26 22:43 (UTC)

Latest Comments

whynothugo commented on 2022-11-21 13:32 (UTC)

Can you bump this to the latest version? There's been a couple of bugfixes (including one where the program can freeze while holding an exclusive keyboard lock).

Here's a patch for latest:

diff --git a/PKGBUILD b/PKGBUILD
index 1f7011c..29ccbe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Byron Torres <b@torresjrjr.com>

 pkgname=hiprompt-gtk-py
-_revision=18 # git rev-list --count master
-_commit=f744993
+_revision=21 # git rev-list --count master
+_commit=d523367b
 pkgver="r$_revision.$_commit"
 pkgrel=1
 pkgdesc='A GTK+ Himitsu prompter for Wayland'
@@ -13,7 +13,7 @@ depends=(python python-gobject gtk3 gtk-layer-shell)
 makedepends=(meson)
 source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$_commit.tar.gz")
 _extractedpath="$pkgname-$_commit"
-sha256sums=('SKIP')
+sha256sums=('5cf0f04325bb1618860e36257ac2b3792e85fc6961f024c66bfe8855de0c90ec')

whynothugo commented on 2022-07-26 13:34 (UTC)

Thanks!

torresjrjr commented on 2022-07-26 11:06 (UTC)

Hi whynothugo,

I have removed the hiprompt-gtk-py.install file and relevant metadata.

whynothugo commented on 2022-07-26 10:01 (UTC) (edited on 2022-07-26 10:02 (UTC) by whynothugo)

You don't need the .install file at all here:

gtk-update-icon-cache isn't needed because the package ships no icons. IF the package had icons, there's already a pacman hook that runs this same command in /usr/share/libalpm/hooks/gtk-update-icon-cache.hook, so it would run twice.

The same applies for glib-compile-schemas and update-desktop-database.