David Runge pushed to branch main at Arch Linux / Packaging / Packages / fractal
Commits: bad3aa87 by David Runge at 2024-10-31T15:02:28+01:00 upgpkg: 9-2 Rebuild to add glycin as direct dependency (which is dlopen'ed). https://gitlab.gnome.org/World/fractal/-/issues/1537 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = fractal pkgdesc = Matrix group messaging app pkgver = 9 - pkgrel = 1 + pkgrel = 2 url = https://gitlab.gnome.org/World/fractal arch = x86_64 license = GPL-3.0-only @@ -17,6 +17,7 @@ pkgbase = fractal depends = gdk-pixbuf2 depends = glib2 depends = glibc + depends = glycin depends = graphene depends = gst-plugins-bad-libs depends = gst-plugins-base-libs ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=fractal pkgver=9 -pkgrel=1 +pkgrel=2 pkgdesc="Matrix group messaging app" arch=(x86_64) url="https://gitlab.gnome.org/World/fractal" @@ -14,6 +14,7 @@ depends=( gdk-pixbuf2 glib2 glibc + glycin # dlopen'ed graphene gst-plugins-bad-libs gst-plugins-base-libs View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fractal/-/commit/bad3aa8702544780b297e42ba5b3705ee74963d4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fractal/-/commit/bad3aa8702544780b297e42ba5b3705ee74963d4 You're receiving this email because of your account on gitlab.archlinux.org.
