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

Eli Schwartz eschwartz at archlinux.org
Mon May 14 14:42:18 UTC 2018


    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 insertions(+), 5 deletions(-)

Modified: Makefile
===================================================================
--- Makefile	2018-05-14 14:42:16 UTC (rev 322188)
+++ Makefile	2018-05-14 14:42:18 UTC (rev 322189)
@@ -78,6 +78,7 @@
 	install -Dm755 llpp "$(DESTDIR)"$(PREFIX)/bin/llpp
 	install -Dm644 -t "$(DESTDIR)"$(PREFIX)/share/man/man1  man/*.1
 	install -Dm755 misc/llppac "$(DESTDIR)"$(PREFIX)/bin/llppac
+	install -Dm755 misc/llpp.inotify "$(DESTDIR)"$(PREFIX)/bin/llpp.inotify
 	install -Dm755 misc/llpphtml "$(DESTDIR)"$(PREFIX)/bin/llpphtml
 	install -Dm644 misc/llpp.desktop "$(DESTDIR)"$(PREFIX)/share/applications/llpp.desktop
 	install -Dm644 README "$(DESTDIR)"$(PREFIX)/share/licenses/llpp/README

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-14 14:42:16 UTC (rev 322188)
+++ PKGBUILD	2018-05-14 14:42:18 UTC (rev 322189)
@@ -6,19 +6,18 @@
 pkgver=27
 # Often breaks with mupdf, which means I'll occasionally need to pin a specific commit.
 _commit=87faa123127cc0746c28531874af7aaef1feb574
-pkgrel=2
+pkgrel=3
 pkgdesc='opengl accelerated pdf viewer based on mupdf'
 arch=('x86_64')
 url="https://github.com/moosotc/${pkgname}"
-license=('GPL')
+license=('GPL3')
 depends=('glu' 'openjpeg2' 'jbig2dec' 'libjpeg-turbo' 'freetype2' 'desktop-file-utils')
 optdepends=('djvulibre: llppac djvu conversion'
             'ghostscript: llppac ps, dvi, and djvu conversion'
-            'princexml: llppac html conversion'
             'unoconv: llppac office conversion'
             'librsvg: llppac svg conversion'
             'imagemagick: llppac image conversion'
-            'llpp-gc: clean nonextant history items')
+            'inotify-tools: for the llpp.inotify autoreload wrapper')
 makedepends=('git' 'asciidoc' 'ocaml' 'ocaml-lablgl' 'libmupdf' 'camlp4')
 
 # llpp seems to go through build systems like fasion, holomorph has provided a
@@ -37,7 +36,7 @@
         'Makefile')
 sha256sums=('SKIP'
             '29a9550c6502c9de7db14f2f61edc6b77c7ebee9f1de8b865d4e1b219b9ae377'
-            '3fcff947ec89a8e0828a1f1ad3d1e18b41224683bb71f732cebc68cdf30ef1de')
+            'e88e67a99ce28e26d4155ac05b476e024d0a7d654c7473a6bf3c2020cd799ca7')
 
 pkgver() {
     cd "${srcdir}"/${pkgname}



More information about the arch-commits mailing list