[arch-commits] Commit in kakoune/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, September 1, 2020 @ 11:57:38 Author: maximbaz Revision: 695435 archrelease: copy trunk to community-x86_64 Added: kakoune/repos/community-x86_64/PKGBUILD (from rev 695434, kakoune/trunk/PKGBUILD) Deleted: kakoune/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-09-01 11:57:35 UTC (rev 695434) +++ PKGBUILD2020-09-01 11:57:38 UTC (rev 695435) @@ -1,38 +0,0 @@ -# Maintainer: Morten Linderud -# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> -# Contributor: Frank Lenormand -pkgname=kakoune -pkgver=2020.08.04 -pkgrel=1 -pkgdesc="Multiple-selection, UNIX-flavored modal editor" -arch=("x86_64") -url="https://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" -"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=('02469fac1ff83191165536fa52f01907db5be0a734bc90570924b3edbb9cf121') - -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 695434, kakoune/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-09-01 11:57:38 UTC (rev 695435) @@ -0,0 +1,38 @@ +# Maintainer: Morten Linderud +# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Contributor: Frank Lenormand +pkgname=kakoune +pkgver=2020.09.01 +pkgrel=1 +pkgdesc="Multiple-selection, UNIX-flavored modal editor" +arch=("x86_64") +url="https://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" +"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=('861a89c56b5d0ae39628cb706c37a8b55bc289bfbe3c72466ad0e2757ccf0175') + +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 +}
[arch-commits] Commit in kakoune/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, August 4, 2020 @ 11:50:52 Author: maximbaz Revision: 668818 archrelease: copy trunk to community-x86_64 Added: kakoune/repos/community-x86_64/PKGBUILD (from rev 668817, kakoune/trunk/PKGBUILD) Deleted: kakoune/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-08-04 11:50:49 UTC (rev 668817) +++ PKGBUILD2020-08-04 11:50:52 UTC (rev 668818) @@ -1,38 +0,0 @@ -# Maintainer: Morten Linderud -# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> -# Contributor: Frank Lenormand -pkgname=kakoune -pkgver=2020.01.16 -pkgrel=1 -pkgdesc="Multiple-selection, UNIX-flavored modal editor" -arch=("x86_64") -url="https://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" -"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=('a094f1689f0228308f631e371b382b0c0522391fc8b6c23a6cbc71ff404a0dae') - -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 668817, kakoune/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-08-04 11:50:52 UTC (rev 668818) @@ -0,0 +1,38 @@ +# Maintainer: Morten Linderud +# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Contributor: Frank Lenormand +pkgname=kakoune +pkgver=2020.08.04 +pkgrel=1 +pkgdesc="Multiple-selection, UNIX-flavored modal editor" +arch=("x86_64") +url="https://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" +"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=('02469fac1ff83191165536fa52f01907db5be0a734bc90570924b3edbb9cf121') + +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 +}
[arch-commits] Commit in kakoune/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Thursday, January 16, 2020 @ 12:18:36 Author: maximbaz Revision: 552759 archrelease: copy trunk to community-x86_64 Added: kakoune/repos/community-x86_64/PKGBUILD (from rev 552758, kakoune/trunk/PKGBUILD) Deleted: kakoune/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-01-16 12:18:28 UTC (rev 552758) +++ PKGBUILD2020-01-16 12:18:36 UTC (rev 552759) @@ -1,38 +0,0 @@ -# Maintainer: Morten Linderud -# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> -# Contributor: Frank Lenormand -pkgname=kakoune -pkgver=2019.12.10 -pkgrel=1 -pkgdesc="Multiple-selection, UNIX-flavored modal editor" -arch=("x86_64") -url="https://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" -"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=('66ad8d28cecb29b08e5975e659ee91206ca676a0194c730ca4eed026bafa2ff8') - -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 552758, kakoune/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-01-16 12:18:36 UTC (rev 552759) @@ -0,0 +1,38 @@ +# Maintainer: Morten Linderud +# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Contributor: Frank Lenormand +pkgname=kakoune +pkgver=2020.01.16 +pkgrel=1 +pkgdesc="Multiple-selection, UNIX-flavored modal editor" +arch=("x86_64") +url="https://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" +"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=('a094f1689f0228308f631e371b382b0c0522391fc8b6c23a6cbc71ff404a0dae') + +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 +}
[arch-commits] Commit in kakoune/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, December 10, 2019 @ 11:47:49 Author: maximbaz Revision: 536511 archrelease: copy trunk to community-x86_64 Added: kakoune/repos/community-x86_64/PKGBUILD (from rev 536510, kakoune/trunk/PKGBUILD) Deleted: kakoune/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 77 ++--- 1 file changed, 38 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-12-10 11:47:45 UTC (rev 536510) +++ PKGBUILD2019-12-10 11:47:49 UTC (rev 536511) @@ -1,39 +0,0 @@ -# Maintainer: Morten Linderud -# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> -# Contributor: Frank Lenormand -pkgname=kakoune -pkgver=2019.07.01 -pkgrel=1 -pkgdesc="Multiple-selection, UNIX-flavored modal editor" -arch=("x86_64") -url="https://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=('8cf978499000bd71a78736eaee5663bd996f53c4e610c62a9bd97502a3ed6fd3') - -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 536510, kakoune/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-12-10 11:47:49 UTC (rev 536511) @@ -0,0 +1,38 @@ +# Maintainer: Morten Linderud +# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Contributor: Frank Lenormand +pkgname=kakoune +pkgver=2019.12.10 +pkgrel=1 +pkgdesc="Multiple-selection, UNIX-flavored modal editor" +arch=("x86_64") +url="https://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" +"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=('66ad8d28cecb29b08e5975e659ee91206ca676a0194c730ca4eed026bafa2ff8') + +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 +}
[arch-commits] Commit in kakoune/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, July 1, 2019 @ 12:44:18 Author: maximbaz Revision: 486957 archrelease: copy trunk to community-x86_64 Added: kakoune/repos/community-x86_64/PKGBUILD (from rev 486956, kakoune/trunk/PKGBUILD) Deleted: kakoune/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 78 ++--- 1 file changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-07-01 12:44:14 UTC (rev 486956) +++ PKGBUILD2019-07-01 12:44:18 UTC (rev 486957) @@ -1,39 +0,0 @@ -# Maintainer: Morten Linderud -# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> -# Contributor: Frank Lenormand -pkgname=kakoune -pkgver=2019.01.20 -pkgrel=1 -pkgdesc="Multiple-selection, UNIX-flavored modal editor" -arch=("x86_64") -url="https://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 -} Copied: kakoune/repos/community-x86_64/PKGBUILD (from rev 486956, kakoune/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-07-01 12:44:18 UTC (rev 486957) @@ -0,0 +1,39 @@ +# Maintainer: Morten Linderud +# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Contributor: Frank Lenormand +pkgname=kakoune +pkgver=2019.07.01 +pkgrel=1 +pkgdesc="Multiple-selection, UNIX-flavored modal editor" +arch=("x86_64") +url="https://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=('8cf978499000bd71a78736eaee5663bd996f53c4e610c62a9bd97502a3ed6fd3') + +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 +}
[arch-commits] Commit in kakoune/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Saturday, February 16, 2019 @ 12:32:26 Author: maximbaz Revision: 433481 archrelease: copy trunk to community-x86_64 Added: kakoune/repos/community-x86_64/PKGBUILD (from rev 433480, kakoune/trunk/PKGBUILD) Deleted: kakoune/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 78 ++--- 1 file changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-02-16 12:32:05 UTC (rev 433480) +++ PKGBUILD2019-02-16 12:32:26 UTC (rev 433481) @@ -1,39 +0,0 @@ -# Maintainer: Morten Linderud -# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> -# Contributor: Frank Lenormand -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 -} Copied: kakoune/repos/community-x86_64/PKGBUILD (from rev 433480, kakoune/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-02-16 12:32:26 UTC (rev 433481) @@ -0,0 +1,39 @@ +# Maintainer: Morten Linderud +# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Contributor: Frank Lenormand +pkgname=kakoune +pkgver=2019.01.20 +pkgrel=1 +pkgdesc="Multiple-selection, UNIX-flavored modal editor" +arch=("x86_64") +url="https://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 +}
[arch-commits] Commit in kakoune/repos/community-x86_64 (PKGBUILD PKGBUILD)
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 === --- PKGBUILD2019-01-20 12:16:22 UTC (rev 425085) +++ PKGBUILD2019-01-20 12:16:32 UTC (rev 425086) @@ -1,38 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Frank Lenormand -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) +++ PKGBUILD2019-01-20 12:16:32 UTC (rev 425086) @@ -0,0 +1,39 @@ +# Maintainer: Morten Linderud +# Maintainer: Maxim Baz <$pkgname at maximbaz dot com> +# Contributor: Frank Lenormand +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 +}
[arch-commits] Commit in kakoune/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, October 30, 2018 @ 18:35:52 Author: foxboron Revision: 399694 archrelease: copy trunk to community-x86_64 Added: kakoune/repos/community-x86_64/PKGBUILD (from rev 399693, kakoune/trunk/PKGBUILD) Deleted: kakoune/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-30 18:35:39 UTC (rev 399693) +++ PKGBUILD2018-10-30 18:35:52 UTC (rev 399694) @@ -1,38 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Frank Lenormand -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 -} Copied: kakoune/repos/community-x86_64/PKGBUILD (from rev 399693, kakoune/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-30 18:35:52 UTC (rev 399694) @@ -0,0 +1,38 @@ +# Maintainer: Morten Linderud +# Contributor: Frank Lenormand +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 +}
[arch-commits] Commit in kakoune/repos/community-x86_64 (PKGBUILD PKGBUILD)
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 === --- PKGBUILD2018-10-28 12:30:56 UTC (rev 399260) +++ PKGBUILD2018-10-28 12:31:08 UTC (rev 399261) @@ -1,38 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Frank Lenormand -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) +++ PKGBUILD2018-10-28 12:31:08 UTC (rev 399261) @@ -0,0 +1,38 @@ +# Maintainer: Morten Linderud +# Contributor: Frank Lenormand +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 +}
[arch-commits] Commit in kakoune/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, September 3, 2018 @ 23:13:26 Author: foxboron Revision: 376498 archrelease: copy trunk to community-x86_64 Added: kakoune/repos/community-x86_64/PKGBUILD (from rev 376497, kakoune/trunk/PKGBUILD) Deleted: kakoune/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-03 23:13:08 UTC (rev 376497) +++ PKGBUILD2018-09-03 23:13:26 UTC (rev 376498) @@ -1,38 +0,0 @@ -# Maintainer: Morten Linderud -# Contributor: Frank Lenormand -pkgname=kakoune -pkgver=2018.04.13 -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=("dfbaf87479ae30fd87426ae1b5f6cbe4382d6fe17b64a0c58d9475bf038e50dc") - -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 376497, kakoune/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-03 23:13:26 UTC (rev 376498) @@ -0,0 +1,38 @@ +# Maintainer: Morten Linderud +# Contributor: Frank Lenormand +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 +}