Search Criteria
Package Details: hyprpaper-git 0.7.1.r6.g3f8cc92-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 |
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: | 13 |
Popularity: | 0.78 |
First Submitted: | 2022-07-12 06:13 (UTC) |
Last Updated: | 2024-10-26 19:10 (UTC) |
Dependencies (14)
- hyprlang-gitAUR
- hyprutils-gitAUR
- hyprwayland-scanner-gitAUR
- libjpeg.so (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, lib32-mozjpeg-gitAUR, mozjpegAUR, jpegli-gitAUR, lib32-libjpeg-turbo, libjpeg-turbo)
- libmagic.so (file-gitAUR, file)
- libwebp.so (lib32-libwebp, libwebp)
- 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)
- hyprpaper-gen-git (requires hyprpaper)
- hyprwall (requires hyprpaper) (optional)
- hyprwall-bin (requires hyprpaper) (optional)
- 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)
Latest Comments
1 2 Next › Last »
<deleted-account> commented on 2024-10-25 23:20 (UTC)
Hyprpaper now has a systemd service, which cannot be installed with the current PKGBUILD. I suggest editing the PKGBUILD.
source=("${_pkgname}::git+https://github.com/hyprwm/hyprpaper.git")
build() { cd "${srcdir}/${_pkgname}" cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build cmake --build ./build --config Release --target hyprpaper -j$(nproc 2>/dev/null || getconf _NPROCESSORS_CONF)
}
package() { cd "${srcdir}/${_pkgname}" DESTDIR="${pkgdir}" cmake --install build
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
musta_ruhtinas commented on 2024-07-17 15:41 (UTC)
hyprwayland-scanner >= 0.4.0 now also required to build
<deleted-account> 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 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.
1 2 Next › Last »