Advertisement
cmsigler

uswsusp-fbsplash-1.0-8_PKGBUILD.patch

May 21st, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. --- ./PKGBUILD.last 2013-01-02 17:54:11.000000000 -0500
  2. +++ ./PKGBUILD 2013-05-21 11:33:40.470047368 -0400
  3. @@ -7,7 +7,7 @@
  4. _pkgname=uswsusp
  5. pkgname=${_pkgname}-fbsplash
  6. pkgver=1.0
  7. -pkgrel=7
  8. +pkgrel=8
  9. pkgdesc="Userspace software suspend aka suspend-utils - with Fbsplash support"
  10. arch=('i686' 'x86_64')
  11. url="http://suspend.sourceforge.net"
  12. @@ -40,6 +40,7 @@
  13. 'fbsplash-no-pre-snapshoot-progress.patch'
  14. 'fbsplash-no-fade-effects.patch'
  15. 'resume-disable-print-libgcrypt-version.patch'
  16. + 'load-checksum-mismatch.patch'
  17. )
  18.  
  19. build() {
  20. @@ -70,6 +71,9 @@
  21. # Don't show message "resume: libgcrypt version: VERSION"
  22. patch -Np2 -i ../resume-disable-print-libgcrypt-version.patch
  23.  
  24. + # Fix MD5 checksum mismatch problem -- checksum correct yet fails
  25. + patch -Np2 -i ../load-checksum-mismatch.patch
  26. +
  27. ./configure \
  28. --prefix=/usr \
  29. --enable-compress \
  30. @@ -103,4 +107,5 @@
  31. '8db88e41c1a8a34cf36d59498f19bdcc'
  32. '917d079ea7cd9a02d19361e71b0b3ac7'
  33. 'a479dc5f19d1ee9c8315f3e63217a65a'
  34. - '87adbe05e7281f3a571cdcae7e0378fc')
  35. + '87adbe05e7281f3a571cdcae7e0378fc'
  36. + '72cb450098eeddd682053d44c6d80bd3')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement