[arch-commits] Commit in kakoune/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Sun Jan 20 12:16:33 UTC 2019


    Date: Sunday, January 20, 2019 @ 12:16:32
  Author: maximbaz
Revision: 425086

archrelease: copy trunk to community-x86_64

Added:
  kakoune/repos/community-x86_64/PKGBUILD
    (from rev 425085, kakoune/trunk/PKGBUILD)
Deleted:
  kakoune/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-20 12:16:22 UTC (rev 425085)
+++ PKGBUILD	2019-01-20 12:16:32 UTC (rev 425086)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Frank Lenormand <lenormf at gmail dot com>
-pkgname=kakoune
-pkgver=2018.10.27
-pkgrel=3
-pkgdesc="Vim-inspired, selection-oriented code editor"
-arch=("x86_64")
-url="http://kakoune.org/"
-license=("custom:unlicense")
-depends=("ncurses")
-optdepends=(
-    "aspell: spell checking support"
-    "clang: C/C++ completion and diagnostics support"
-    "ranger: filesystem explorer"
-    "tmux: splitting and creating windows"
-#    "universal-ctags-git: provides \`readtags\` used to jump to a symbol's definition"
-    "xdotool: X11 utility to focus arbitrary kakoune clients"
-    "xorg-xmessage: display debug messages in a new window"
-)
-makedepends=("asciidoc")
-source=("$pkgname-$pkgver.tar.bz2::https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2")
-sha256sums=('687a173c8f94fb66aad899e7a3095fe8f08e1fdcab955dbc6785335427cc8a1d')
-
-build() {
-    cd "${pkgname}-${pkgver}/src"
-    make debug=no
-}
-
-check() {
-    cd "${pkgname}-${pkgver}/src"
-    make debug=no test
-}
-
-package() {
-    cd "${pkgname}-${pkgver}/src"
-    make debug=no install-strip DESTDIR="${pkgdir}" PREFIX=/usr
-    install -D ../UNLICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: kakoune/repos/community-x86_64/PKGBUILD (from rev 425085, kakoune/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-20 12:16:32 UTC (rev 425086)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Frank Lenormand <lenormf at gmail dot com>
+pkgname=kakoune
+pkgver=2019.01.20
+pkgrel=1
+pkgdesc="Multiple-selection, UNIX-flavored modal editor"
+arch=("x86_64")
+url="http://kakoune.org/"
+license=("custom:unlicense")
+depends=("ncurses")
+optdepends=(
+    "aspell: spell checking support"
+    "clang: C/C++ completion and diagnostics support"
+    "kak-lsp: LSP client"
+    "ranger: filesystem explorer"
+    "tmux: splitting and creating windows"
+#    "universal-ctags-git: provides \`readtags\` used to jump to a symbol's definition"
+    "xdotool: X11 utility to focus arbitrary kakoune clients"
+    "xorg-xmessage: display debug messages in a new window"
+)
+source=("https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2")
+sha256sums=('991103a227be00ca1b10ad575fd6c749fa4c99eb19763971c7b1e113e299b995')
+
+build() {
+    cd "${pkgname}-${pkgver}/src"
+    make debug=no
+}
+
+check() {
+    cd "${pkgname}-${pkgver}/src"
+    make debug=no test
+}
+
+package() {
+    cd "${pkgname}-${pkgver}/src"
+    make debug=no install-strip DESTDIR="${pkgdir}" PREFIX=/usr
+    install -D ../UNLICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list