[arch-commits] Commit in i3status-rust/repos/community-x86_64 (PKGBUILD PKGBUILD)
Frederik Schwan
freswa at gemini.archlinux.org
Fri Feb 11 10:35:39 UTC 2022
Date: Friday, February 11, 2022 @ 10:35:39
Author: freswa
Revision: 1131825
archrelease: copy trunk to community-x86_64
Added:
i3status-rust/repos/community-x86_64/PKGBUILD
(from rev 1131824, i3status-rust/trunk/PKGBUILD)
Deleted:
i3status-rust/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 118 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 59 insertions(+), 59 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-11 10:35:37 UTC (rev 1131824)
+++ PKGBUILD 2022-02-11 10:35:39 UTC (rev 1131825)
@@ -1,59 +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.21.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' 'lm_sensors')
-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'
- '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=('5790398e5f29c6c15d9fe77ec7d1197f53fa5e3db401a5cab879123eb9abc10af308dd15f80a95bf09220680421f95200e70c335c99b39ceda58ec9eec664262')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-
-build() {
- cd ${pkgname}-${pkgver}
- export RUSTUP_TOOLCHAIN=stable
- export CARGO_TARGET_DIR=target
- 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 1131824, i3status-rust/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-02-11 10:35:39 UTC (rev 1131825)
@@ -0,0 +1,59 @@
+# 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.21.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' 'lm_sensors')
+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'
+ '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=('8fcfcbe843548f1f46afc5779848fdc99d40b051019d1502bee12662f77fa31e51501b60650c9e7766dd9e20f89a29a8cba7aafb0d1a663805ae1499be2f0c6c')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+
+build() {
+ cd ${pkgname}-${pkgver}
+ export RUSTUP_TOOLCHAIN=stable
+ export CARGO_TARGET_DIR=target
+ 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