Advertisement
Guest User

Untitled

a guest
Aug 17th, 2011
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. *** PKGBUILD 2009-04-08 15:09:20.000000000 -0500
  2. --- PKGBUILD.OK 2011-08-17 09:02:35.167322235 -0500
  3. ***************
  4. *** 1,12 ****
  5. # Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
  6. pkgname=github-notifier-git
  7. ! pkgver=20090408
  8. pkgrel=1
  9. pkgdesc="Github updates notifier for Linux."
  10. arch=(any)
  11. url="http://github.com/abiczo/github-notifier"
  12. license=(unknown)
  13. ! depends=(python-feedparser python-simplejson pygtk setuptools python-notify)
  14. makedepends=(git)
  15. source=()
  16. md5sums=() #generate with 'makepkg -g'
  17. --- 1,12 ----
  18. # Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
  19. pkgname=github-notifier-git
  20. ! pkgver=20110817
  21. pkgrel=1
  22. pkgdesc="Github updates notifier for Linux."
  23. arch=(any)
  24. url="http://github.com/abiczo/github-notifier"
  25. license=(unknown)
  26. ! depends=(python-feedparser python-simplejson pygtk setuptools python-notify python2-feedparser)
  27. makedepends=(git)
  28. source=()
  29. md5sums=() #generate with 'makepkg -g'
  30. ***************
  31. *** 36,42 ****
  32. # BUILD HERE
  33. #
  34.  
  35. ! python setup.py install --root="$pkgdir"
  36. #install -Dm755 githubnotifier.py "$pkgdir/usr/bin/githubnotifier"
  37.  
  38. }
  39. --- 36,42 ----
  40. # BUILD HERE
  41. #
  42.  
  43. ! python2 setup.py install --root="$pkgdir"
  44. #install -Dm755 githubnotifier.py "$pkgdir/usr/bin/githubnotifier"
  45.  
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement