🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930
pkgname: libglycin
pkgver: '2.1.1'
pkgrel: '1'
pkgdesc: 'It contains the libraries of the glycin package.'
url: 'https://gnome.pages.gitlab.gnome.org/glycin/'
arch: x86_64
depends: []
makedepends:
- meson
- ninja
- 'xorg-fontconfig'
- 'gobject-introspection'
- rustc
- libseccomp
- lcms2
- libheif
source:
- 'https://download.gnome.org/sources/glycin/2.1/glycin-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
mv glycin-${pkgver} libglycin-${pkgver}
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true libglycin-2.1.1 builddir -Dlibglycin-gtk4=false -Dintrospection=false -Dglycin-loaders=false -Dvapi=false -Dglycin-thumbnailer=false
meson compile -C builddir
package: |
DESTDIR="${PKGDIR}" meson install -C builddir