[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-10-18 Thread Christian Rebischke via arch-commits
Date: Sunday, October 18, 2020 @ 11:09:50
  Author: shibumi
Revision: 725905

upgpkg: zsh-theme-powerlevel10k 1.13.0-1

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-18 11:07:38 UTC (rev 725904)
+++ PKGBUILD2020-10-18 11:09:50 UTC (rev 725905)
@@ -5,9 +5,9 @@
 
 pkgname=zsh-theme-powerlevel10k
 # Whenever pkgver is updated, _libgit2ver below must also be updated.
-pkgver=1.12.0
+pkgver=1.13.0
 _libgit2ver="tag-d6c37a38587c9af2a9e63449fc8bf951dca0e854"
-pkgrel=3
+pkgrel=1
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
 arch=('x86_64')
 url='https://github.com/romkatv/powerlevel10k'
@@ -23,7 +23,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;
   
"libgit2-${_libgit2ver}.tar.gz::https://github.com/romkatv/libgit2/archive/${_libgit2ver}.tar.gz;)
-sha512sums=('c0b25a8c4a92979ad5aa86564996ecfc27200161a11341dfff569fe25d0240a411f0f493038fafbedbf1c1f7e7cd31639c0d339bdfdd2dba59b400e31373c998'
+sha512sums=('ebc396cd7bce741d8330e37b67d52ac2d355740cb95a81dd6fc8592550e7e76cc916765a419b81de57e68b177416b38caa0977fd93accce16b9fc84b52a2d328'
 
'11fd09ce20191392947d171e9212a33a998c1f2c4bcb8ab7440a0dc88653ff1324a1529984a607d545ab8863738f4eb946134c46f44bd1c200c6d98c02657292')
 replaces=('zsh-theme-powerlevel9k')
 


[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-07-07 Thread Christian Rebischke via arch-commits
Date: Tuesday, July 7, 2020 @ 12:10:54
  Author: shibumi
Revision: 658119

upgpkg: zsh-theme-powerlevel10k 1.12.0-3 remove gitkeep directory

see https://bugs.archlinux.org/task/66737#comment189739

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 11:54:57 UTC (rev 658118)
+++ PKGBUILD2020-07-07 12:10:54 UTC (rev 658119)
@@ -7,7 +7,7 @@
 # Whenever pkgver is updated, _libgit2ver below must also be updated.
 pkgver=1.12.0
 _libgit2ver="tag-d6c37a38587c9af2a9e63449fc8bf951dca0e854"
-pkgrel=2
+pkgrel=3
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
 arch=('x86_64')
 url='https://github.com/romkatv/powerlevel10k'
@@ -66,6 +66,7 @@
   rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/mbuild"
   rm "${pkgdir}/usr/share/zsh-theme-powerlevel10k/.gitattributes"
   rm "${pkgdir}/usr/share/zsh-theme-powerlevel10k/.gitignore"
+  rm -rf 
"${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/usrbin/.gitkeep"
   rm "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.clang-format"
   rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.vscode/"
   cd "${pkgdir}/usr/share/zsh-theme-powerlevel10k/"


[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-07-07 Thread Christian Rebischke via arch-commits
Date: Tuesday, July 7, 2020 @ 11:54:51
  Author: shibumi
Revision: 658117

upgpkg: zsh-theme-powerlevel10k 1.12.0-2 change gitstatusd name

Remove the gitstatusd renaming, because appname has changed on upstream:

https://github.com/romkatv/powerlevel10k/commit/b0158178925484c058e6175e174b639237532c63

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 11:51:00 UTC (rev 658116)
+++ PKGBUILD2020-07-07 11:54:51 UTC (rev 658117)
@@ -6,8 +6,8 @@
 pkgname=zsh-theme-powerlevel10k
 # Whenever pkgver is updated, _libgit2ver below must also be updated.
 pkgver=1.12.0
-_libgit2ver="tag-005f77dca6dbe8788e55139fa1199fc94cc04f9a"
-pkgrel=1
+_libgit2ver="tag-d6c37a38587c9af2a9e63449fc8bf951dca0e854"
+pkgrel=2
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
 arch=('x86_64')
 url='https://github.com/romkatv/powerlevel10k'
@@ -24,7 +24,7 @@
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;
   
"libgit2-${_libgit2ver}.tar.gz::https://github.com/romkatv/libgit2/archive/${_libgit2ver}.tar.gz;)
 
sha512sums=('c0b25a8c4a92979ad5aa86564996ecfc27200161a11341dfff569fe25d0240a411f0f493038fafbedbf1c1f7e7cd31639c0d339bdfdd2dba59b400e31373c998'
-
'1f4ff3844c19cc9fc9857191075cfdda4cf01797b86cfa9fd29ac2a8baf47051211d533fd72f2d273f8ce7c625b59dd965557d8295af084208cc7fb26ba81a34')
+
'11fd09ce20191392947d171e9212a33a998c1f2c4bcb8ab7440a0dc88653ff1324a1529984a607d545ab8863738f4eb946134c46f44bd1c200c6d98c02657292')
 replaces=('zsh-theme-powerlevel9k')
 
 build() {
@@ -68,10 +68,6 @@
   rm "${pkgdir}/usr/share/zsh-theme-powerlevel10k/.gitignore"
   rm "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.clang-format"
   rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.vscode/"
-  # unfortunetaly this is necessary. Otherwise gitstatus/install will try to
-  # sideload the gitstatus binary and place it in $HOME/.cache/gitstatus/
-  mv 
"${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/usrbin/"{gitstatusd,gitstatusd-linux-$CARCH}
-  # make sure to apply zsh compiling on files in pkgdir
   cd "${pkgdir}/usr/share/zsh-theme-powerlevel10k/"
   for file in *.zsh-theme internal/*.zsh gitstatus/*.zsh gitstatus/install; do
 zsh -fc "emulate zsh -o no_aliases && zcompile -R -- $file.zwc $file"


[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-07-06 Thread Christian Rebischke via arch-commits
Date: Monday, July 6, 2020 @ 20:15:13
  Author: shibumi
Revision: 658058

upgpkg: zsh-theme-powerlevel10k 1.12.0-1

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-06 20:01:26 UTC (rev 658057)
+++ PKGBUILD2020-07-06 20:15:13 UTC (rev 658058)
@@ -5,7 +5,7 @@
 
 pkgname=zsh-theme-powerlevel10k
 # Whenever pkgver is updated, _libgit2ver below must also be updated.
-pkgver=1.11.0
+pkgver=1.12.0
 _libgit2ver="tag-005f77dca6dbe8788e55139fa1199fc94cc04f9a"
 pkgrel=1
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
@@ -23,7 +23,7 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;
   
"libgit2-${_libgit2ver}.tar.gz::https://github.com/romkatv/libgit2/archive/${_libgit2ver}.tar.gz;)
-sha512sums=('28177cc961f1fe5460f5ab1c792b539876f3b613d2b74df4de62ec32581e009067345ac3c98fe7350161e8df3e7774245e3df1eb933f49a0627648fded1198e1'
+sha512sums=('c0b25a8c4a92979ad5aa86564996ecfc27200161a11341dfff569fe25d0240a411f0f493038fafbedbf1c1f7e7cd31639c0d339bdfdd2dba59b400e31373c998'
 
'1f4ff3844c19cc9fc9857191075cfdda4cf01797b86cfa9fd29ac2a8baf47051211d533fd72f2d273f8ce7c625b59dd965557d8295af084208cc7fb26ba81a34')
 replaces=('zsh-theme-powerlevel9k')
 


[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-06-01 Thread Christian Rebischke via arch-commits
Date: Monday, June 1, 2020 @ 09:51:03
  Author: shibumi
Revision: 637806

upgpkg: zsh-theme-powerlevel10k 1.11.0-1 update + use CARCH

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-01 09:42:14 UTC (rev 637805)
+++ PKGBUILD2020-06-01 09:51:03 UTC (rev 637806)
@@ -5,9 +5,9 @@
 
 pkgname=zsh-theme-powerlevel10k
 # Whenever pkgver is updated, _libgit2ver below must also be updated.
-pkgver=1.10.1
+pkgver=1.11.0
 _libgit2ver="tag-005f77dca6dbe8788e55139fa1199fc94cc04f9a"
-pkgrel=3
+pkgrel=1
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
 arch=('x86_64')
 url='https://github.com/romkatv/powerlevel10k'
@@ -23,9 +23,8 @@
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;
   
"libgit2-${_libgit2ver}.tar.gz::https://github.com/romkatv/libgit2/archive/${_libgit2ver}.tar.gz;)
-sha512sums=(
-  
'4004d86ad00cec9c23f7f1af1a82708cd17fa7e5aa2eddd5300c7a900aeee8e22e50c687bb45169979c713325ed1b684110de473ff58c4edb3f284133e927cb1'
-  
'1f4ff3844c19cc9fc9857191075cfdda4cf01797b86cfa9fd29ac2a8baf47051211d533fd72f2d273f8ce7c625b59dd965557d8295af084208cc7fb26ba81a34')
+sha512sums=('28177cc961f1fe5460f5ab1c792b539876f3b613d2b74df4de62ec32581e009067345ac3c98fe7350161e8df3e7774245e3df1eb933f49a0627648fded1198e1'
+
'1f4ff3844c19cc9fc9857191075cfdda4cf01797b86cfa9fd29ac2a8baf47051211d533fd72f2d273f8ce7c625b59dd965557d8295af084208cc7fb26ba81a34')
 replaces=('zsh-theme-powerlevel9k')
 
 build() {
@@ -71,7 +70,7 @@
   rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.vscode/"
   # unfortunetaly this is necessary. Otherwise gitstatus/install will try to
   # sideload the gitstatus binary and place it in $HOME/.cache/gitstatus/
-  mv 
"${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/usrbin/"{gitstatusd,gitstatusd-linux-x86_64}
+  mv 
"${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/usrbin/"{gitstatusd,gitstatusd-linux-$CARCH}
   # make sure to apply zsh compiling on files in pkgdir
   cd "${pkgdir}/usr/share/zsh-theme-powerlevel10k/"
   for file in *.zsh-theme internal/*.zsh gitstatus/*.zsh gitstatus/install; do


[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-05-26 Thread Christian Rebischke via arch-commits
Date: Tuesday, May 26, 2020 @ 12:45:44
  Author: shibumi
Revision: 635037

upgpkg: zsh-theme-powerlevel10k 1.10.1-3 Fix Flags for libgit2 and remove more 
files

This commit fixes the flags for libgit2 via removing -DCMAKE_BUILD_TYPE=Release.
Also it removes more unnecessary files

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-26 12:26:05 UTC (rev 635036)
+++ PKGBUILD2020-05-26 12:45:44 UTC (rev 635037)
@@ -7,7 +7,7 @@
 # Whenever pkgver is updated, _libgit2ver below must also be updated.
 pkgver=1.10.1
 _libgit2ver="tag-005f77dca6dbe8788e55139fa1199fc94cc04f9a"
-pkgrel=2
+pkgrel=3
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
 arch=('x86_64')
 url='https://github.com/romkatv/powerlevel10k'
@@ -31,7 +31,6 @@
 build() {
   cd "${srcdir}/libgit2-${_libgit2ver}"
   cmake \
-   -DCMAKE_BUILD_TYPE=Release \
-DZERO_NSEC=ON \
-DTHREADSAFE=ON \
-DUSE_BUNDLED_ZLIB=ON \
@@ -66,6 +65,10 @@
   rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/deps"
   rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/Makefile"
   rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/mbuild"
+  rm "${pkgdir}/usr/share/zsh-theme-powerlevel10k/.gitattributes"
+  rm "${pkgdir}/usr/share/zsh-theme-powerlevel10k/.gitignore"
+  rm "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.clang-format"
+  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.vscode/"
   # unfortunetaly this is necessary. Otherwise gitstatus/install will try to
   # sideload the gitstatus binary and place it in $HOME/.cache/gitstatus/
   mv 
"${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/usrbin/"{gitstatusd,gitstatusd-linux-x86_64}


[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-05-26 Thread Christian Rebischke via arch-commits
Date: Tuesday, May 26, 2020 @ 12:13:10
  Author: shibumi
Revision: 635033

upgpkg: zsh-theme-powerlevel10k 1.10.1-2 Fix #66737

This commit is the final commit and should fix
the installation errors in the last two package versions.

See https://bugs.archlinux.org/task/66737 for more information.

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-26 12:11:11 UTC (rev 635032)
+++ PKGBUILD2020-05-26 12:13:10 UTC (rev 635033)
@@ -7,7 +7,7 @@
 # Whenever pkgver is updated, _libgit2ver below must also be updated.
 pkgver=1.10.1
 _libgit2ver="tag-005f77dca6dbe8788e55139fa1199fc94cc04f9a"
-pkgrel=1
+pkgrel=2
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
 arch=('x86_64')
 url='https://github.com/romkatv/powerlevel10k'
@@ -57,18 +57,20 @@
 package() {
   cd "$srcdir/powerlevel10k-${pkgver}"
   find . -type f -exec install -D '{}' 
"$pkgdir/usr/share/zsh-theme-powerlevel10k/{}" ';'
+  # delete unnecessary files. See also: https://bugs.archlinux.org/task/66737
   rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/obj"
   rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.gitignore"
   rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.gitattributes"
   rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/src"
   rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/build"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/build.info"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/install"
-  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/install.info"
   rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/deps"
   rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/Makefile"
   rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/mbuild"
+  # unfortunetaly this is necessary. Otherwise gitstatus/install will try to
+  # sideload the gitstatus binary and place it in $HOME/.cache/gitstatus/
   mv 
"${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/usrbin/"{gitstatusd,gitstatusd-linux-x86_64}
+  # make sure to apply zsh compiling on files in pkgdir
+  cd "${pkgdir}/usr/share/zsh-theme-powerlevel10k/"
   for file in *.zsh-theme internal/*.zsh gitstatus/*.zsh gitstatus/install; do
 zsh -fc "emulate zsh -o no_aliases && zcompile -R -- $file.zwc $file"
   done


[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-05-25 Thread Christian Rebischke via arch-commits
Date: Monday, May 25, 2020 @ 20:54:51
  Author: shibumi
Revision: 634953

upgpkg: zsh-theme-powerlevel10k 1.10.1-1

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |   89 +++--
 1 file changed, 58 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-25 20:41:37 UTC (rev 634952)
+++ PKGBUILD2020-05-25 20:54:51 UTC (rev 634953)
@@ -1,48 +1,75 @@
 # Maintainer: Christian Rebischke 
 # Contributor: Jeff Henson 
 # Contributor: Ron Asimi 
+# Contributor: Roman Perepelitsa 
 
 pkgname=zsh-theme-powerlevel10k
-pkgver=1.8.0
+# Whenever pkgver is updated, _libgit2ver below must also be updated.
+pkgver=1.10.1
+_libgit2ver="tag-005f77dca6dbe8788e55139fa1199fc94cc04f9a"
 pkgrel=1
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
-arch=('any')
+arch=('x86_64')
 url='https://github.com/romkatv/powerlevel10k'
 license=('MIT')
-depends=('zsh')
-conflicts=('zsh-theme-powerlevel9k')
+makedepends=('git' 'cmake')
+depends=('glibc' 'zsh')
 optdepends=(
   'powerline-fonts: patched fonts for powerline'
   '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/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;)
-sha512sums=('a6689be840d63b3ae59f9cd521e8a061d631a592d738ecea4d09e0b9cd6eaee241bda093439e02fece35da40001aab05cef822db92ac4b6fa96e6ccb68e73ac4')
+# _libgit2ver depends on pkgver. They must be updated together. See 
libgit2_version in:
+# 
https://raw.githubusercontent.com/romkatv/powerlevel10k/v${pkgver}/gitstatus/build.info
+source=(
+  
"${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;
+  
"libgit2-${_libgit2ver}.tar.gz::https://github.com/romkatv/libgit2/archive/${_libgit2ver}.tar.gz;)
+sha512sums=(
+  
'4004d86ad00cec9c23f7f1af1a82708cd17fa7e5aa2eddd5300c7a900aeee8e22e50c687bb45169979c713325ed1b684110de473ff58c4edb3f284133e927cb1'
+  
'1f4ff3844c19cc9fc9857191075cfdda4cf01797b86cfa9fd29ac2a8baf47051211d533fd72f2d273f8ce7c625b59dd965557d8295af084208cc7fb26ba81a34')
+replaces=('zsh-theme-powerlevel9k')
 
-package()
-{
-  cd "${srcdir}/powerlevel10k-${pkgver}"
+build() {
+  cd "${srcdir}/libgit2-${_libgit2ver}"
+  cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DZERO_NSEC=ON \
+   -DTHREADSAFE=ON \
+   -DUSE_BUNDLED_ZLIB=ON \
+   -DREGEX_BACKEND=builtin \
+   -DUSE_HTTP_PARSER=builtin \
+   -DUSE_SSH=OFF \
+   -DUSE_HTTPS=OFF \
+   -DBUILD_CLAR=OFF \
+   -DUSE_GSSAPI=OFF \
+   -DUSE_NTLMCLIENT=OFF \
+   -DBUILD_SHARED_LIBS=OFF \
+   -DENABLE_REPRODUCIBLE_BUILDS=ON \
+   .
+  make
 
-  # Install license
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # build gitstatus
+  cd "$srcdir/powerlevel10k-${pkgver}/gitstatus"
+  export CXXFLAGS+=" -I${srcdir}/libgit2-${_libgit2ver}/include 
-DGITSTATUS_ZERO_NSEC -D_GNU_SOURCE"
+  export LDFLAGS+=" -L${srcdir}/libgit2-${_libgit2ver}"
+  make
+}
 
-  # Install Documentation
-  install -D -m644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-
-  # Install the theme
-  install -D -m644 powerlevel10k.zsh-theme 
"${pkgdir}/usr/share/${pkgname}/powerlevel10k.zsh-theme"
-  install -D -m644 powerlevel9k.zsh-theme 
"${pkgdir}/usr/share/${pkgname}/powerlevel9k.zsh-theme"
-
-  # Install the utilities
-  install -D -m755 prompt_powerlevel10k_setup 
"${pkgdir}/usr/share/${pkgname}/prompt_powerlevel10k_setup"
-  install -D -m755 prompt_powerlevel9k_setup 
"${pkgdir}/usr/share/${pkgname}/prompt_powerlevel9k_setup"
-  install -d "${pkgdir}/usr/share/${pkgname}/config"
-  cp -R config "${pkgdir}/usr/share/${pkgname}/"
-  install -d "${pkgdir}/usr/share/${pkgname}/gitstatus/bin"
-  cp -R gitstatus "${pkgdir}/usr/share/${pkgname}/"
-  cp -R internal "${pkgdir}/usr/share/${pkgname}/"
+package() {
+  cd "$srcdir/powerlevel10k-${pkgver}"
+  find . -type f -exec install -D '{}' 
"$pkgdir/usr/share/zsh-theme-powerlevel10k/{}" ';'
+  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/obj"
+  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.gitignore"
+  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/.gitattributes"
+  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/src"
+  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/build"
+  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/build.info"
+  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/install"
+  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/install.info"
+  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/deps"
+  rm -rf "${pkgdir}/usr/share/zsh-theme-powerlevel10k/gitstatus/Makefile"
+  rm -rf 

[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-05-10 Thread Christian Rebischke via arch-commits
Date: Sunday, May 10, 2020 @ 23:12:44
  Author: shibumi
Revision: 626241

upgpkg: zsh-theme-powerlevel10k 1.8.0-1

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 22:28:03 UTC (rev 626240)
+++ PKGBUILD2020-05-10 23:12:44 UTC (rev 626241)
@@ -3,8 +3,8 @@
 # Contributor: Ron Asimi 
 
 pkgname=zsh-theme-powerlevel10k
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
 arch=('any')
 url='https://github.com/romkatv/powerlevel10k'
@@ -21,7 +21,7 @@
   'openssh: ssh detection'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;)
-sha512sums=('2c4e5c7fd37a62496efd048889c1329086a16c7e779694101798e67d0b8cc15118f937ea61282234272341f5be492057eb6c2f3f6cd06294ca9ea3ef4ce4d0ed')
+sha512sums=('a6689be840d63b3ae59f9cd521e8a061d631a592d738ecea4d09e0b9cd6eaee241bda093439e02fece35da40001aab05cef822db92ac4b6fa96e6ccb68e73ac4')
 
 package()
 {


[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-05-04 Thread Christian Rebischke via arch-commits
Date: Monday, May 4, 2020 @ 09:20:55
  Author: shibumi
Revision: 624722

upgpkg: zsh-theme-powerlevel10k 1.7.0-2 fix optdeps + source array

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 08:45:00 UTC (rev 624721)
+++ PKGBUILD2020-05-04 09:20:55 UTC (rev 624722)
@@ -4,7 +4,7 @@
 
 pkgname=zsh-theme-powerlevel10k
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
 arch=('any')
 url='https://github.com/romkatv/powerlevel10k'
@@ -13,11 +13,6 @@
 conflicts=('zsh-theme-powerlevel9k')
 optdepends=(
   'powerline-fonts: patched fonts for powerline'
-  'oh-my-zsh-git: oh-my-zsh integration'
-  'prezto-git: Prezto integration'
-  'antigen: Antigen integration'
-  'zpm: ZPM integration'
-  'zsh-zim-git: Zim integration'
   'awesome-terminal-fonts: icon package'
   'acpi: battery monitoring'
   'git: status of repository'
@@ -25,7 +20,7 @@
   'systemd: virtualization detection'
   'openssh: ssh detection'
 )
-source=("https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;)
 
sha512sums=('2c4e5c7fd37a62496efd048889c1329086a16c7e779694101798e67d0b8cc15118f937ea61282234272341f5be492057eb6c2f3f6cd06294ca9ea3ef4ce4d0ed')
 
 package()


[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-05-01 Thread Christian Rebischke via arch-commits
Date: Friday, May 1, 2020 @ 12:43:47
  Author: shibumi
Revision: 623814

upgpkg: zsh-theme-powerlevel10k 1.7.0-1

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-01 12:42:17 UTC (rev 623813)
+++ PKGBUILD2020-05-01 12:43:47 UTC (rev 623814)
@@ -3,7 +3,7 @@
 # Contributor: Ron Asimi 
 
 pkgname=zsh-theme-powerlevel10k
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
 arch=('any')
@@ -26,7 +26,7 @@
   'openssh: ssh detection'
 )
 source=("https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;)
-sha512sums=('4533199ae45b7ce83eb765b0dae1bd21e0067e1edbfec1a621942aa78c8a9202758c5688090ddf86236d0483b6fa3b2748e288fae52b997c22338c1ea486e911')
+sha512sums=('2c4e5c7fd37a62496efd048889c1329086a16c7e779694101798e67d0b8cc15118f937ea61282234272341f5be492057eb6c2f3f6cd06294ca9ea3ef4ce4d0ed')
 
 package()
 {


[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-04-30 Thread Christian Rebischke via arch-commits
Date: Thursday, April 30, 2020 @ 20:40:32
  Author: shibumi
Revision: 623430

upgpkg: zsh-theme-powerlevel10k 1.6.0-1

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-30 20:40:15 UTC (rev 623429)
+++ PKGBUILD2020-04-30 20:40:32 UTC (rev 623430)
@@ -3,7 +3,7 @@
 # Contributor: Ron Asimi 
 
 pkgname=zsh-theme-powerlevel10k
-pkgver=1.5.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
 arch=('any')
@@ -26,7 +26,7 @@
   'openssh: ssh detection'
 )
 source=("https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;)
-sha512sums=('c72f42dc96a0e3d6536436a9d5e261a1613f928043e725a5acba441612d9f89e2f37e53df94623a04cd1208b0868ecd416f23542087c67c46b4d4163e994758b')
+sha512sums=('4533199ae45b7ce83eb765b0dae1bd21e0067e1edbfec1a621942aa78c8a9202758c5688090ddf86236d0483b6fa3b2748e288fae52b997c22338c1ea486e911')
 
 package()
 {


[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-04-25 Thread Christian Rebischke via arch-commits
Date: Saturday, April 25, 2020 @ 14:56:22
  Author: shibumi
Revision: 620811

upgpkg: zsh-theme-powerlevel10k 1.5.0-1

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 14:55:59 UTC (rev 620810)
+++ PKGBUILD2020-04-25 14:56:22 UTC (rev 620811)
@@ -3,8 +3,8 @@
 # Contributor: Ron Asimi 
 
 pkgname=zsh-theme-powerlevel10k
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.5.0
+pkgrel=1
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
 arch=('any')
 url='https://github.com/romkatv/powerlevel10k'
@@ -26,7 +26,7 @@
   'openssh: ssh detection'
 )
 source=("https://github.com/romkatv/powerlevel10k/archive/v${pkgver}.tar.gz;)
-sha256sums=('233d817229731d80076d0c8312fb0130bf2d3e4300de1b8265866e43abc87c3c')
+sha512sums=('c72f42dc96a0e3d6536436a9d5e261a1613f928043e725a5acba441612d9f89e2f37e53df94623a04cd1208b0868ecd416f23542087c67c46b4d4163e994758b')
 
 package()
 {


[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-04-04 Thread Christian Rebischke via arch-commits
Date: Saturday, April 4, 2020 @ 12:02:36
  Author: shibumi
Revision: 611566

upgpkg: zsh-theme-powerlevel10k 1.4.0-3 Fix #66107

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-04 12:01:21 UTC (rev 611565)
+++ PKGBUILD2020-04-04 12:02:36 UTC (rev 611566)
@@ -4,7 +4,7 @@
 
 pkgname=zsh-theme-powerlevel10k
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility 
and out-of-the-box experience."
 arch=('any')
 url='https://github.com/romkatv/powerlevel10k'
@@ -11,7 +11,6 @@
 license=('MIT')
 depends=('zsh')
 conflicts=('zsh-theme-powerlevel9k')
-replaces=('zsh-theme-powerlevel9k')
 optdepends=(
   'powerline-fonts: patched fonts for powerline'
   'oh-my-zsh-git: oh-my-zsh integration'


[arch-commits] Commit in zsh-theme-powerlevel10k/trunk (PKGBUILD)

2020-03-20 Thread Christian Rebischke via arch-commits
Date: Friday, March 20, 2020 @ 21:23:27
  Author: shibumi
Revision: 602139

fix arrays

Modified:
  zsh-theme-powerlevel10k/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-20 21:21:40 UTC (rev 602138)
+++ PKGBUILD2020-03-20 21:23:27 UTC (rev 602139)
@@ -10,8 +10,8 @@
 url='https://github.com/romkatv/powerlevel10k'
 license=('MIT')
 depends=('zsh')
-conflicts=zsh-theme-powerlevel9k
-replaces=zsh-theme-powerlevel9k
+conflicts=('zsh-theme-powerlevel9k')
+replaces=('zsh-theme-powerlevel9k')
 optdepends=(
   'powerline-fonts: patched fonts for powerline'
   'oh-my-zsh-git: oh-my-zsh integration'