summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiří Klimeš2017-09-11 15:08:16 +0200
committerdaurnimator2017-09-15 13:42:33 +1000
commit374759deafa05a700386b18bdb1333784789fcb8 (patch)
tree52a5346ffda03c0704e7aaf6b3a290d001f50849
parent32c636095d418f6a81fad158ff7d5534a957391c (diff)
downloadaur-374759deafa05a700386b18bdb1333784789fcb8.tar.gz
Adjust dependencies
- lua is not needed (we build without Lua) - dependencies provided by other dependencies don't need to be listed [1] gtk3 is provided by libcd cairo, pango, glib2 are provided by gtk3 freetype2, libpng, zlib are satisfied by ftgl (besides other deps) [1] https://wiki.archlinux.org/index.php/PKGBUILD#Dependencies Signed-off-by: Jiří Klimeš <blueowl@centrum.cz>
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 966f19475479..c2a9dd313d72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,17 +7,8 @@ pkgbase = iup
arch = x86_64
license = MIT
makedepends = lsb-release
- makedepends = lua
depends = libcd
- depends = libim
- depends = gtk3
- depends = libpng
depends = ftgl
- depends = zlib
- depends = freetype2
- depends = cairo
- depends = pango
- depends = glib2
depends = webkitgtk
depends = openmotif
depends = libxpm
diff --git a/PKGBUILD b/PKGBUILD
index 684e686e9d06..f1d0e3cbacec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ pkgdesc="C cross platform GUI toolkit"
arch=('i686' 'x86_64')
url="http://www.tecgraf.puc-rio.br/iup/"
license=('MIT')
-makedepends=('lsb-release' 'lua')
-depends=('libcd' 'libim' 'gtk3' 'libpng' 'ftgl' 'zlib' 'freetype2' 'cairo' 'pango' 'glib2' 'webkitgtk' 'openmotif' 'libxpm')
+makedepends=('lsb-release')
+depends=('libcd' 'ftgl' 'webkitgtk' 'openmotif' 'libxpm')
source=(
"http://downloads.sourceforge.net/project/iup/${pkgver}/Docs%20and%20Sources/iup-${pkgver}_Sources.tar.gz"