aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-09-12 22:38:04 +0200
committerbartus2019-09-12 22:38:04 +0200
commit27672fecb18d1aa680d93511c364a6c98ba754c2 (patch)
treee340a59bb3630b105b55d669581b4db47c5628e2
parent8a9e24863ed483e3a3fcc468902e8fb0d2f7a526 (diff)
downloadaur-27672fecb18d1aa680d93511c364a6c98ba754c2.tar.gz
Update depends, new Lua scripting API.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
-rw-r--r--PKGBUILD.in3
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fcf815527df..f28ab4a2a3b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gimp-develop-git
pkgdesc = GNU Image Manipulation Program (non-conflicting git version)
- pkgver = 2.99.1.r3594.3a2f8d422a
+ pkgver = 2.99.1.r3723.65530b6aa7
pkgrel = 1
epoch = 1
url = https://www.gimp.org
@@ -28,6 +28,7 @@ pkgbase = gimp-develop-git
makedepends = zlib
makedepends = gjs
makedepends = python-gobject
+ makedepends = luajit
depends = lcms2>=2.8
depends = libwmf>=0.2.8
depends = icu
@@ -61,6 +62,7 @@ pkgbase = gimp-develop-git
optdepends = aalib: ASCII art support
optdepends = zlib: Compression routines
optdepends = gjs: JavaScript scripting support
+ optdepends = luajit: LUA scripting support
source = git+https://gitlab.gnome.org/GNOME/gimp.git
source = linux.gpl
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6aee64a49e3f..e71a398e9f99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=gimp-develop-git
_pkgname=${pkgname%-develop-git}
epoch=1
-pkgver=2.99.1.r3594.3a2f8d422a
+pkgver=2.99.1.r3723.65530b6aa7
pkgrel=1
pkgdesc="GNU Image Manipulation Program (non-conflicting git version)"
arch=('i686' 'x86_64')
@@ -39,7 +39,7 @@ makedepends=('git' 'gutenprint>=5.0.0' 'intltool>=0.40.1'
'alsa-lib>=1.0.0' 'libxslt' 'glib-networking'
'alsa-lib' 'curl' 'ghostscript' 'libxpm' 'webkit2gtk'
'libheif' 'libwebp' 'libmng' 'iso-codes' 'aalib' 'zlib'
- 'gjs' 'python-gobject'
+ 'gjs' 'python-gobject' 'luajit'
)
checkdepends=('xorg-server-xvfb')
optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support'
@@ -55,6 +55,7 @@ optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cu
'aalib: ASCII art support'
'zlib: Compression routines'
'gjs: JavaScript scripting support'
+ 'luajit: LUA scripting support'
)
source=('git+https://gitlab.gnome.org/GNOME/gimp.git'
'linux.gpl')
diff --git a/PKGBUILD.in b/PKGBUILD.in
index f638c47efd0b..ec3c2c1a8af3 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -39,7 +39,7 @@ makedepends=('git' 'gutenprint>=5.0.0' 'intltool>=0.40.1'
'alsa-lib>=1.0.0' 'libxslt' 'glib-networking'
'alsa-lib' 'curl' 'ghostscript' 'libxpm' 'webkit2gtk'
'libheif' 'libwebp' 'libmng' 'iso-codes' 'aalib' 'zlib'
- 'gjs' 'python-gobject'
+ 'gjs' 'python-gobject' 'luajit'
)
checkdepends=('xorg-server-xvfb')
optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support'
@@ -55,6 +55,7 @@ optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cu
'aalib: ASCII art support'
'zlib: Compression routines'
'gjs: JavaScript scripting support'
+ 'luajit: LUA scripting support'
)
source=('git+https://gitlab.gnome.org/GNOME/gimp.git'
'linux.gpl')