Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprpaper
Commits:
5521795d by Caleb Maclennan at 2025-12-29T20:29:34+03:00
upgpkg: 0.8.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hyprpaper
pkgdesc = a blazing fast wayland wallpaper utility with IPC controls
- pkgver = 0.7.6
- pkgrel = 5
+ pkgver = 0.8.0
+ pkgrel = 1
url = https://github.com/hyprwm/hyprpaper
arch = x86_64
license = BSD-3-Clause
@@ -16,13 +16,17 @@ pkgbase = hyprpaper
depends = libhyprgraphics.so
depends = hyprlang
depends = libhyprlang.so
+ depends = hyprtoolkit
+ depends = libhyprtoolkit.so
depends = hyprutils
depends = libhyprutils.so
depends = hyprwayland-scanner
+ depends = hyprwire
+ depends = libhyprwire.so
depends = libglvnd
depends = pango
depends = wayland
- source =
https://github.com/hyprwm/hyprpaper/archive/v0.7.6/hyprpaper-0.7.6.tar.gz
- sha256sums =
a19f59e21abb8b1e3f4103ffeeac7c4658c1c09433047979836b2210a4edc40e
+ source =
https://github.com/hyprwm/hyprpaper/archive/v0.8.0/hyprpaper-0.8.0.tar.gz
+ sha256sums =
bc10f9c42e2dead8d7e0001f0194ba4ede12bb50bd5e5d766914be79e99386d0
pkgname = hyprpaper
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: ThatOneCalculator <[email protected]>
pkgname=hyprpaper
-pkgver=0.7.6
-pkgrel=5
+pkgver=0.8.0
+pkgrel=1
pkgdesc='a blazing fast wayland wallpaper utility with IPC controls'
arch=(x86_64)
url="https://github.com/hyprwm/$pkgname"
@@ -13,8 +13,10 @@ depends=(cairo libcairo.so
glibc
hyprgraphics libhyprgraphics.so
hyprlang libhyprlang.so
+ hyprtoolkit libhyprtoolkit.so
hyprutils libhyprutils.so
hyprwayland-scanner
+ hyprwire libhyprwire.so
libglvnd
pango
wayland) # libwayland-cursor.so libwayland-client.so
@@ -23,7 +25,7 @@ makedepends=(cmake
xorgproto)
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('a19f59e21abb8b1e3f4103ffeeac7c4658c1c09433047979836b2210a4edc40e')
+sha256sums=('bc10f9c42e2dead8d7e0001f0194ba4ede12bb50bd5e5d766914be79e99386d0')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprpaper/-/commit/5521795de13afafc1c7060cca7e0f335345fca06
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprpaper/-/commit/5521795de13afafc1c7060cca7e0f335345fca06
You're receiving this email because of your account on gitlab.archlinux.org.