summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2017-05-15 12:40:35 +1000
committerdaurnimator2017-05-15 12:41:18 +1000
commit7a99e4520b59a05a2ddce1a8de9661d103f661aa (patch)
treee79562713531cbaa29330385f17505ffdceeb237
parentc82fb7f4890e337db420d0cab3485f5ecebcec30 (diff)
downloadaur-7a99e4520b59a05a2ddce1a8de9661d103f661aa.tar.gz
Move iupgl above iup_plot
Thanks @ktamp
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdc23bba06a0..ef480a500078 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iup
pkgdesc = C cross platform GUI toolkit
pkgver = 3.21
- pkgrel = 1
+ pkgrel = 2
url = http://www.tecgraf.puc-rio.br/iup/
arch = i686
arch = x86_64
@@ -19,7 +19,8 @@ pkgbase = iup
depends = pango
depends = glib2
depends = webkitgtk
- options = staticlibs
+ depends = openmotif
+ depends = libxpm
source = http://downloads.sourceforge.net/project/iup/3.21/Docs%20and%20Sources/iup-3.21_Sources.tar.gz
source = http://downloads.sourceforge.net/project/iup/3.21/Docs%20and%20Sources/iup-3.21_Docs.pdf
md5sums = 146fa386c212892a5fe917c671056aeb
diff --git a/PKGBUILD b/PKGBUILD
index ea584a4d76a4..849bbcb67200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=iup
pkgver=3.21
-pkgrel=1
+pkgrel=2
pkgdesc="C cross platform GUI toolkit"
arch=('i686' 'x86_64')
url="http://www.tecgraf.puc-rio.br/iup/"
@@ -25,14 +25,16 @@ build() {
cd "$pkgname"
# iupview not built due to needing static libraries
# iuplua5 and iupconsole not built due to libcd package not installing libcdlua53
- make iup iupgtk iupmot \
+ make iup \
+ iupgtk \
+ iupmot \
iupcd \
iupcontrols \
iupmatrixex \
+ iupgl \
iup_plot \
iup_mglplot \
iup_scintilla \
- iupgl \
iupglcontrols \
iupim \
iupole \