[arch-commits] Commit in ibamtray/repos/community-any (PKGBUILD PKGBUILD)

2015-12-22 Thread Sergej Pupykin
Date: Tuesday, December 22, 2015 @ 10:53:59
  Author: spupykin
Revision: 154165

archrelease: copy trunk to community-any

Added:
  ibamtray/repos/community-any/PKGBUILD
(from rev 154164, ibamtray/trunk/PKGBUILD)
Deleted:
  ibamtray/repos/community-any/PKGBUILD

--+
 PKGBUILD |   61 ++---
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-22 09:53:49 UTC (rev 154164)
+++ PKGBUILD2015-12-22 09:53:59 UTC (rev 154165)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Derek 'tetonedge' Tucker 
-
-pkgname=ibamtray
-pkgver=0.02
-pkgrel=8
-pkgdesc="system tray ibam frontend based off vubat with libnotify support"
-arch=('any')
-url="http://www.tetonedge.net/?page_id=223";
-license=('GPL3')
-depends=('ibam' 'python2' 'pygtk' 'pygobject' 'python2-notify' 'librsvg')
-optdepends=('notification-daemon')
-source=(http://www.tetonedge.net/code/ibamtray/$pkgname-$pkgver.tar.gz)
-md5sums=('7e9195b410eb5912f23bd0a96da84022')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --prefix=$pkgdir/usr
-}

Copied: ibamtray/repos/community-any/PKGBUILD (from rev 154164, 
ibamtray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-22 09:53:59 UTC (rev 154165)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Derek 'tetonedge' Tucker 
+
+pkgname=ibamtray
+pkgver=0.02
+pkgrel=9
+pkgdesc="system tray ibam frontend based off vubat with libnotify support"
+arch=('any')
+url="http://www.tetonedge.net/?page_id=223";
+license=('GPL3')
+depends=('ibam' 'python2' 'pygtk' 'pygobject' 'python2-notify' 'librsvg')
+source=(http://www.tetonedge.net/code/ibamtray/$pkgname-$pkgver.tar.gz)
+md5sums=('7e9195b410eb5912f23bd0a96da84022')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --prefix=$pkgdir/usr
+}


[arch-commits] Commit in ibamtray/repos/community-any (PKGBUILD PKGBUILD)

2014-07-01 Thread Sergej Pupykin
Date: Tuesday, July 1, 2014 @ 14:21:50
  Author: spupykin
Revision: 114035

archrelease: copy trunk to community-any

Added:
  ibamtray/repos/community-any/PKGBUILD
(from rev 114034, ibamtray/trunk/PKGBUILD)
Deleted:
  ibamtray/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-01 12:21:42 UTC (rev 114034)
+++ PKGBUILD2014-07-01 12:21:50 UTC (rev 114035)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Derek 'tetonedge' Tucker 
-
-pkgname=ibamtray
-pkgver=0.02
-pkgrel=7
-pkgdesc="system tray ibam frontend based off vubat with libnotify support"
-arch=('any')
-url="http://www.tetonedge.net/?page_id=223";
-license=('GPL3')
-depends=('ibam' 'python2' 'pygtk' 'pygobject' 'python2-notify' 'librsvg')
-optdepends=('notification-daemon')
-source=(http://www.tetonedge.net/code/ibamtray/$pkgname-$pkgver.tar.gz)
-md5sums=('7e9195b410eb5912f23bd0a96da84022')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --prefix=$pkgdir/usr
-}

Copied: ibamtray/repos/community-any/PKGBUILD (from rev 114034, 
ibamtray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-01 12:21:50 UTC (rev 114035)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Derek 'tetonedge' Tucker 
+
+pkgname=ibamtray
+pkgver=0.02
+pkgrel=8
+pkgdesc="system tray ibam frontend based off vubat with libnotify support"
+arch=('any')
+url="http://www.tetonedge.net/?page_id=223";
+license=('GPL3')
+depends=('ibam' 'python2' 'pygtk' 'pygobject' 'python2-notify' 'librsvg')
+optdepends=('notification-daemon')
+source=(http://www.tetonedge.net/code/ibamtray/$pkgname-$pkgver.tar.gz)
+md5sums=('7e9195b410eb5912f23bd0a96da84022')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --prefix=$pkgdir/usr
+}



[arch-commits] Commit in ibamtray/repos/community-any (PKGBUILD PKGBUILD)

2013-03-12 Thread Sergej Pupykin
Date: Tuesday, March 12, 2013 @ 15:43:58
  Author: spupykin
Revision: 86166

archrelease: copy trunk to community-any

Added:
  ibamtray/repos/community-any/PKGBUILD
(from rev 86165, ibamtray/trunk/PKGBUILD)
Deleted:
  ibamtray/repos/community-any/PKGBUILD

--+
 PKGBUILD |   57 +++--
 1 file changed, 31 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 14:43:47 UTC (rev 86165)
+++ PKGBUILD2013-03-12 14:43:58 UTC (rev 86166)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Derek 'tetonedge' Tucker 
-
-pkgname=ibamtray
-pkgver=0.02
-pkgrel=6
-pkgdesc="system tray ibam frontend based off vubat with libnotify support"
-arch=('any')
-url="http://www.tetonedge.net/?page_id=223";
-license=('GPL3')
-depends=('ibam' 'python2' 'pygtk' 'pygobject' 'python2-notify' 
'notification-daemon' 'librsvg')
-source=(http://www.tetonedge.net/code/ibamtray/$pkgname-$pkgver.tar.gz)
-md5sums=('7e9195b410eb5912f23bd0a96da84022')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py build
-  python2 setup.py install --prefix=$pkgdir/usr
-}

Copied: ibamtray/repos/community-any/PKGBUILD (from rev 86165, 
ibamtray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 14:43:58 UTC (rev 86166)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Derek 'tetonedge' Tucker 
+
+pkgname=ibamtray
+pkgver=0.02
+pkgrel=7
+pkgdesc="system tray ibam frontend based off vubat with libnotify support"
+arch=('any')
+url="http://www.tetonedge.net/?page_id=223";
+license=('GPL3')
+depends=('ibam' 'python2' 'pygtk' 'pygobject' 'python2-notify' 'librsvg')
+optdepends=('notification-daemon')
+source=(http://www.tetonedge.net/code/ibamtray/$pkgname-$pkgver.tar.gz)
+md5sums=('7e9195b410eb5912f23bd0a96da84022')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --prefix=$pkgdir/usr
+}