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

Maxim Baz maximbaz at gemini.archlinux.org
Tue Aug 31 21:52:34 UTC 2021


    Date: Tuesday, August 31, 2021 @ 21:52:34
  Author: maximbaz
Revision: 1010229

kakoune: fix FS#71947

Modified:
  kakoune/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 21:41:40 UTC (rev 1010228)
+++ PKGBUILD	2021-08-31 21:52:34 UTC (rev 1010229)
@@ -3,17 +3,18 @@
 # Contributor: Frank Lenormand <lenormf at gmail dot com>
 pkgname=kakoune
 pkgver=2021.08.28
-pkgrel=1
+pkgrel=2
 pkgdesc="Multiple-selection, UNIX-flavored modal editor"
 arch=("x86_64")
 url="https://kakoune.org/"
 license=("custom:unlicense")
+depends=("gcc-libs")
 optdepends=(
     "aspell: spell check, correct text"
     "clang: error reporting and diagnostics, completion"
     "editorconfig-core-c: set formatting options project-wide"
     "git: display and cycle through hunks, blame lines, handle file status"
-    "kak-lsp: LSP client"
+    "kak-lsp: Language Server Protocol (LSP) client"
     "tmux: split windows, spawn tabs"
     "xdotool: X11 window management"
     "xorg-xmessage: print detailed crash information in a separate window"
@@ -33,6 +34,6 @@
 
 package() {
     cd "${pkgname}-${pkgver}/src"
-    make install-strip DESTDIR="${pkgdir}" PREFIX=/usr
-    install -D ../UNLICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+    make install-strip DESTDIR="${pkgdir}" PREFIX=/usr libexecdir="${pkgdir}/usr/lib/kak"
+    install -D ../UNLICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



More information about the arch-commits mailing list