Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / glycin
Commits:
ee8c3590 by Jan Alexander Steffens (heftig) at 2025-09-20T01:04:41+02:00
Make optdeps prettier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -33,7 +33,7 @@ pkgbase = glycin
b2sums = SKIP
pkgname = glycin
- optdepends = libheif: heif/heic file support
+ optdepends = libheif: Load .avif, .heic and .heif
provides = libglycin-2.so
pkgname = glycin-gtk4
=====================================
PKGBUILD
=====================================
@@ -85,7 +85,9 @@ _pick() {
}
package_glycin() {
- optdepends=('libheif: heif/heic file support')
+ optdepends=(
+ 'libheif: Load .avif, .heic and .heif'
+ )
provides=(libglycin-2.so)
meson install -C build --destdir "$pkgdir" --no-rebuild
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glycin/-/commit/ee8c35902e1d6d37409ec89a9455369718ec5031
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glycin/-/commit/ee8c35902e1d6d37409ec89a9455369718ec5031
You're receiving this email because of your account on gitlab.archlinux.org.