Date: Monday, September 29, 2014 @ 07:38:55 Author: arcanis Revision: 119743
archrelease: copy trunk to community-any Added: zsh-syntax-highlighting/repos/community-any/ChangeLog (from rev 119742, zsh-syntax-highlighting/trunk/ChangeLog) zsh-syntax-highlighting/repos/community-any/PKGBUILD (from rev 119742, zsh-syntax-highlighting/trunk/PKGBUILD) zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install (from rev 119742, zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install) Deleted: zsh-syntax-highlighting/repos/community-any/PKGBUILD zsh-syntax-highlighting/repos/community-any/zsh-syntax-highlighting.install ---------------------------------+ ChangeLog | 2 + PKGBUILD | 55 +++++++++++++++++++------------------- zsh-syntax-highlighting.install | 16 +++++------ 3 files changed, 38 insertions(+), 35 deletions(-) Copied: zsh-syntax-highlighting/repos/community-any/ChangeLog (from rev 119742, zsh-syntax-highlighting/trunk/ChangeLog) =================================================================== --- ChangeLog (rev 0) +++ ChangeLog 2014-09-29 05:38:55 UTC (rev 119743) @@ -0,0 +1,2 @@ +0.2.1-1: +ustream update Deleted: PKGBUILD =================================================================== --- PKGBUILD 2014-09-29 05:38:42 UTC (rev 119742) +++ PKGBUILD 2014-09-29 05:38:55 UTC (rev 119743) @@ -1,27 +0,0 @@ -# $Id$ -# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com -# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com> - -pkgname=zsh-syntax-highlighting -pkgver=0.2.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 -conflicts=("${pkgname}-git") -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}") -md5sums=('08ea2f2b5f49ab036e2820bd4d479a58') - -package() { - install -dm755 "${pkgdir}/usr/share/zsh/plugins/${pkgname}" - cp -r "${srcdir}"/zsh-users-${pkgname}-*/* "${pkgdir}/usr/share/zsh/plugins/${pkgname}" - - 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 119742, zsh-syntax-highlighting/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2014-09-29 05:38:55 UTC (rev 119743) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org> +# Contributor: Julien Nicoulaud <julien.nicoulaud at gmail dot com> + +pkgname=zsh-syntax-highlighting +pkgver=0.2.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 +conflicts=("${pkgname}-git") +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}") +md5sums=('40f2b7f786b14886cb518c6ee9815dfa') +changelog=ChangeLog + +package() { + install -dm755 "${pkgdir}/usr/share/zsh/plugins/${pkgname}" + cp -r "${srcdir}"/zsh-users-${pkgname}-*/* "${pkgdir}/usr/share/zsh/plugins/${pkgname}" + + 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" +} Deleted: zsh-syntax-highlighting.install =================================================================== --- zsh-syntax-highlighting.install 2014-09-29 05:38:42 UTC (rev 119742) +++ zsh-syntax-highlighting.install 2014-09-29 05:38:55 UTC (rev 119743) @@ -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 119742, zsh-syntax-highlighting/trunk/zsh-syntax-highlighting.install) =================================================================== --- zsh-syntax-highlighting.install (rev 0) +++ zsh-syntax-highlighting.install 2014-09-29 05:38:55 UTC (rev 119743) @@ -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: