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

recipes/gui/libcupsfilters/PAGBUILD.yaml main

38 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738
pkgname: libcupsfilters
pkgver: '2.2.1'
pkgrel: 2
pkgdesc: Code of the filters of the former cups-filters package as library functions
url: 'https://github.com/OpenPrinting/libcupsfilters'
arch: x86_64
license:
- Apache
depends:
- pdfio
makedepends:
- cups
- xorg-fontconfig
- ghostscript
- lcms2
- qpdf
- hicolor-icon-theme
- pdfio
source:
- 'https://github.com/OpenPrinting/libcupsfilters/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}

  ./configure \
    --prefix=/usr \
    --disable-dbus \
    --disable-exif \
    --disable-poppler \
    --disable-mutool

  make
  make DESTDIR=${PKGDIR} install

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