Package Details: polkit-qt5-git 0.114.0.r13.g590e710-1

Git Clone URL: https://aur.archlinux.org/polkit-qt5-git.git (read-only, click to copy)
Package Base: polkit-qt5-git
Description: A library that allows developers to access PolicyKit API with a nice Qt-style API
Upstream URL: https://invent.kde.org/libraries/polkit-qt-1
Licenses: LGPL
Conflicts: polkit-qt5
Provides: polkit-qt5
Submitter: davispuh
Maintainer: xiota
Last Packager: xiota
Votes: 2
Popularity: 0.000000
First Submitted: 2015-11-05 13:38 (UTC)
Last Updated: 2023-07-03 03:11 (UTC)

Dependencies (4)

Required by (16)

Sources (1)

Latest Comments

xiota commented on 2023-07-03 02:58 (UTC) (edited on 2023-07-03 02:59 (UTC) by xiota)

The reason not to include the leading v in pkgver is it's a non-standard version number. Versions should be comparable with cmpver, and the leading v makes aur/polkit-qt5-git versions incomparable with extra/polkit-qt5 versions.

davispuh commented on 2023-07-02 23:29 (UTC)

Why? I don't see any reason why not include it. I think it makes it very clear it's version 0.114.0

xiota commented on 2023-07-01 04:45 (UTC)

pkgver() needs to be updated to remove the leading v:

git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'

dr460nf1r3 commented on 2021-09-17 10:56 (UTC)

cmake is missing in makedepends :)

davispuh commented on 2021-09-05 13:53 (UTC)

Fixed :)

hanyoung commented on 2021-06-19 06:42 (UTC)

you can use repo on KDE invent: https://invent.kde.org/libraries/polkit-qt-1

ghoti commented on 2021-06-11 18:20 (UTC) (edited on 2021-06-11 18:21 (UTC) by ghoti)

This package is currently not working

  -> Cloning polkit-qt5 git repo...
Cloning into bare repository '/home/oehpr/.cache/yay/polkit-qt5-git/polkit-qt5'...
fatal: remote error: Please use the https: protocol to connect to anongit
==> ERROR: Failure while downloading polkit-qt5 git repo
    Aborting...
error downloading sources: polkit-qt5-git

to fix this, change:

source=("$_pkgname::git+git://anongit.kde.org/polkit-qt-1.git")

to:

source=("$_pkgname::git+https://anongit.kde.org/polkit-qt-1.git")