[arch-commits] Commit in i3status/repos (8 files)

Thorsten Töpper ttoepper at nymeria.archlinux.org
Wed Feb 27 14:41:02 UTC 2013


    Date: Wednesday, February 27, 2013 @ 15:41:02
  Author: ttoepper
Revision: 85172

archrelease: copy trunk to community-i686, community-x86_64

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

-----------------------------------+
 community-i686/PKGBUILD           |   72 ++++++++++++++++++------------------
 community-i686/i3status.install   |   18 ++++-----
 community-x86_64/PKGBUILD         |   72 ++++++++++++++++++------------------
 community-x86_64/i3status.install |   18 ++++-----
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-27 14:40:56 UTC (rev 85171)
+++ community-i686/PKGBUILD	2013-02-27 14:41:02 UTC (rev 85172)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-
-pkgname=i3status
-pkgver=2.6
-pkgrel=1
-pkgdesc="Generates status bar to use with dzen2 or xmobar"
-arch=('i686' 'x86_64')
-url="http://i3.zekjur.net/i3status/"
-license=('BSD')
-groups=('i3')
-depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
-makedepends=('asciidoc')
-backup=('etc/i3status.conf')
-install=i3status.install
-options=('docs')
-source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2")
-md5sums=('98f649429d7845682846de36fb38f780')
-
-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-i686/PKGBUILD (from rev 85171, i3status/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-27 14:41:02 UTC (rev 85172)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=i3status
+pkgver=2.7
+pkgrel=1
+pkgdesc="Generates status bar to use with dzen2 or xmobar"
+arch=('i686' 'x86_64')
+url="http://i3.zekjur.net/i3status/"
+license=('BSD')
+groups=('i3')
+depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
+makedepends=('asciidoc')
+backup=('etc/i3status.conf')
+install=i3status.install
+options=('docs')
+source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2")
+md5sums=('f0a39e84aebb65496af3dcec9d8cfeb8')
+
+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: community-i686/i3status.install
===================================================================
--- community-i686/i3status.install	2013-02-27 14:40:56 UTC (rev 85171)
+++ community-i686/i3status.install	2013-02-27 14:41:02 UTC (rev 85172)
@@ -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-i686/i3status.install (from rev 85171, i3status/trunk/i3status.install)
===================================================================
--- community-i686/i3status.install	                        (rev 0)
+++ community-i686/i3status.install	2013-02-27 14:41:02 UTC (rev 85172)
@@ -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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-27 14:40:56 UTC (rev 85171)
+++ community-x86_64/PKGBUILD	2013-02-27 14:41:02 UTC (rev 85172)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-
-pkgname=i3status
-pkgver=2.6
-pkgrel=1
-pkgdesc="Generates status bar to use with dzen2 or xmobar"
-arch=('i686' 'x86_64')
-url="http://i3.zekjur.net/i3status/"
-license=('BSD')
-groups=('i3')
-depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
-makedepends=('asciidoc')
-backup=('etc/i3status.conf')
-install=i3status.install
-options=('docs')
-source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2")
-md5sums=('98f649429d7845682846de36fb38f780')
-
-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 85171, i3status/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-27 14:41:02 UTC (rev 85172)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=i3status
+pkgver=2.7
+pkgrel=1
+pkgdesc="Generates status bar to use with dzen2 or xmobar"
+arch=('i686' 'x86_64')
+url="http://i3.zekjur.net/i3status/"
+license=('BSD')
+groups=('i3')
+depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
+makedepends=('asciidoc')
+backup=('etc/i3status.conf')
+install=i3status.install
+options=('docs')
+source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2")
+md5sums=('f0a39e84aebb65496af3dcec9d8cfeb8')
+
+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: community-x86_64/i3status.install
===================================================================
--- community-x86_64/i3status.install	2013-02-27 14:40:56 UTC (rev 85171)
+++ community-x86_64/i3status.install	2013-02-27 14:41:02 UTC (rev 85172)
@@ -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 85171, i3status/trunk/i3status.install)
===================================================================
--- community-x86_64/i3status.install	                        (rev 0)
+++ community-x86_64/i3status.install	2013-02-27 14:41:02 UTC (rev 85172)
@@ -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