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-04-19 14:35 (UTC)

@JeanLucJ: VCS package PKGBUILDs only need to be updated when changes are needed to build. The pkgver does not need to be bumped every time there's a new commit.

JeanLucJ commented on 2021-04-19 09:35 (UTC) (edited on 2021-04-19 09:36 (UTC) by JeanLucJ)

Shoudln't the PKGBUILD contain : pkgver=2.0.3.r51.gb3fa43e instead of pkgver=2.0.3.r42.g90b1066

yochananmarqos commented on 2021-04-03 19:23 (UTC)

Updated PKGBUILD

nukedupe commented on 2021-04-03 18:51 (UTC)

Problem is fixed at upstream. But package libadwaita-git and gtk4 is now required.

scan commented on 2021-01-27 23:43 (UTC)

"Fix" Downgrade commit add: git checkout a3ffa05fcce422576ed426fd40051a5065abf6a7

build() {
  cd "$srcdir/hydrapaper"
  git checkout a3ffa05fcce422576ed426fd40051a5065abf6a7
  rm -rf build
  mkdir build
  cd build
  meson --prefix /usr --buildtype release ..
  ninja
}

scan commented on 2021-01-25 07:19 (UTC) (edited on 2021-01-27 23:42 (UTC) by scan)

Found ninja-1.10.2 at /usr/bin/ninja
[2/3] Generating org.gabmus.hydrapaper.desktop_data_merge with a custom command
FAILED: data/org.gabmus.hydrapaper.desktop 
/usr/bin/meson --internal msgfmthelper data/org.gabmus.hydrapaper.desktop.i18n.in data/org.gabmus.hydrapaper.desktop desktop ../data/../po
msgfmt: error al abrir el fichero "sv.po" para lectura: No existe el fichero o el directorio
[3/3] Generating org.gabmus.hydrapaper.appdata.xml_data_merge with a custom command
FAILED: data/org.gabmus.hydrapaper.appdata.xml 
/usr/bin/meson --internal msgfmthelper ../data/org.gabmus.hydrapaper.appdata.xml.in data/org.gabmus.hydrapaper.appdata.xml xml ../data/../po
msgfmt: error al abrir el fichero "sv.po" para lectura: No existe el fichero o el directorio
ninja: build stopped: subcommand failed.
==> ERROR: Se produjo un fallo en build().
    Cancelando...

tuomas commented on 2020-12-08 17:55 (UTC) (edited on 2020-12-08 17:57 (UTC) by tuomas)

I am getting this error when trying to update:

makepkg -si ==> Making package: hydrapaper-git 2.0.3.r0.g3b6ae84-1 (ti 8. joulukuuta 2020 19.49.40) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... ==> ERROR: /home/tuomas/Documents/builds/hydrapaper-git/hydrapaper is not a clone of https://gitlab.gnome.org/gabmus/hydrapaper Aborting...

yochananmarqos commented on 2020-10-18 14:35 (UTC) (edited on 2020-10-18 15:05 (UTC) by yochananmarqos)

gobject-introspection is only required to build, it's not a runtime dependency.

This needs pandoc to compile the man page.

thamenato commented on 2020-09-10 22:20 (UTC) (edited on 2020-09-11 01:08 (UTC) by thamenato)

I'm getting a very weird error when trying to update to latest version:

ERROR: /home/myuser/.cache/yay/hydrapaper-git/hydrapaper is not a clone of https://gitlab.gnome.org/gabmus/hydrapaper
    Aborting...

Alright so in case anyone is also having this issue, looks like it is happening due to the fact that the git source changed so you just need to make sure you're doing a clean build (delete package under .cache folder). That did the trick for me.