[arch-commits] Commit in (4 files)

Christian Rebischke shibumi at archlinux.org
Sun Mar 26 15:03:46 UTC 2017


    Date: Sunday, March 26, 2017 @ 15:03:45
  Author: shibumi
Revision: 219114

moved i3blocks from AUR to community

Added:
  i3blocks/
  i3blocks/repos/
  i3blocks/trunk/
  i3blocks/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Added: i3blocks/trunk/PKGBUILD
===================================================================
--- i3blocks/trunk/PKGBUILD	                        (rev 0)
+++ i3blocks/trunk/PKGBUILD	2017-03-26 15:03:45 UTC (rev 219114)
@@ -0,0 +1,32 @@
+# Maintainer : Christian Rebischke <Chris.Rebischke at archlinux.org>
+# Contributor: Vlad M. <vlad at archlinux.net>
+# Contributor: Patrice Peterson <runiq at archlinux dot us>
+# Contributor: Vivien Didelot <vivien+aur at didelot.org>
+
+pkgname=i3blocks
+pkgver=1.4
+pkgrel=4
+pkgdesc='Define blocks for your i3bar status line'
+arch=('i686' 'x86_64')
+groups=('i3')
+url="https://github.com/vivien/i3blocks"
+license=('GPL3')
+optdepends=('acpi: For battery script'
+            'bc: For bandwidth script'
+            'lm_sensors: For temperature script'
+            'openvpn: For openvpn script'
+            'playerctl: For mediaplayer script'
+            'sysstat: For cpu_usage script')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vivien/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('c1f5abe90426e9f6284ef74001c9f50d08ce596b7bb8a284232116774375fa50168567785999266c8774fa39a1243c73f699a3e3be4440fbe16f33f0fde5cded')
+backup=('etc/i3blocks.conf')
+
+build () {
+  cd "${pkgname}-${pkgver}"
+  make VERSION="${pkgver}" PREFIX=/usr
+}
+
+package () {
+  cd "${pkgname}-${pkgver}"
+  make VERSION="${pkgver}" PREFIX=/usr LIBEXECDIR=/usr/lib DESTDIR="${pkgdir}" install
+}


Property changes on: i3blocks/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list