Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprlock
Commits:
5aa2f6fd by Caleb Maclennan at 2024-10-22T21:52:30+03:00
upgpkg: 0.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hyprlock
pkgdesc = hyprland’s GPU-accelerated screen locking utility
- pkgver = 0.4.1
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/hyprwm/hyprlock
arch = x86_64
@@ -33,12 +33,14 @@ pkgbase = hyprlock
depends = pango
depends = libpango-1.0.so
depends = libpangocairo-1.0.so
+ depends = sdbus-cpp
+ depends = libsdbus-c++.so
depends = wayland
depends = libwayland-client.so
depends = libwayland-egl.so
depends = wayland-protocols
backup = etc/pam.d/hyprlock
- source =
https://github.com/hyprwm/hyprlock/archive/v0.4.1/hyprlock-0.4.1.tar.gz
- sha256sums =
87531a43088cafcadf29115889f37f73ab4a8cb1e4347723dfe8d53fa0aaba60
+ source =
https://github.com/hyprwm/hyprlock/archive/v0.5.0/hyprlock-0.5.0.tar.gz
+ sha256sums =
4f8a0199de205ad21a4e3da88c0196514a0ba3c6162e44f93e7cfb96371daf99
pkgname = hyprlock
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=hyprlock
-pkgver=0.4.1
+pkgver=0.5.0
pkgrel=1
pkgdesc='hyprland’s GPU-accelerated screen locking utility'
arch=(x86_64 aarch64)
@@ -21,13 +21,14 @@ depends=(cairo # libcairo.so
mesa # libgbm.so
pam libpam.so
pango libpango-1.0.so libpangocairo-1.0.so
+ sdbus-cpp libsdbus-c++.so
wayland libwayland-client.so libwayland-egl.so
wayland-protocols)
makedepends=(cmake)
backup=("etc/pam.d/$pkgname")
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('87531a43088cafcadf29115889f37f73ab4a8cb1e4347723dfe8d53fa0aaba60')
+sha256sums=('4f8a0199de205ad21a4e3da88c0196514a0ba3c6162e44f93e7cfb96371daf99')
build() {
cd "$_archive"
@@ -40,5 +41,5 @@ build() {
package() {
cd "$_archive"
DESTDIR="$pkgdir" cmake --install build
- install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+ install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprlock/-/commit/5aa2f6fdb5bf311cd59ed0fc4f406435733407c6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprlock/-/commit/5aa2f6fdb5bf311cd59ed0fc4f406435733407c6
You're receiving this email because of your account on gitlab.archlinux.org.