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()
Search Criteria
Package Details: pkgbrowser 0.20.1-1
| Git Clone URL: | https://aur.archlinux.org/pkgbrowser.git (read-only) |
|---|---|
| Package Base: | pkgbrowser |
| Description: | A utility for browsing pacman databases and the AUR |
| Upstream URL: | https://bitbucket.org/kachelaqa/pkgbrowser |
| Licenses: | |
| Submitter: | kachelaqa |
| Maintainer: | kachelaqa |
| Last Packager: | kachelaqa |
| Votes: | 256 |
| Popularity: | 4.185151 |
| First Submitted: | 2011-04-20 18:18 |
| Last Updated: | 2017-01-06 18:27 |
Dependencies (5)
Required by (1)
Sources (1)
Latest Comments
rafaelff commented on 2017-02-15 02:22
GSF1200S commented on 2017-02-03 00:44
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
@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
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
Yes. Tried again. Now starts.
blackhole commented on 2017-02-01 17:32
But now is compiling fine with qt5
martynjy commented on 2017-02-01 17:23
Ditto @blackhole.
Installed 'pkgbrowser-qt4' instead.
kachelaqa commented on 2017-01-07 01:01
@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
Why are you using dependencies like "python<3.6" and "python<3.7"? Do you expect every new Python version to break backwards-compatibility?
blackhole commented on 2017-01-06 16:04
Maybe the new python was not completely installed. Just now...
File "/usr/lib/pkgbrowser/main.py", line 9, in <module>
sys.exit(app.run())
File "/usr/lib/pkgbrowser/pkgbrowser/app.py", line 112, in run
app.window().setup()
File "/usr/lib/pkgbrowser/pkgbrowser/app.py", line 56, in window
from pkgbrowser.window import Window
File "/usr/lib/pkgbrowser/pkgbrowser/window.py", line 18, in <module>
from pkgbrowser.backend import (
File "/usr/lib/pkgbrowser/pkgbrowser/backend.py", line 13, in <module>
from pkgbrowser import alpm, conf, utils
ImportError: cannot import name 'alpm