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

recipes/gui/gimp/PAGBUILD.yaml main

54 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
pkgname: gimp
pkgver: '3.2.4'
pkgrel: '1'
pkgdesc: 'GNU Image Manipulation Program'
url: 'https://www.gimp.org/'
arch: x86_64
license:
- 'LGPL3 GPL3'

depends: []
makedepends:
- gtk3
- curl
- libexif
- 'xorg-libxmu'
- 'xorg-libxpm'
- openexr
- libgexiv2
- gegl
- 'poppler-glib'
- 'glib-networking'
- libmng
- 'alsa-lib'
- libwmf
- babl
- libmypaint
- 'mypaint-brushes'
- lcms2
- aalib
- appstream
- harfbuzz
- 'libjpeg-turbo'
- librsvg
- libtiff
- libxml2
- 'appstream-glib'

source:
- 'https://download.gimp.org/gimp/v3.2/gimp-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  localedef -i en_US -f UTF-8 en_US.UTF-8
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gimp-3.2.4 builddir -Dgi-docgen=disabled -Dbug-report-url=https://github.com/NuTyX/x86_64/issues
  meson compile -C builddir

package: |
  cd ${pkgname}-${pkgver}
  install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
  install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
  install -Dm644 libgimp/COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
  DESTDIR="${PKGDIR}" meson install -C builddir