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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Mar 12 14:43:58 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-03-12 14:43:47 UTC (rev 86165)
+++ PKGBUILD	2013-03-12 14:43:58 UTC (rev 86166)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Derek 'tetonedge' Tucker <derek at tetonedge.net>
-
-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)
+++ PKGBUILD	2013-03-12 14:43:58 UTC (rev 86166)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Derek 'tetonedge' Tucker <derek at tetonedge.net>
+
+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
+}




More information about the arch-commits mailing list