summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBazza2022-03-31 06:00:08 -0300
committerBazza2022-03-31 06:00:08 -0300
commit5726801586a44f63dee9be22a2a6ffc9158d5f9a (patch)
treec0b7365d5e51e49d125fd5502389c3f82ca935c4
parente25dddce4c6583ba1c17051adf4db3363e84917a (diff)
downloadaur-5726801586a44f63dee9be22a2a6ffc9158d5f9a.tar.gz
2022-03-31
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3223769c0d1c..c3bf80152c96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gimp-brush-max-512
pkgdesc = Gimp with easy-to-handle tool sizes
pkgver = 2.10.30
- pkgrel = 1
+ pkgrel = 2
url = https://www.gimp.org/
install = gimp.install
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = gimp-brush-max-512
depends = desktop-file-utils
depends = gegl
depends = glib-networking
+ depends = gvfs
depends = hicolor-icon-theme
depends = openjpeg2
depends = lcms2
@@ -45,6 +46,7 @@ pkgbase = gimp-brush-max-512
provides = gimp=2.10.30
conflicts = gimp
replaces = gimp-plugin-wavelet-decompose
+ options = debug
source = https://download.gimp.org/pub/gimp/v2.10/gimp-2.10.30.tar.bz2
source = 0001-no-check-update.patch
source = linux.gpl
diff --git a/PKGBUILD b/PKGBUILD
index 27bc1de51455..9f89fea38cfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=gimp-brush-max-512
_pkgname=gimp
pkgver=2.10.30
-pkgrel=1
+pkgrel=2
pkgdesc='Gimp with easy-to-handle tool sizes'
url='https://www.gimp.org/'
arch=('x86_64')
license=('GPL' 'LGPL')
-depends=('babl' 'dbus-glib' 'desktop-file-utils' 'gegl' 'glib-networking' 'hicolor-icon-theme'
+depends=('babl' 'dbus-glib' 'desktop-file-utils' 'gegl' 'glib-networking' 'gvfs' 'hicolor-icon-theme'
'openjpeg2' 'lcms2' 'libheif' 'libexif' 'libgudev' 'libmng' 'libmypaint' 'librsvg' 'libwebp'
'libwmf' 'libxmu' 'libxpm' 'mypaint-brushes1' 'openexr' 'poppler-data' 'gtk2' 'graphviz')
makedepends=('alsa-lib' 'curl' 'ghostscript' 'gtk-doc' 'intltool' 'iso-codes' 'poppler-glib')
@@ -22,6 +22,7 @@ optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cu
conflicts=('gimp')
provides=("${_pkgname}=${pkgver}")
replaces=('gimp-plugin-wavelet-decompose')
+options=('debug')
install=gimp.install
source=(https://download.gimp.org/pub/gimp/v${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2
0001-no-check-update.patch