Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: gimp 2.10.18-3
Browse files Browse the repository at this point in the history
disable python support drop dependency on PyGTK

git-svn-id: file:///srv/repos/svn-packages/svn@377813 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
eworm authored and svntogit committed Mar 17, 2020
1 parent d9c678f commit e354374
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions trunk/PKGBUILD
Expand Up @@ -3,14 +3,14 @@

pkgname=gimp
pkgver=2.10.18
pkgrel=2
pkgrel=3
pkgdesc='GNU Image Manipulation Program'
url='https://www.gimp.org/'
arch=('x86_64')
license=('GPL' 'LGPL')
depends=('babl' 'dbus-glib' 'desktop-file-utils' 'gegl' 'glib-networking' 'hicolor-icon-theme'
'jasper' 'lcms2' 'libheif' 'libexif' 'libgudev' 'libmng' 'libmypaint' 'librsvg' 'libwebp'
'libwmf' 'libxmu' 'libxpm' 'mypaint-brushes1' 'openexr' 'poppler-data' 'pygtk')
'libwmf' 'libxmu' 'libxpm' 'mypaint-brushes1' 'openexr' 'poppler-data' 'gtk2')
makedepends=('alsa-lib' 'curl' 'ghostscript' 'gtk-doc' 'intltool' 'iso-codes' 'poppler-glib')
optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support'
'poppler-glib: for pdf support'
Expand Down Expand Up @@ -43,9 +43,9 @@ pkg-config --exists --print-errors "OpenEXR >= 1.6.1"
--libexecdir=/usr/bin \
--enable-mp \
--enable-gimp-console \
--enable-python \
--enable-gtk-doc \
--disable-check-update \
--disable-python \
--with-bug-report-url='https://bugs.archlinux.org/?string=gimp' \
--with-openexr \
--without-aa
Expand Down

0 comments on commit e354374

Please sign in to comment.