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

Frederik Schwan freswa at archlinux.org
Sun Feb 14 18:05:04 UTC 2021


    Date: Sunday, February 14, 2021 @ 18:05:04
  Author: freswa
Revision: 860023

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-14 18:05:00 UTC (rev 860022)
+++ PKGBUILD	2021-02-14 18:05:04 UTC (rev 860023)
@@ -1,44 +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.14.4
-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=('83537436ec9d9f0dc5940d7139429f2e6b001f4e1e55042e39f7882bd877e4d29fb8cd81129279555dfd4cceab89451ae1f9a7150bf723468bbf627a16845e6f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-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 example in example_config.toml example_icon.toml example_theme.toml; do
-    install -Dm644 -t "${pkgdir}"/usr/share/doc/${pkgname}/examples/ ${example}
-  done
-}

Copied: i3status-rust/repos/community-x86_64/PKGBUILD (from rev 860022, i3status-rust/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-14 18:05:04 UTC (rev 860023)
@@ -0,0 +1,44 @@
+# 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.14.6
+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=('48770312883bc927108191d0e29aea641e59141fef57e1bf123c42fd3e330ec4ae29e93ec158042e83f5c603fb84733764dc866688204ecf25e11ab931b1270b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+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 example in example_config.toml example_icon.toml example_theme.toml; do
+    install -Dm644 -t "${pkgdir}"/usr/share/doc/${pkgname}/examples/ ${example}
+  done
+}



More information about the arch-commits mailing list