Search Criteria
Package Details: hyprpaper-git 0.7.3.r1.gf15e678-1
Package Actions
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 |
Licenses: | BSD-3-Clause |
Conflicts: | hyprpaper |
Provides: | hyprpaper |
Submitter: | That1Calculator |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 14 |
Popularity: | 0.42 |
First Submitted: | 2022-07-12 06:13 (UTC) |
Last Updated: | 2024-12-20 01:49 (UTC) |
Dependencies (12)
- hyprgraphics-gitAUR
- hyprlang-gitAUR
- hyprutils-gitAUR
- hyprwayland-scanner-gitAUR
- pango (pango-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libglvnd (libglvnd-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
Required by (11)
- hyprland-meta-git
- hyprpaper-gen-git (requires hyprpaper)
- ml4w-hyprland (requires hyprpaper)
- ml4w-hyprland-git (requires hyprpaper)
- pyprpaper (requires hyprpaper)
- rwpspread (requires hyprpaper) (optional)
- rwpspread-git (requires hyprpaper) (optional)
- wallpickr-git (requires hyprpaper)
- waypaper (requires hyprpaper) (optional)
- waypaper-git (requires hyprpaper) (optional)
- waytrogen (requires hyprpaper) (optional)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
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 whenmakepkg
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)
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:
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
That1Calculator commented on 2023-04-11 08:10 (UTC)
@T2hhbmEK fixed
T2hhbmEK commented on 2023-01-27 09:41 (UTC)
Still missing dependencies: livglvnd, pango, libjpeg
Eternal commented on 2022-12-31 04:24 (UTC)
Can confirm libjpeg needs to be included as a dependency
« First ‹ Previous 1 2 3 Next › Last »