Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2015
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. --- libgpod-git/PKGBUILD 2015-05-22 14:32:14.702705384 -0400
  2. +++ libgpod-git2/PKGBUILD 2015-05-22 14:32:55.826039821 -0400
  3. @@ -8,2 +8,3 @@
  4. # Contributor: Ivan Shapovalov <intelfx100@gmail.com>
  5. +# Contributor theNerd247 <harvey.coder247@gmail.com>
  6.  
  7. @@ -24,6 +25,7 @@
  8. source=('git://gtkpod.git.sourceforge.net/gitroot/gtkpod/libgpod'
  9. - 'libgpod-git-archlinux.patch')
  10. + 'libgpod-git-archlinux.patch'
  11. + 'libgpod-fixswig.patch')
  12. md5sums=('SKIP'
  13. - '0ef4a4d8090af6dcef000dd7356c3367')
  14. -
  15. + '0ef4a4d8090af6dcef000dd7356c3367'
  16. + 'fb399cf847f21f3e315c01e14c79e815')
  17. pkgver() {
  18. @@ -40,2 +42,5 @@
  19. patch -Np1 -i "$srcdir/libgpod-git-archlinux.patch"
  20. +
  21. + #2015-05-22: added patch from the official packages to fix bug with SWIG
  22. + patch -Np1 -i "$srcdir/libgpod-fixswig.patch"
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement