Package Details: i3blocks-git 1.4.r62.ga44b67f-1

Git Clone URL: https://aur.archlinux.org/i3blocks-git.git (read-only, click to copy)
Package Base: i3blocks-git
Description: Define blocks for your i3bar status line
Upstream URL: https://github.com/vivien/i3blocks
Licenses: GPL3
Conflicts: i3blocks
Provides: i3blocks
Submitter: Runiq
Maintainer: mackilanu
Last Packager: Foxboron
Votes: 17
Popularity: 0.000000
First Submitted: 2014-06-02 19:10 (UTC)
Last Updated: 2018-09-11 15:39 (UTC)

Dependencies (9)

Required by (1)

Sources (1)

Latest Comments

1 2 3 Next › Last »

Zeioth commented on 2020-05-30 01:04 (UTC)

It doesn't seem to compile: https://pastebin.com/Z8HAnHej

pavel.lazar commented on 2019-09-10 23:37 (UTC)

Have issues installing: error: failed to commit transaction (conflicting files) i3blocks-git: /usr/local/share/man exists in filesystem (owned by filesystem)

wma commented on 2019-08-26 01:41 (UTC) (edited on 2019-08-26 01:44 (UTC) by wma)

I had to modify the PKGBUILD like this in order to successfully install this package:

build () {
  cd "$_pkgname"
  ./autogen.sh
  ./configure --prefix=/usr --libexecdir=/usr/lib
  make
}

package () {
  cd "$_pkgname"
  mkdir -p "$pkgdir/usr/share/bash-completion/completions/"
  cp bash-completion "$pkgdir/usr/share/bash-completion/completions/"
  make DESTDIR="$pkgdir" install
}

Installation fails otherwise, complaining about not finding the bash-completion file where it should be. The way I hanlded it is probably not how it should be done but I couldn't figure out the root of the problem.

elihunter173 commented on 2019-08-12 00:16 (UTC)

I'm having a build error of mv: cannot stat 'bash-completion': No such file or directory even though I do have bash-completion

enckse commented on 2018-10-07 19:44 (UTC)

FYI: when I built this today (though I ended up not using i3blocks at all), it put the executable in /usr/local/bin/ and didn't seem to place any of the library of blocks anywhere.

happyrogue commented on 2018-03-12 19:01 (UTC)

ruby-ronn should be dropped as a dependency; it was replaced with pandoc a while back. See: https://github.com/vivien/i3blocks/commit/b736a2732cfea7c4869ae34c6d2a900471a9348e

Foxboron commented on 2016-07-31 13:19 (UTC)

Thank you for the heads up! Updating the package

alexlu commented on 2016-07-31 12:39 (UTC)

colors.patch is not needed since it got merged. https://github.com/vivien/i3blocks/issues/146