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

recipes/gui/scribus/PAGBUILD.yaml main

55 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
pkgname: scribus
pkgver: '1.6.6'
pkgrel: '1'
pkgdesc: 'Desktop publishing software'
url: 'https://www.scribus.net'
arch: x86_64
depends:
- 'shared-mime-info'
- 'desktop-file-utils'

makedepends:
- git
- icu
- cmake
- boost
- aspell
- cups
- 'qt6-tools'
- 'qt6-declarative'
- 'qt6-5compat'
- 'qt6-svg'
- gnutls
- kerberos
- hunspell
- podofo
- librevenge
- ghostscript
- lcms2
- libxml2
- cairo
- poppler

source:
- 'https://github.com/scribusproject/scribus.git'

sha256sums:
- SKIP

build: |
  cd scribus
  mkdir build
  cd build
  cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_SKIP_RPATH=ON \
      -DWANT_CPP17=ON \
      -DLIB_SUFFIX=""

  make
  make DESTDIR=${PKGDIR} install
  install -Dm644 ../scribus.desktop \
      ${PKGDIR}/usr/share/applications/scribus.desktop


package: |
  true