🔒 Repository is read-only – file editing is disabled.

recipes/gui/libgxps/PAGBUILD.yaml main

36 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536
pkgname: libgxps
pkgver: '0.3.2'
pkgrel: '3'
pkgdesc: 'XPS Documents library'
url: 'https://wiki.gnome.org/Projects/libgxps'
arch: x86_64
license:
- GPL2

depends: []
makedepends:
- gtk3
- libarchive
- 'libjpeg-turbo'
- libtiff
- lcms2
- 'gobject-introspection'
- 'gtk-doc'
- git
- meson

source: []
sha256sums: []
build: |
  git clone https://gitlab.gnome.org/GNOME/libgxps.git ${pkgname}-${pkgver}
  cd ${pkgname}-${pkgver}
  git checkout ${pkgver}
  meson setup build \
        --prefix=/usr \
        -D enable-man=true \
        -D enable-gtk-doc=true
  meson compile -C build

package: |
  cd ${pkgname}-${pkgver}
  DESTDIR=${PKGDIR} meson install -C build