Package Details: hyprpaper-git 0.7.0.r15.g87791c0-1

Git Clone URL: https://aur.archlinux.org/hyprpaper-git.git (read-only, click to copy)
Package Base: hyprpaper-git
Description: a blazing fast wayland wallpaper utility with IPC controls
Upstream URL: https://github.com/hyprwm/hyprpaper
Keywords: background bg hypr hyprland ipc sway swaybg wall wallpaper wayland wlroots
Licenses: BSD-3-Clause
Conflicts: hyprpaper
Provides: hyprpaper
Submitter: That1Calculator
Maintainer: xiota
Last Packager: xiota
Votes: 11
Popularity: 0.012057
First Submitted: 2022-07-12 06:13 (UTC)
Last Updated: 2024-07-20 00:16 (UTC)

Required by (7)

Sources (1)

Latest Comments

1 2 Next › Last »

musta_ruhtinas commented on 2024-07-17 15:41 (UTC)

hyprwayland-scanner >= 0.4.0 now also required to build

arch-mage commented on 2024-06-28 05:48 (UTC)

Wlroots dependency should probably be dropped, as there's no mention of it in the git readme.

xiota commented on 2024-06-27 07:21 (UTC)

@earlybird The changes in your PKGBUILD are unnecessary. What problem were you trying to solve?

earlybird commented on 2024-06-27 05:10 (UTC)

This pgkbuild works - https://pastebin.com/J2BCcKzs - some quotes that had to go

Pavlov commented on 2024-03-13 14:58 (UTC)

The += assignment in _pkgtype+='-git' is problematic because the PKGBUILD could be evaluated multiple times (for example when makepkg is executed with -i) and _pkgtype would contain -git-git and not only -git, resulting in wrong package name.

Please modify that line into _pkgtype='-git' (without +).

jlaunay commented on 2023-12-31 12:38 (UTC) (edited on 2023-12-31 12:39 (UTC) by jlaunay)

  • hyprpaper > 0.5.0 depends on [hyprlang] add it to depends
  • change pkgver() to have a correct version number

git describe --tags --long 2>/dev/null | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'

MarsSeed commented on 2023-07-30 10:39 (UTC)

Please kindly remove the declared options array:

options=(!makeflags !buildflags !strip)

Don't override the settings coming from the system's default or from user's customization.

That1Calculator commented on 2023-04-11 16:43 (UTC)

@xezo360hye fixed, pushing at 1 AM with covid brain maybe wasn't the brightest idea

xezo360hye commented on 2023-04-11 09:49 (UTC)

There's a typo in dependencies: libglvnd