[arch-commits] Commit in zsh-syntax-highlighting/repos/community-any (6 files)

Daniel M. Capella polyzen at archlinux.org
Tue Mar 17 01:08:07 UTC 2020


    Date: Tuesday, March 17, 2020 @ 01:08:06
  Author: polyzen
Revision: 599984

archrelease: copy trunk to community-any

Added:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
    (from rev 599983, zsh-syntax-highlighting/trunk/ChangeLog)
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
    (from rev 599983, zsh-syntax-highlighting/trunk/PKGBUILD)
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install
    (from rev 599983, zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)
Deleted:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install

---------------------------------+
 ChangeLog                       |   40 ++++++++++----------
 PKGBUILD                        |   73 ++++++++++++++++++++------------------
 zsh-syntax-highlighting.install |   16 ++++----
 3 files changed, 67 insertions(+), 62 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2020-03-17 01:07:35 UTC (rev 599983)
+++ ChangeLog	2020-03-17 01:08:06 UTC (rev 599984)
@@ -1,20 +0,0 @@
-0.6.0-1:
-upstream update
-
-0.5.0-1:
-upstream update
-
-0.4.1-2:
-add workaround for oh-my-zsh (see https://github.com/zsh-users/zsh-syntax-highlighting/issues/270)
-
-0.4.1-1:
-upstream update
-
-0.4.0-1:
-ustream update
-
-0.3.0-1:
-upstream update
-
-0.2.1-1:
-upstream update

Copied: zsh-syntax-highlighting/repos/community-any/ChangeLog (from rev 599983, zsh-syntax-highlighting/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2020-03-17 01:08:06 UTC (rev 599984)
@@ -0,0 +1,20 @@
+0.6.0-1:
+upstream update
+
+0.5.0-1:
+upstream update
+
+0.4.1-2:
+add workaround for oh-my-zsh (see https://github.com/zsh-users/zsh-syntax-highlighting/issues/270)
+
+0.4.1-1:
+upstream update
+
+0.4.0-1:
+ustream update
+
+0.3.0-1:
+upstream update
+
+0.2.1-1:
+upstream update

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-17 01:07:35 UTC (rev 599983)
+++ PKGBUILD	2020-03-17 01:08:06 UTC (rev 599984)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com>
-
-pkgname=zsh-syntax-highlighting
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Fish shell like syntax highlighting for Zsh"
-arch=('any')
-url="https://github.com/zsh-users/zsh-syntax-highlighting"
-license=('BSD')
-depends=('zsh>=4.3.9')
-install="${pkgname}.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}")
-sha512sums=('a375e6f22b0b4158eafbb245c21d6265c2b0298e82a524ccd2468fe6bcb5d2b71927b11329fc60ec8d479db309d8d0e05f108e089b0a996bef8e5d3f624791e6')
-changelog=ChangeLog
-
-build() {
-  cd "zsh-users-zsh-syntax-highlighting-"*
-  make
-}
-
-package() {
-  cd "zsh-users-zsh-syntax-highlighting-"*
-  make PREFIX="/usr" SHARE_DIR="${pkgdir}/usr/share/zsh/plugins/${pkgname}" DESTDIR="${pkgdir}" install
-  # create symlink for using with oh-my-zsh
-  ln -s "zsh-syntax-highlighting.zsh" \
-       "${pkgdir}/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"
-
-  # licence
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s "/usr/share/doc/${pkgname}/COPYING.md" \
-        "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: zsh-syntax-highlighting/repos/community-any/PKGBUILD (from rev 599983, zsh-syntax-highlighting/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-17 01:08:06 UTC (rev 599984)
@@ -0,0 +1,39 @@
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com>
+
+pkgname=zsh-syntax-highlighting
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Fish shell like syntax highlighting for Zsh"
+arch=('any')
+url="https://github.com/zsh-users/zsh-syntax-highlighting"
+license=('BSD')
+depends=('zsh>=4.3.9')
+checkdepends=('procps-ng')
+install="${pkgname}.install"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}")
+sha512sums=('b2594e265c6ff2b6efcdb92ff604ffb45b670c0f1a99c04fda3d7061154173e1bbaffe89f0665b9dd6e171027b15068e131d01baaf470fea624cd590e3986be4')
+changelog=ChangeLog
+
+build() {
+  cd "zsh-users-zsh-syntax-highlighting-"*
+  make
+}
+
+check() {
+  cd "zsh-users-zsh-syntax-highlighting-"*
+  make quiet-test
+}
+
+package() {
+  cd "zsh-users-zsh-syntax-highlighting-"*
+  make PREFIX="/usr" SHARE_DIR="${pkgdir}/usr/share/zsh/plugins/${pkgname}" DESTDIR="${pkgdir}" install
+  # create symlink for using with oh-my-zsh
+  ln -s "zsh-syntax-highlighting.zsh" \
+       "${pkgdir}/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"
+
+  # licence
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s "/usr/share/doc/${pkgname}/COPYING.md" \
+        "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: zsh-syntax-highlighting.install
===================================================================
--- zsh-syntax-highlighting.install	2020-03-17 01:07:35 UTC (rev 599983)
+++ zsh-syntax-highlighting.install	2020-03-17 01:08:06 UTC (rev 599984)
@@ -1,8 +0,0 @@
-post_install() {
-  cat << EOF
-To activate zsh-syntax-highlighting, add the following line at the end of ~/.zshrc:
-    source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
-EOF
-}
-
-# vim:set ts=2 sw=2 et:

Copied: zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install (from rev 599983, zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)
===================================================================
--- zsh-syntax-highlighting.install	                        (rev 0)
+++ zsh-syntax-highlighting.install	2020-03-17 01:08:06 UTC (rev 599984)
@@ -0,0 +1,8 @@
+post_install() {
+  cat << EOF
+To activate zsh-syntax-highlighting, add the following line at the end of ~/.zshrc:
+    source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+EOF
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list