[arch-commits] Commit in llpp/trunk (Makefile PKGBUILD)

2019-06-16 Thread Eli Schwartz via arch-commits
Date: Sunday, June 16, 2019 @ 17:35:46 Author: eschwartz Revision: 481868 upgpkg: llpp 31-1 upstream release Modified: llpp/trunk/Makefile llpp/trunk/PKGBUILD --+ Makefile |2 +- PKGBUILD |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: Makefile

[arch-commits] Commit in llpp/trunk (Makefile PKGBUILD)

2019-05-16 Thread Eli Schwartz via arch-commits
Date: Friday, May 17, 2019 @ 01:09:06 Author: eschwartz Revision: 467609 upgpkg: llpp 30.r63.gcf119d0-1 fix building against libmupdf.a by updating to latest commit add workaround for compiling an empty file (this is commit 337cf5b3c4cf3af5136a46d5caac3bb2b0bce4bf upstream) Modified: ll

[arch-commits] Commit in llpp/trunk (Makefile PKGBUILD no-quit-on-escape.patch)

2018-10-04 Thread Eli Schwartz via arch-commits
Date: Thursday, October 4, 2018 @ 22:19:26 Author: eschwartz Revision: 389685 upgpkg: llpp 30-1 upstream release Makefile changes: - use the generic .cmx rule but set the CAMLFLAGS for main.cmx - adapt to mupdf upstream changing the name of the "mupdfthird" library to "mupdf-third" Modif

[arch-commits] Commit in llpp/trunk (Makefile PKGBUILD no-quit-on-escape.patch)

2018-06-05 Thread Eli Schwartz via arch-commits
Date: Tuesday, June 5, 2018 @ 17:56:28 Author: eschwartz Revision: 340567 upgpkg: llpp 28-1 upstream release shell completions were deleted upstream Update Makefile: - New files added to $(SRC) - Adapt to changed manpage locations - Start tracking *.c in $(C_SRC) - Updated file target depen

[arch-commits] Commit in llpp/trunk (Makefile PKGBUILD)

2018-05-14 Thread Eli Schwartz via arch-commits
Date: Monday, May 14, 2018 @ 14:42:18 Author: eschwartz Revision: 322189 upgpkg: llpp 27-3 Clean up license, optdepends Install the inotify wrapper script Modified: llpp/trunk/Makefile llpp/trunk/PKGBUILD --+ Makefile |1 + PKGBUILD |9 - 2 files changed, 5 in

[arch-commits] Commit in llpp/trunk (Makefile PKGBUILD)

2018-05-14 Thread Eli Schwartz via arch-commits
Date: Monday, May 14, 2018 @ 14:05:25 Author: eschwartz Revision: 322137 More idiomatic Makefile - Use LDLIBS instead of appending -lfoo to LDFLAGS - Use pkg-config where available, to more reliably determine how to link these libs - Pass LDFLAGS to ocamlopt via -ccopt instead of -cclib,

[arch-commits] Commit in llpp/trunk (Makefile PKGBUILD)

2018-05-03 Thread Eli Schwartz via arch-commits
Date: Thursday, May 3, 2018 @ 22:15:14 Author: eschwartz Revision: 318898 Compulsively modify all variables from the old style ${VAR} to the new style $(VAR) Modified: llpp/trunk/Makefile llpp/trunk/PKGBUILD --+ Makefile | 50 +---

[arch-commits] Commit in llpp/trunk (Makefile PKGBUILD)

2018-05-03 Thread Eli Schwartz via arch-commits
Date: Thursday, May 3, 2018 @ 21:35:19 Author: eschwartz Revision: 318896 upgpkg: llpp 27-1 upstream release, etc. Restore a removed part of the build system, which I need since I'm obviously not using build.sh Update the original Makefile (still going strong after all this time!) to also