Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. diff -urN gnome-sharp/06_fix_mono_path.patch gnome-sharp_new/06_fix_mono_path.patch
  2. --- gnome-sharp/06_fix_mono_path.patch 1969-12-31 18:00:00.000000000 -0600
  3. +++ gnome-sharp_new/06_fix_mono_path.patch 2017-09-02 17:28:53.466093000 -0500
  4. @@ -0,0 +1,11 @@
  5. +--- gnome-sharp-2.24.3/sample/gconf/Makefile.am 2017-09-02 17:17:07.434221315 -0500
  6. ++++ gnome-sharp-2.24.3/sample/gconf/Makefile.am.new 2017-09-02 17:19:53.864229560 -0500
  7. +@@ -22,7 +22,7 @@
  8. + $(CSC) /out:sample.exe $(FILES) $(REFERENCES) $(RESOURCES)
  9. +
  10. + Settings.cs: $(SCHEMA)
  11. +- MONO_PATH=$(top_builddir)/gconf/GConf/gconf-sharp.dll:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample $(SCHEMA) > Settings.cs
  12. ++ MONO_PATH=$(top_builddir)/gconf/GConf:${MONO_PATH} $(RUNTIME) $(GCONFDIR)/tools/gconfsharp-schemagen.exe Sample $(SCHEMA) > Settings.cs
  13. +
  14. + CLEANFILES = sample.exe Settings.cs
  15. +
  16. diff -urN gnome-sharp/PKGBUILD gnome-sharp_new/PKGBUILD
  17. --- gnome-sharp/PKGBUILD 2017-04-08 04:08:48.000000000 -0500
  18. +++ gnome-sharp_new/PKGBUILD 2017-09-02 18:11:34.935861000 -0500
  19. @@ -11,10 +11,12 @@
  20. makedepends=('gtk-sharp-2' 'libgnomeui' 'monodoc')
  21. source=("${pkgbase}-${pkgver}::git+https://github.com/mono/gnome-sharp"
  22. 02_fix_pkg-config_paths.patch
  23. - 04_initialize_dbus_glib_threading.patch)
  24. + 04_initialize_dbus_glib_threading.patch
  25. + 06_fix_mono_path.patch)
  26. md5sums=('SKIP'
  27. 'a8c1bf57a384f5fc20a5890f9f1cef5a'
  28. - '90cd7ea88aaa3011522376153433d115')
  29. + '90cd7ea88aaa3011522376153433d115'
  30. + '4450f54a21db65ca634253de519b0c20')
  31.  
  32. build() {
  33. # get rid of that .wapi errors; thanks to brice
  34. @@ -22,6 +24,7 @@
  35. mkdir -p "${MONO_SHARED_DIR}"
  36.  
  37. cd "${srcdir}/${pkgbase}-${pkgver}"
  38. + patch -Np1 -i ../06_fix_mono_path.patch
  39. patch -Np1 -i ../04_initialize_dbus_glib_threading.patch
  40. patch -Np1 -i ../02_fix_pkg-config_paths.patch
  41. ./bootstrap-2.24 --prefix=/usr --sysconfdir=/etc
  42. diff -urN gnome-sharp/.SRCINFO gnome-sharp_new/.SRCINFO
  43. --- gnome-sharp/.SRCINFO 2017-04-08 04:08:48.000000000 -0500
  44. +++ gnome-sharp_new/.SRCINFO 2017-09-02 18:12:41.949973000 -0500
  45. @@ -1,5 +1,3 @@
  46. -# Generated by mksrcinfo v8
  47. -# Sat Apr 8 09:07:26 UTC 2017
  48. pkgbase = gnome-sharp
  49. pkgver = 2.24.3
  50. pkgrel = 1
  51. @@ -13,9 +11,11 @@
  52. source = gnome-sharp-2.24.3::git+https://github.com/mono/gnome-sharp
  53. source = 02_fix_pkg-config_paths.patch
  54. source = 04_initialize_dbus_glib_threading.patch
  55. + source = 06_fix_mono_path.patch
  56. md5sums = SKIP
  57. md5sums = a8c1bf57a384f5fc20a5890f9f1cef5a
  58. md5sums = 90cd7ea88aaa3011522376153433d115
  59. + md5sums = 4450f54a21db65ca634253de519b0c20
  60.  
  61. pkgname = gnome-sharp
  62. pkgdesc = GNOME bindings for C#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement