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

Evgeniy Alekseev arcanis at archlinux.org
Thu Jan 28 13:47:32 UTC 2016


    Date: Thursday, January 28, 2016 @ 14:47:32
  Author: arcanis
Revision: 159320

archrelease: copy trunk to community-any

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

Deleted: ChangeLog
===================================================================
--- ChangeLog	2016-01-28 13:47:01 UTC (rev 159319)
+++ ChangeLog	2016-01-28 13:47:32 UTC (rev 159320)
@@ -1,8 +0,0 @@
-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 159319, zsh-syntax-highlighting/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2016-01-28 13:47:32 UTC (rev 159320)
@@ -0,0 +1,11 @@
+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-01-28 13:47:01 UTC (rev 159319)
+++ PKGBUILD	2016-01-28 13:47:32 UTC (rev 159320)
@@ -1,29 +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.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}")
-md5sums=('285ebac197414604f9a93597f4c66b78')
-changelog=ChangeLog
-
-package() {
-  install -dm755 "${pkgdir}/usr/share/zsh/plugins/"
-  cp -r "zsh-users-${pkgname}-"* "${pkgdir}/usr/share/zsh/plugins/${pkgname}"
-
-  # docs
-  install -dm755 "${pkgdir}/usr/share/doc"
-  ln -s "/usr/share/zsh/plugins/${pkgname}" \
-        "${pkgdir}/usr/share/doc/${pkgname}"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s "/usr/share/zsh/plugins/${pkgname}/COPYING.md" \
-        "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: zsh-syntax-highlighting/repos/community-any/PKGBUILD (from rev 159319, zsh-syntax-highlighting/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-01-28 13:47:32 UTC (rev 159320)
@@ -0,0 +1,31 @@
+# $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"
+}

Deleted: zsh-syntax-highlighting.install
===================================================================
--- zsh-syntax-highlighting.install	2016-01-28 13:47:01 UTC (rev 159319)
+++ zsh-syntax-highlighting.install	2016-01-28 13:47:32 UTC (rev 159320)
@@ -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 159319, zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install)
===================================================================
--- zsh-syntax-highlighting.install	                        (rev 0)
+++ zsh-syntax-highlighting.install	2016-01-28 13:47:32 UTC (rev 159320)
@@ -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