Search Criteria
Package Details: superpaper 2.1.0-1
Git Clone URL: | https://aur.archlinux.org/superpaper.git (read-only, click to copy) |
---|---|
Package Base: | superpaper |
Description: | Cross-platform multi monitor wallpaper manager |
Upstream URL: | https://github.com/hhannine/Superpaper |
Licenses: | |
Submitter: | twa022 |
Maintainer: | twa022 |
Last Packager: | twa022 |
Votes: | 4 |
Popularity: | 0.013159 |
First Submitted: | 2019-05-19 15:05 |
Last Updated: | 2020-10-23 19:41 |
Dependencies (7)
- python-numpy (python-numpy-mkl, python-numpy-openblas, python-numpy-mkl-bin)
- python-wxpython
- python-xpybutil
- python-screeninfo>=0.6.1
- python-system_hotkey>=1.0.2+10+9541587
- python-pillow>=7.0 (python-pillow-git, python-pillow-simd)
- python-setuptools (make)
Latest Comments
« First ‹ Previous 1 2
Akrai commented on 2020-04-24 17:10
today i woke up decided to use superpaper and just took python-pillow-simd pkgbuild and just redirected to 7.1.1 of python-pillow, the rest is the same. And it works. I don't know how i'm even capable of maintaining two packages and not being able to do things like this quickly
Gr3q commented on 2020-04-24 16:42
I wouldn't recommend using a different package manager, but you could maybe potentially theoretically use python-pip and install Pillow with
pip3 install --user -Iv pillow==7.0.0
while it is not updated in the main repos. It will be installed in your home folder~/.local/lib/python3.8/site-packages
, so it does not conflict with pacman.Again this is not a recommendation.
wazlecracker commented on 2020-04-23 20:06
The version of pillow required by this is higher than what gets installed with this.
Akrai commented on 2020-04-23 19:52
hmmm i can't manage to make it run, it keeps telling me that pillow >= 7 is missing but i have python-pillow-simd installed
ekce commented on 2019-12-06 03:41
There are some small bugs in the pkgbuild file.
1) The hash for the
superpaper-1.1.2
needs to be updated.2)
superpaper-1.1.2
is no longer capitalized so instances of${pkgname^}
can be replaced by${pkgname}
.3) The version number has changed for the desktop entry.