[arch-commits] Commit in ibamtray/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Tue Dec 22 09:53:59 UTC 2015
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
===================================================================
--- PKGBUILD 2015-12-22 09:53:49 UTC (rev 154164)
+++ PKGBUILD 2015-12-22 09:53:59 UTC (rev 154165)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Derek 'tetonedge' Tucker <derek at tetonedge.net>
-
-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)
+++ PKGBUILD 2015-12-22 09:53:59 UTC (rev 154165)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Derek 'tetonedge' Tucker <derek at tetonedge.net>
+
+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
+}
More information about the arch-commits
mailing list