[arch-commits] Commit in i3status-rust/repos/community-x86_64 (PKGBUILD PKGBUILD)

Frederik Schwan freswa at archlinux.org
Sun Jun 27 21:26:13 UTC 2021


    Date: Sunday, June 27, 2021 @ 21:26:13
  Author: freswa
Revision: 967619

archrelease: copy trunk to community-x86_64

Added:
  i3status-rust/repos/community-x86_64/PKGBUILD
    (from rev 967618, i3status-rust/trunk/PKGBUILD)
Deleted:
  i3status-rust/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-27 21:26:10 UTC (rev 967618)
+++ PKGBUILD	2021-06-27 21:26:13 UTC (rev 967619)
@@ -1,52 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-
-pkgname=i3status-rust
-pkgver=0.20.1
-pkgrel=1
-pkgdesc='Resourcefriendly and feature-rich replacement for i3status, written in pure Rust'
-arch=('x86_64')
-url='https://github.com/greshake/i3status-rust'
-license=('GPL3')
-depends=('libpulse')
-makedepends=('rust')
-optdepends=('alsa-utils: for the volume block'
-            'bluez: for the bluetooth block'
-            'curl: for the weather block'
-            'fakeroot: for the pacman block to show pending updates'
-            'ibus: for the ibus block'
-            'iw: display wifi signal strength in net block'
-            'kdeconnect: for the kdeconnect block'
-            'lm_sensors: for the temperature block'
-            'networkmanager: for the networkmanager block'
-            'powerline-fonts: for all themes using the Powerline arrow char'
-            'pulseaudio: for the volume block'
-            'speedtest-cli: for the speedtest block'
-            'ttf-font-awesome: for the awesome icons'
-            'upower: for the battery block')
-source=("https://github.com/greshake/i3status-rust/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('17b81e8903b1ae8a8f93d7db8f52ddea07d12e1f17424e671be6c183b71eabdac1dc26809f0ad6ecd450cd78957da1c8dd1c4c15094288dd1eca18e124e40435')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked --features 'pulseaudio maildir'
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 -t "${pkgdir}"/usr/bin target/release/i3status-rs
-  install -Dm644 -t "${pkgdir}"/usr/share/man/man1 man/i3status-rs.1
-
-  for icon in files/icons/*.toml; do
-    install -Dm644 -t "${pkgdir}"/usr/share/${pkgname}/icons "${icon}"
-  done
-
-  for theme in files/themes/*.toml; do
-    install -Dm644 -t "${pkgdir}"/usr/share/${pkgname}/themes "${theme}"
-  done
-
-  for example in examples/*.toml; do
-    install -Dm644 -t "${pkgdir}"/usr/share/doc/${pkgname}/examples/ ${example}
-  done
-}

Copied: i3status-rust/repos/community-x86_64/PKGBUILD (from rev 967618, i3status-rust/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-27 21:26:13 UTC (rev 967619)
@@ -0,0 +1,52 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+
+pkgname=i3status-rust
+pkgver=0.20.2
+pkgrel=1
+pkgdesc='Resourcefriendly and feature-rich replacement for i3status, written in pure Rust'
+arch=('x86_64')
+url='https://github.com/greshake/i3status-rust'
+license=('GPL3')
+depends=('libpulse')
+makedepends=('rust')
+optdepends=('alsa-utils: for the volume block'
+            'bluez: for the bluetooth block'
+            'curl: for the weather block'
+            'fakeroot: for the pacman block to show pending updates'
+            'ibus: for the ibus block'
+            'iw: display wifi signal strength in net block'
+            'kdeconnect: for the kdeconnect block'
+            'lm_sensors: for the temperature block'
+            'networkmanager: for the networkmanager block'
+            'powerline-fonts: for all themes using the Powerline arrow char'
+            'pulseaudio: for the volume block'
+            'speedtest-cli: for the speedtest block'
+            'ttf-font-awesome: for the awesome icons'
+            'upower: for the battery block')
+source=("https://github.com/greshake/i3status-rust/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+b2sums=('1e4cf2eba74cf692e5d26a27afa2ead98f63100e85804ff96d5a6957150237bc928d7d912c5b03b6b730d8da04196763d11b3363d91f91cb7019c824c8dc1b30')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked --features 'pulseaudio maildir'
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 -t "${pkgdir}"/usr/bin target/release/i3status-rs
+  install -Dm644 -t "${pkgdir}"/usr/share/man/man1 man/i3status-rs.1
+
+  for icon in files/icons/*.toml; do
+    install -Dm644 -t "${pkgdir}"/usr/share/${pkgname}/icons "${icon}"
+  done
+
+  for theme in files/themes/*.toml; do
+    install -Dm644 -t "${pkgdir}"/usr/share/${pkgname}/themes "${theme}"
+  done
+
+  for example in examples/*.toml; do
+    install -Dm644 -t "${pkgdir}"/usr/share/doc/${pkgname}/examples/ ${example}
+  done
+}




More information about the arch-commits mailing list