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

Christian Rebischke shibumi at archlinux.org
Fri Sep 7 14:54:49 UTC 2018


    Date: Friday, September 7, 2018 @ 14:54:48
  Author: shibumi
Revision: 378617

archrelease: copy trunk to community-any

Added:
  zsh-theme-powerlevel9k/repos/community-any/PKGBUILD
    (from rev 378616, 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	2018-09-07 14:54:40 UTC (rev 378616)
+++ PKGBUILD	2018-09-07 14:54:48 UTC (rev 378617)
@@ -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.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:

Copied: zsh-theme-powerlevel9k/repos/community-any/PKGBUILD (from rev 378616, zsh-theme-powerlevel9k/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-07 14:54:48 UTC (rev 378617)
@@ -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.6
+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=('75a406ddba52c70196bffcc5488be27960c05c942b15378408d9a5b9ffb6557eeaaec1af6708897570afffe66ba57e54f2a413b046852b20a0d10cdf2aef233a'
+            'SKIP')
+validpgpkeys=('9EA809E41C334416D156E166FA6DB201CA61083A')
+
+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