[arch-commits] Commit in zsh-theme-powerlevel9k/repos/community-any (2 files)

Christian Rebischke shibumi at archlinux.org
Wed Aug 30 16:25:58 UTC 2017


    Date: Wednesday, August 30, 2017 @ 16:25:57
  Author: shibumi
Revision: 254789

archrelease: copy trunk to community-any

Added:
  zsh-theme-powerlevel9k/repos/community-any/PKGBUILD
    (from rev 254788, zsh-theme-powerlevel9k/trunk/PKGBUILD)
Deleted:
  zsh-theme-powerlevel9k/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-30 16:25:43 UTC (rev 254788)
+++ PKGBUILD	2017-08-30 16:25:57 UTC (rev 254789)
@@ -1,46 +0,0 @@
-# Maintainer: Christian Rebischke <Chris.Rebischke[at]archlinux[dot]org>
-# Contributor: Florian Dejonckheere <florian at floriandejonckheere dot be>
-# Contributor:  jyantis <yantis at yantis.net>
-
-_pkgname=powerlevel9k
-pkgname=zsh-theme-"${_pkgname}"
-pkgver=0.6.3
-pkgrel=2
-pkgdesc='Powerlevel9k theme for zsh'
-arch=('any')
-url='https://github.com/bhilburn/powerlevel9k'
-license=('mit')
-depends=('zsh')
-optdepends=(
-  'powerline-fonts: powerline fonts integration'
-  'awesome-terminal-fonts: icon package'
-  'acpi: battery monitoring'
-  'git: status of repository'
-  'mercurial: status of repository'
-  'systemd: virtualization detection'
-  'openssh: ssh detection')
-
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bhilburn/powerlevel9k/archive/v${pkgver}.tar.gz"
-        "${pkgname}-${pkgver}.tar.gz.asc::https://github.com/bhilburn/powerlevel9k/releases/download/v${pkgver}/powerlevel9k-${pkgver}.tar.gz.asc")
-sha512sums=('2a3d9a4a64f8829c6f4d14196178674b75db6c11c75cdb4b05b1d0fa3389992963f2d42dad542a5c8ab66aa9bfa7e51181f7cda35246d988d3f18baeea71b91b'
-            'SKIP')
-validpgpkeys=('C8D4D38F9ABB16BD3C6170F7ECD0D0410C149675')
-
-package(){
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Install Documentation
-  install -D -m644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-
-  # Install the theme
-  install -D -m644 powerlevel9k.zsh-theme "${pkgdir}/usr/share/zsh-theme-${_pkgname}/${_pkgname}.zsh-theme"
-
-  # Install the utilities
-  for FILE in functions/*.zsh; do
-    install -D -m644 "${FILE}" "${pkgdir}/usr/share/zsh-theme-${_pkgname}/functions/$(basename ${FILE})"
-  done
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: zsh-theme-powerlevel9k/repos/community-any/PKGBUILD (from rev 254788, zsh-theme-powerlevel9k/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-08-30 16:25:57 UTC (rev 254789)
@@ -0,0 +1,46 @@
+# Maintainer: Christian Rebischke <Chris.Rebischke[at]archlinux[dot]org>
+# Contributor: Florian Dejonckheere <florian at floriandejonckheere dot be>
+# Contributor:  jyantis <yantis at yantis.net>
+
+_pkgname=powerlevel9k
+pkgname=zsh-theme-"${_pkgname}"
+pkgver=0.6.4
+pkgrel=1
+pkgdesc='Powerlevel9k theme for zsh'
+arch=('any')
+url='https://github.com/bhilburn/powerlevel9k'
+license=('mit')
+depends=('zsh')
+optdepends=(
+  'powerline-fonts: powerline fonts integration'
+  'awesome-terminal-fonts: icon package'
+  'acpi: battery monitoring'
+  'git: status of repository'
+  'mercurial: status of repository'
+  'systemd: virtualization detection'
+  'openssh: ssh detection')
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bhilburn/powerlevel9k/archive/v${pkgver}.tar.gz"
+        "${pkgname}-${pkgver}.tar.gz.asc::https://github.com/bhilburn/powerlevel9k/releases/download/v${pkgver}/powerlevel9k-${pkgver}.tar.gz.asc")
+sha512sums=('14b2b2b7ccfef2adba07b61fcb2b2662f06ef04140d579b62f587e665e83825cfaf3eca3092d06a263e4d4c852c33ecfdf63f42c05fe48b931f7bfcd0088da5d'
+            'SKIP')
+validpgpkeys=('C8D4D38F9ABB16BD3C6170F7ECD0D0410C149675')
+
+package(){
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Install Documentation
+  install -D -m644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+
+  # Install the theme
+  install -D -m644 powerlevel9k.zsh-theme "${pkgdir}/usr/share/zsh-theme-${_pkgname}/${_pkgname}.zsh-theme"
+
+  # Install the utilities
+  for FILE in functions/*.zsh; do
+    install -D -m644 "${FILE}" "${pkgdir}/usr/share/zsh-theme-${_pkgname}/functions/$(basename ${FILE})"
+  done
+}
+
+# vim:set et sw=2 ts=2 tw=79:



More information about the arch-commits mailing list