Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprpaper
Commits:
66430769 by Caleb Maclennan at 2024-11-08T17:31:03+03:00
upgpkg: 0.7.1-3: Remove unused dependency, closes #2
- - - - -
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.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/hyprwm/hyprpaper
arch = x86_64
license = BSD-3-Clause
@@ -26,7 +26,6 @@ pkgbase = hyprpaper
depends = libwebp.so
depends = pango
depends = wayland
- depends = wlroots0.17
source =
https://github.com/hyprwm/hyprpaper/archive/v0.7.1/hyprpaper-0.7.1.tar.gz
sha256sums =
1086a9c7e4126446315aed23fc610f0869b77c899b9d828f997e7188341391e7
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=hyprpaper
pkgver=0.7.1
-pkgrel=2
+pkgrel=3
pkgdesc='a blazing fast wayland wallpaper utility with IPC controls'
arch=(x86_64)
url="https://github.com/hyprwm/$pkgname"
@@ -19,8 +19,7 @@ depends=(cairo libcairo.so
libjpeg-turbo libjpeg.so
libwebp libwebp.so
pango
- wayland # libwayland-cursor.so libwaylant-client.so
- wlroots0.17)
+ wayland) # libwayland-cursor.so libwaylant-client.so
makedepends=(cmake
wayland-protocols
xorgproto)
@@ -29,7 +28,6 @@ source=("$url/archive/v$pkgver/$_archive.tar.gz")
sha256sums=('1086a9c7e4126446315aed23fc610f0869b77c899b9d828f997e7188341391e7')
build() {
- export PKG_CONFIG_PATH='/usr/lib/wlroots0.17/pkgconfig'
cd "$_archive"
cmake -B build \
-D CMAKE_INSTALL_PREFIX=/usr \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprpaper/-/commit/6643076922a8a6e3afa66b7b463917193a21456f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprpaper/-/commit/6643076922a8a6e3afa66b7b463917193a21456f
You're receiving this email because of your account on gitlab.archlinux.org.