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

recipes/gui/librsvg/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: librsvg
pkgver: '2.62.3'
pkgrel: '1'
pkgdesc: 'Library and tools used to manipulate, convert and view Scalable Vector Graphic images.'
url: 'https://librsvg.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- 'gdk-pixbuf'
- libcroco
- pango
- vala
- rustc
- 'cargo-c'
- 'gi-docgen'
- 'python-docutils'
- 'python-smartypants'

source:
- 'https://gitlab.gnome.org/GNOME/librsvg/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true librsvg-2.62.3 builddir -Dtests=false -Ddocs=disabled -Dpixbuf-loader=enabled
  meson compile -C builddir
  DESTDIR=${PKGDIR} meson install -C builddir

package: |
  install -Dm644 ${pkgname}-${pkgver}/COPYING.LIB ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.LIB