summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGaetan Bisson2017-11-08 21:43:04 -1000
committerGaetan Bisson2017-11-08 21:43:04 -1000
commit97a9ad83f2c4fba994f5d139f1e908aee9de2c8d (patch)
tree07f4d95db4502fe96fe1ce6f9747a927000781a7 /PKGBUILD
parentdc61820c7ab65ffd76cbe3724aa4fd10a7d3f9ad (diff)
downloadaur-97a9ad83f2c4fba994f5d139f1e908aee9de2c8d.tar.gz
upstream update, glfw dropped, back to freeglut
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5683374fa511..ca93a0c04212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=mupdf-git
_pkgname=mupdf
-pkgver=20171025.ec07e537
+pkgver=20171109.721180d2
pkgrel=1
pkgdesc='Lightweight PDF, XPS, and E-book viewer'
arch=('i686' 'x86_64' 'armv7h')
url='http://mupdf.com/'
license=('AGPL3')
makedepends=('git')
-depends=('glfw' 'harfbuzz' 'jbig2dec' 'libjpeg-turbo' 'openjpeg2')
+depends=('freeglut' 'glu' 'harfbuzz' 'jbig2dec' 'libjpeg-turbo' 'openjpeg2')
source=('git://git.ghostscript.com/mupdf.git'
'git://git.ghostscript.com/mujs.git'
'cmm_ctx_gone.patch'
@@ -49,10 +49,6 @@ prepare() {
build() {
cd "${srcdir}/${_pkgname}"
- export HAVE_GLFW='yes'
- export SYS_GLFW_CFLAGS="$(pkg-config --cflags glfw3)"
- export SYS_GLFW_LIBS="$(pkg-config --libs glfw3) -lGL"
-
make release XCFLAGS="$CFLAGS -fPIC" XLIBS="$LDFLAGS"
}