Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
hyprgraphics
Commits:
ae235b4a by Caleb Maclennan at 2025-02-05T01:31:46+03:00
upgpkg: 0.1.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hyprgraphics
pkgdesc = hyprland graphics resources and utilities
- pkgver = 0.1.1
- pkgrel = 6
+ pkgver = 0.1.2
+ pkgrel = 1
url = https://github.com/hyprwm/hyprgraphics
arch = x86_64
arch = aarch64
@@ -19,11 +19,13 @@ pkgbase = hyprgraphics
depends = libjxl
depends = libjxl.so
depends = libjxl_threads.so
+ depends = libspng
+ depends = libspng.so
depends = libwebp
depends = libwebp.so
depends = pixman
provides = libhyprgraphics.so
- source =
https://github.com/hyprwm/hyprgraphics/archive/v0.1.1/hyprgraphics-0.1.1.tar.gz
- sha256sums =
123a29e53a00bfaf37e7971b929433fb716fd497b3555f72c2d0419ae18e65c7
+ source =
https://github.com/hyprwm/hyprgraphics/archive/v0.1.2/hyprgraphics-0.1.2.tar.gz
+ sha256sums =
9409b29e80200e06237c124a9eaf5a367ab407e56f43a575bdc84ed2d551a154
pkgname = hyprgraphics
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=hyprgraphics
-pkgver=0.1.1
-pkgrel=6
+pkgver=0.1.2
+pkgrel=1
pkgdesc='hyprland graphics resources and utilities'
arch=(x86_64 aarch64)
url="https://github.com/hyprwm/$pkgname"
@@ -14,13 +14,14 @@ depends=(cairo # libcairo.so
hyprutils libhyprutils.so
libjpeg-turbo libjpeg.so
libjxl libjxl.so libjxl_threads.so
+ libspng libspng.so
libwebp libwebp.so
pixman)
makedepends=(cmake)
provides=("lib$pkgname.so")
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('123a29e53a00bfaf37e7971b929433fb716fd497b3555f72c2d0419ae18e65c7')
+sha256sums=('9409b29e80200e06237c124a9eaf5a367ab407e56f43a575bdc84ed2d551a154')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprgraphics/-/commit/ae235b4a7ac98c8fe6e13b131a1e9e6709251b44
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyprgraphics/-/commit/ae235b4a7ac98c8fe6e13b131a1e9e6709251b44
You're receiving this email because of your account on gitlab.archlinux.org.