[arch-commits] Commit in i3status/repos/community-x86_64 (4 files)

Jelle van der Waa jelle at archlinux.org
Sun Jan 6 19:41:16 UTC 2019


    Date: Sunday, January 6, 2019 @ 19:41:15
  Author: jelle
Revision: 420742

archrelease: copy trunk to community-x86_64

Added:
  i3status/repos/community-x86_64/PKGBUILD
    (from rev 420741, i3status/trunk/PKGBUILD)
  i3status/repos/community-x86_64/i3status.install
    (from rev 420741, i3status/trunk/i3status.install)
Deleted:
  i3status/repos/community-x86_64/PKGBUILD
  i3status/repos/community-x86_64/i3status.install

------------------+
 PKGBUILD         |   77 ++++++++++++++++++++++++++---------------------------
 i3status.install |   18 ++++++------
 2 files changed, 47 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-06 19:41:01 UTC (rev 420741)
+++ PKGBUILD	2019-01-06 19:41:15 UTC (rev 420742)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-
-pkgname=i3status
-pkgver=2.12
-pkgrel=1
-pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
-arch=('x86_64')
-url='https://i3wm.org/i3status/'
-license=('BSD')
-groups=('i3')
-depends=('wireless_tools' 'confuse' 'yajl' 'libpulse' 'libnl')
-makedepends=('asciidoc')
-backup=('etc/i3status.conf')
-install=i3status.install
-options=('docs')
-source=("https://i3wm.org/i3status/$pkgname-$pkgver.tar.bz2"
-        "https://i3wm.org/i3status/$pkgname-$pkgver.tar.bz2.asc")
-md5sums=('ed839f1626781aaca236b46693fab975'
-         'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3status/repos/community-x86_64/PKGBUILD (from rev 420741, i3status/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-06 19:41:15 UTC (rev 420742)
@@ -0,0 +1,38 @@
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=i3status
+pkgver=2.12
+pkgrel=2
+pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
+arch=('x86_64')
+url='https://i3wm.org/i3status/'
+license=('BSD')
+groups=('i3')
+depends=('confuse' 'yajl' 'libpulse' 'libnl')
+makedepends=('asciidoc')
+backup=('etc/i3status.conf')
+install=i3status.install
+options=('docs')
+source=("https://i3wm.org/i3status/$pkgname-$pkgver.tar.bz2"
+        "https://i3wm.org/i3status/$pkgname-$pkgver.tar.bz2.asc")
+md5sums=('ed839f1626781aaca236b46693fab975'
+         'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Deleted: i3status.install
===================================================================
--- i3status.install	2019-01-06 19:41:01 UTC (rev 420741)
+++ i3status.install	2019-01-06 19:41:15 UTC (rev 420742)
@@ -1,9 +0,0 @@
-post_install() {
-  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3status/repos/community-x86_64/i3status.install (from rev 420741, i3status/trunk/i3status.install)
===================================================================
--- i3status.install	                        (rev 0)
+++ i3status.install	2019-01-06 19:41:15 UTC (rev 420742)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list