Package Details: pkgbrowser 0.29.1-1

Git Clone URL: https://aur.archlinux.org/pkgbrowser.git (read-only, click to copy)
Package Base: pkgbrowser
Description: A utility for browsing pacman databases and the AUR
Upstream URL: https://codeberg.org/kachelaqa/pkgbrowser
Licenses: GPL2
Submitter: kachelaqa
Maintainer: kachelaqa
Last Packager: kachelaqa
Votes: 284
Popularity: 0.83
First Submitted: 2011-04-20 18:18 (UTC)
Last Updated: 2026-02-13 20:37 (UTC)

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 23 Next › Last »

rafaelff commented on 2017-02-15 02:22 (UTC)

xdg-icon-resources is just a wrapper around gtk-update-icon-cache, which is already provided as hook for pacman (FS#49116). You may safely remove the .install file. On the other hand, package 'hicolor-icon-theme' is reported by `namcap' as a dependency for this package. Consider adding it to depends()

GSF1200S commented on 2017-02-03 00:44 (UTC)

All of those packages were up-to-date and the same versions as yours- turns out I had qt5-styleplugins-git which of course needed to be rebuilt. I leave this comment in case anyone else suffers the same stupidity I did. I would have realized this earlier if I had pkgbrowser for an overview :P For those with this issue who seek to avoid it again, prolly better to use qt5-styleplugins instead. Sorry for the bother...

kachelaqa commented on 2017-02-02 22:57 (UTC)

@GSF1200S. I just re-built to make sure, and everything is working okay for me. It looks like your Qt setup is out of sync. Here is what I currently have: gcc 6.3.1 20170109, python 3.6.0, qt 5.8.0, sip 4.19, pyqt 5.7.1 cython 0.25.2

GSF1200S commented on 2017-02-02 22:36 (UTC)

Cannot mix incompatible Qt library (version 0x50701) with this library (version 0x50800) Aborted (core dumped) Arch is completely up-to-date, and I installed pkgbrowser again just to make sure. Not too hot on python/QT stuff so perhaps Ive muffed up something. Had this problem awhile ago, but I think an update fixed it. Havent been able to test locale fixes you mentioned on the forums because I cant launch! Ill keep looking into it...

martynjy commented on 2017-02-01 18:11 (UTC)

Yes. Tried again. Now starts.

blackhole commented on 2017-02-01 17:32 (UTC)

But now is compiling fine with qt5

martynjy commented on 2017-02-01 17:23 (UTC) (edited on 2017-02-01 17:23 (UTC) by martynjy)

Ditto @blackhole. Installed 'pkgbrowser-qt4' instead.

kachelaqa commented on 2017-01-07 01:01 (UTC) (edited on 2017-01-07 01:04 (UTC) by kachelaqa)

@cryzed. Yes, every major version change of python can break a wide range of python packages, any one of which may directly or indirectly affect pkgbrowser. At the very least, the libalpm extension module will need to be recompiled (using cython) - that's what caused the import-error referred to in the comment below yours.

cryzed commented on 2017-01-07 00:45 (UTC)

Why are you using dependencies like "python<3.6" and "python<3.7"? Do you expect every new Python version to break backwards-compatibility?