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

Morten Linderud foxboron at archlinux.org
Sun Oct 28 12:31:09 UTC 2018


    Date: Sunday, October 28, 2018 @ 12:31:08
  Author: foxboron
Revision: 399261

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-28 12:30:56 UTC (rev 399260)
+++ PKGBUILD	2018-10-28 12:31:08 UTC (rev 399261)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Frank Lenormand <lenormf at gmail dot com>
-pkgname=kakoune
-pkgver=2018.09.04
-pkgrel=2
-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.gz::https://github.com/mawww/kakoune/archive/v${pkgver}.tar.gz")
-sha256sums=('6c143cae27cbd692627aeb81c1de8344e8891e47fafb0f67a02cb8ba9ad8de41')
-
-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 399260, kakoune/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-28 12:31:08 UTC (rev 399261)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Frank Lenormand <lenormf at gmail dot com>
+pkgname=kakoune
+pkgver=2018.10.27
+pkgrel=2
+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.gz::https://github.com/mawww/kakoune/archive/v${pkgver}.tar.gz")
+sha256sums=('6b34292c46e2176fdfc3c232a0111ee58229e101f4e37aabe729a0190ddc4641')
+
+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