summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrrossum2015-10-29 17:49:56 -0500
committerdrrossum2015-10-29 17:49:56 -0500
commitd08997ee8e75f31cbb22eb821d75a383548d5685 (patch)
tree91237889f664221ea6e18b1c8013581ab2c9fc03
parentb9138ed18ce8bf8d55c3d5da5c8437537d73fea0 (diff)
downloadaur-d08997ee8e75f31cbb22eb821d75a383548d5685.tar.gz
update dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
-rw-r--r--fix-libs.patch26
3 files changed, 2 insertions, 32 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a34af51443c8..bf74a89d532a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -35,9 +35,7 @@ pkgbase = llpp-git
provides = llpp
conflicts = llpp
source = git://repo.or.cz/llpp.git
- source = fix-libs.patch
sha256sums = SKIP
- sha256sums = fdda445e28d93ecdc0ad03b24da9a2b890a287e34c307c8762944edeacf1ae91
pkgname = llpp-git
diff --git a/PKGBUILD b/PKGBUILD
index 42b1bdda6616..7500c9cf00e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,10 +32,8 @@ optdepends=(
'inkscape: llppac svg conversion (alternative)'
'imagemagick: llppac image conversion'
)
-source=('git://repo.or.cz/llpp.git'
- 'fix-libs.patch')
-sha256sums=('SKIP'
- 'fdda445e28d93ecdc0ad03b24da9a2b890a287e34c307c8762944edeacf1ae91')
+source=('git://repo.or.cz/llpp.git')
+sha256sums=('SKIP')
pkgver() {
cd llpp
diff --git a/fix-libs.patch b/fix-libs.patch
deleted file mode 100644
index 6c096ce34668..000000000000
--- a/fix-libs.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/build.ninja b/build.ninja
-index 3582131..da5e30a 100644
---- a/build.ninja
-+++ b/build.ninja
-@@ -1,7 +1,7 @@
- cc = gcc
- include .config
- ocamlflags = -warn-error +a -w +a -g -safe-string
--libs = -lmupdf $mujs -lpthread -Lmupdf/build/$buildtype
-+libs = -lmupdf -lmujs -lpthread -Lmupdf/build/$buildtype
-
- cflags = $cflags -Wall -Werror -Imupdf/include -g $
- -std=c99 -pedantic-errors -Wunused-parameter -Wsign-compare -Wshadow
-diff --git a/configure.sh b/configure.sh
-index fa57c60..8ea2fad 100644
---- a/configure.sh
-+++ b/configure.sh
-@@ -45,7 +45,7 @@ expr >/dev/null "$0" : "/.*" && {
- }
- builddir=$(cd $builddir >/dev/null $builddir && pwd -P)
-
--libs="$(pkg-config --libs $pkgs) -ljpeg -ljbig2dec -lopenjpeg"
-+libs="$(pkg-config --libs $pkgs) -ljpeg -ljbig2dec -lopenjp2"
-
- test $ocamlfind && {
- lablgldir="$(ocamlfind query lablgl)" || exit 1