Package Details: hydrapaper-git 3.3.1.r0.g876d292-1

Git Clone URL: https://aur.archlinux.org/hydrapaper-git.git (read-only, click to copy)
Package Base: hydrapaper-git
Description: Wallpaper manager with multi monitor support
Upstream URL: https://hydrapaper.gabmus.org
Licenses: GPL3
Conflicts: hydrapaper
Provides: hydrapaper
Submitter: gabmus
Maintainer: gabmus
Last Packager: gabmus
Votes: 8
Popularity: 0.000000
First Submitted: 2018-01-20 23:17 (UTC)
Last Updated: 2022-05-14 15:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

yochananmarqos commented on 2021-11-15 18:06 (UTC)

@GabMus: Could you update the commit hash in the pkgver? Yay thinks there's an update from 3.2.0.r0.g593f694-1 -> 3.2.0.r0.gab5a473-1, but 593f694 is the latest commit.

gabmus commented on 2021-10-27 06:04 (UTC)

@scan it's because of pandoc, I just made an alternate version called hydrapaper-no-pandoc-git that doesn't need it, but it does leave out the man page.

scan commented on 2021-10-27 00:51 (UTC)

:o 1000000 dependencies

yochananmarqos commented on 2021-10-26 15:28 (UTC)

@Psithurisma: It's fixed upstream now.

yochananmarqos commented on 2021-09-20 17:47 (UTC)

@GabMus: gobject-introspection is only required to build and pandoc is missing from makedepends() to compile the man page.

gabmus commented on 2021-09-14 16:27 (UTC)

Sorry, took me a while to check the AUR comments, but the dependencies issue should now be fixed.

Next time, opening an issue upstream is usually faster. Also, mind that I develop these apps on my own free time, so it's not always easy to keep up with everything.

yochananmarqos commented on 2021-09-10 00:41 (UTC)

@Lucki: Open an issue upstream or add this to your PKGBUILD:

prepare() {
  cd "$srcdir/hydrapaper"
  sed -i "s/dependency('gtk+-3.0', version :'>=3.20')/dependency('gtk4', version :'>=4.0')/g" data/meson.build
}

Lucki commented on 2021-09-10 00:20 (UTC)

I get the following build error in a clean chroot:

Run-time dependency gtk+-3.0 found: NO (tried pkgconfig)

../data/meson.build:67:0: ERROR: Dependency "gtk+-3.0" not found, tried pkgconfig

A full log can be found at /build/hydrapaper-git/src/hydrapaper/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().

There's specifically gtk3 as dependency listed and not gtk4: https://gitlab.gnome.org/GabMus/HydraPaper/-/blob/master/data/meson.build#L67

lovesponge commented on 2021-05-17 10:26 (UTC)

Issue when attempting to run hydrapaper after clean install on Budgie linux.

➜  ~ hydrapaper
Traceback (most recent call last):
  File "/usr/bin/hydrapaper", line 73, in <module>
    from hydrapaper import __main__
  File "/usr/lib/python3.9/site-packages/hydrapaper/__main__.py", line 6, in <module>
    from .app_window import HydraPaperAppWindow
  File "/usr/lib/python3.9/site-packages/hydrapaper/app_window.py", line 6, in <module>
    from .headerbar import HydraPaperHeaderbar
  File "/usr/lib/python3.9/site-packages/hydrapaper/headerbar.py", line 6, in <module>
    import dbus
ModuleNotFoundError: No module named 'dbus'