Package Details: hiprompt-gtk-py-git r12.9c457a9-1

Git Clone URL: https://aur.archlinux.org/hiprompt-gtk-py-git.git (read-only, click to copy)
Package Base: hiprompt-gtk-py-git
Description: A GTK+ Himitsu prompter for Wayland
Upstream URL: https://sr.ht/~sircmpwn/himitsu
Licenses: GPL-3.0
Conflicts: hiprompt-gtk-git
Provides: hiprompt-gtk
Submitter: fossdd
Maintainer: apreiml
Last Packager: fossdd
Votes: 0
Popularity: 0.000000
First Submitted: 2022-06-09 12:19 (UTC)
Last Updated: 2022-06-09 12:19 (UTC)

Latest Comments

whynothugo commented on 2022-11-01 12:44 (UTC)

Builds with this package don't work. Python modules are not installed properly.

whynothugo commented on 2022-11-01 12:14 (UTC)

git is missing as a build dependency:

==> ERROR: Cannot find the git package needed to handle git sources.
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/hugo/build
error: failed to download sources for 'hiprompt-gtk-py-git-r12.9c457a9-1': failed to run: makechrootpkg -c -r /var/lib/aurbuild/x86_64 -D /var/lib/paru -d /var/cache/pacman/pkg/ -- -ofA: 
error: packages failed to build: hiprompt-gtk-py-git-r12.9c457a9-1

Here's a patch:

diff --git a/.SRCINFO b/.SRCINFO
index fb70891..d4c9768 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = hiprompt-gtk-py-git
    makedepends = python
    makedepends = gtk-layer-shell
    makedepends = gtk3
+   makedepends = git
    provides = hiprompt-gtk
    conflicts = hiprompt-gtk-git
    source = git+https://git.sr.ht/~sircmpwn/hiprompt-gtk-py
diff --git a/PKGBUILD b/PKGBUILD
index bf7aedc..01204d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='https://sr.ht/~sircmpwn/himitsu'
 license=(GPL-3.0)
 arch=(x86_64)
 depends=()
-makedepends=(meson python gtk-layer-shell gtk3)
+makedepends=(meson python gtk-layer-shell gtk3 git)
 conflicts=(hiprompt-gtk-git)
 provides=(hiprompt-gtk)
 source=("git+https://git.sr.ht/~sircmpwn/hiprompt-gtk-py")