Advertisement
Guest User

libgmail-modified Python 2 patch

a guest
Feb 13th, 2011
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.55 KB | None | 0 0
  1. --- PKGBUILD    2009-06-28 00:49:00.000000000 -0500
  2. +++ PKGBUILD.new    2011-02-13 15:48:44.823333336 -0600
  3. @@ -6,7 +6,7 @@
  4.  arch=('i686' 'x86_64')
  5.  url="http://www.nongnu.org/gmailreader/libgmail/index.htm"
  6.  license=('GPL')
  7. -depends=('python')
  8. +depends=('python2')
  9.  provides=('libgmail')
  10.  conflicts=('libgmail')
  11.  source=(http://www.nongnu.org/gmailreader/libgmail/libgmail-$pkgver-rafael4.tar.gz)
  12. @@ -14,5 +14,5 @@
  13.  
  14.  build() {
  15.    cd $srcdir/libgmail-$pkgver-rafael4
  16. -  python setup.py install --root=$pkgdir
  17. +  python2 setup.py install --root=$pkgdir
  18.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement