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

Evgeniy Alekseev arcanis at archlinux.org
Fri Sep 30 12:59:20 UTC 2016


    Date: Friday, September 30, 2016 @ 12:59:19
  Author: arcanis
Revision: 191084

archrelease: copy trunk to community-any

Added:
  zsh-syntax-highlighting/repos/community-any/ChangeLog
    (from rev 191083, zsh-syntax-highlighting/trunk/ChangeLog)
  zsh-syntax-highlighting/repos/community-any/PKGBUILD
    (from rev 191083, zsh-syntax-highlighting/trunk/PKGBUILD)
  zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install
    (from rev 191083, 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                       |   25 ++++++++------
 PKGBUILD                        |   65 +++++++++++++++++++-------------------
 zsh-syntax-highlighting.install |   16 ++++-----
 3 files changed, 56 insertions(+), 50 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2016-09-30 12:58:58 UTC (rev 191083)
+++ ChangeLog	2016-09-30 12:59:19 UTC (rev 191084)
@@ -1,11 +0,0 @@
-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 191083, zsh-syntax-highlighting/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2016-09-30 12:59:19 UTC (rev 191084)
@@ -0,0 +1,14 @@
+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	2016-09-30 12:58:58 UTC (rev 191083)
+++ PKGBUILD	2016-09-30 12:59:19 UTC (rev 191084)
@@ -1,31 +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.4.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')
-install="${pkgname}.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}")
-md5sums=('c19158bd3240a9274c9347acfafc94f1')
-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
-
-  # 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 191083, zsh-syntax-highlighting/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-09-30 12:59:19 UTC (rev 191084)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com>
+
+pkgname=zsh-syntax-highlighting
+pkgver=0.4.1
+pkgrel=2
+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}")
+md5sums=('c19158bd3240a9274c9347acfafc94f1')
+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"
+}

Deleted: zsh-syntax-highlighting.install
===================================================================
--- zsh-syntax-highlighting.install	2016-09-30 12:58:58 UTC (rev 191083)
+++ zsh-syntax-highlighting.install	2016-09-30 12:59:19 UTC (rev 191084)
@@ -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 191083, zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)
===================================================================
--- zsh-syntax-highlighting.install	                        (rev 0)
+++ zsh-syntax-highlighting.install	2016-09-30 12:59:19 UTC (rev 191084)
@@ -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