[arch-commits] Commit in i3status-rust/repos/community-x86_64 (PKGBUILD PKGBUILD)
Frederik Schwan
freswa at gemini.archlinux.org
Thu Nov 11 15:17:23 UTC 2021
Date: Thursday, November 11, 2021 @ 15:17:23
Author: freswa
Revision: 1042198
archrelease: copy trunk to community-x86_64
Added:
i3status-rust/repos/community-x86_64/PKGBUILD
(from rev 1042197, 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-11-11 15:17:22 UTC (rev 1042197)
+++ PKGBUILD 2021-11-11 15:17:23 UTC (rev 1042198)
@@ -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.5
-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=('d08981658a033af09c559e8e9589f4121ea0a1971bff5ebdf28d09375700c5366073625cfcef3811fa8c35e56632c645959d90801d2b9e458f2c01708ae1eede')
-
-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 1042197, i3status-rust/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-11 15:17:23 UTC (rev 1042198)
@@ -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.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=('433636668be04c3a49c09ed1fdd4a35c047740dfef30024eb5ca9d2c9269a99a99e5fd24d12837b78bd1dc7cdb4d17c6eb1af416be290da2d38303fbddf50c8b')
+
+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