Advertisement
Guest User

Untitled

a guest
Apr 19th, 2021
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. diff --git a/.SRCINFO b/.SRCINFO
  2. index b9ec2dd..5433170 100644
  3. --- a/.SRCINFO
  4. +++ b/.SRCINFO
  5. @@ -1,6 +1,6 @@
  6. pkgbase = mingw-w64-glib2
  7. pkgdesc = Low level core library (mingw-w64)
  8. - pkgver = 2.66.7
  9. + pkgver = 2.68.1
  10. pkgrel = 1
  11. url = https://wiki.gnome.org/Projects/GLib
  12. arch = any
  13. @@ -15,11 +15,12 @@ pkgbase = mingw-w64-glib2
  14. options = !buildflags
  15. options = staticlibs
  16. options = !emptydirs
  17. - source = git+https://gitlab.gnome.org/GNOME/glib.git#commit=95115f029d9c170c2e966cd7d3547b6394c92a4a
  18. + source = git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=2.68.1
  19. source = 0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
  20. source = glib-prefer-constructors-over-DllMain.patch
  21. + validpgpkeys = 923B7025EE03C1C59F42684CF0942E894B2EAFA0
  22. sha256sums = SKIP
  23. - sha256sums = f24badc8897bdcf36949f4eef0a0c6e2c26823e8f0400b4dd44a5553f4bdfae0
  24. + sha256sums = 48c471eb65707fa610ab386490663ec4f5b6908cc8b9690a3922959d71fbb302
  25. sha256sums = 3c9848916492435852e4e27bee608a0b2146e146c40f889d725acffd9409aae8
  26.  
  27. pkgname = mingw-w64-glib2
  28. diff --git a/0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch b/0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
  29. index daa81da..32d8976 100644
  30. --- a/0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
  31. +++ b/0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch
  32. @@ -1,12 +1,12 @@
  33. -diff -rupN --no-dereference glib-2.66.0/gio/tests/org.gtk.test.gschema.override.orig glib-2.66.0-new/gio/tests/org.gtk.test.gschema.override.orig
  34. ---- glib-2.66.0/gio/tests/org.gtk.test.gschema.override.orig 2020-09-10 12:42:41.561684100 +0200
  35. -+++ glib-2.66.0-new/gio/tests/org.gtk.test.gschema.override.orig 1970-01-01 01:00:00.000000000 +0100
  36. +diff -rupN --no-dereference glib-2.68.1/gio/tests/org.gtk.test.gschema.override.orig glib-2.68.1-new/gio/tests/org.gtk.test.gschema.override.orig
  37. +--- glib-2.68.1/gio/tests/org.gtk.test.gschema.override.orig 2021-04-08 16:00:16.799500700 +0200
  38. ++++ glib-2.68.1-new/gio/tests/org.gtk.test.gschema.override.orig 1970-01-01 01:00:00.000000000 +0100
  39. @@ -1,2 +0,0 @@
  40. -[org.gtk.test.per-desktop:GNOME-Classic]
  41. -desktop = "GNOME Classic"
  42. -diff -rupN --no-dereference glib-2.66.0/gio/tests/org.gtk.test.gschema.xml.orig glib-2.66.0-new/gio/tests/org.gtk.test.gschema.xml.orig
  43. ---- glib-2.66.0/gio/tests/org.gtk.test.gschema.xml.orig 2020-09-10 12:42:41.561684100 +0200
  44. -+++ glib-2.66.0-new/gio/tests/org.gtk.test.gschema.xml.orig 1970-01-01 01:00:00.000000000 +0100
  45. +diff -rupN --no-dereference glib-2.68.1/gio/tests/org.gtk.test.gschema.xml.orig glib-2.68.1-new/gio/tests/org.gtk.test.gschema.xml.orig
  46. +--- glib-2.68.1/gio/tests/org.gtk.test.gschema.xml.orig 2021-04-08 16:00:16.799500700 +0200
  47. ++++ glib-2.68.1-new/gio/tests/org.gtk.test.gschema.xml.orig 1970-01-01 01:00:00.000000000 +0100
  48. @@ -1,222 +0,0 @@
  49. -<schemalist>
  50. -
  51. @@ -230,9 +230,9 @@ diff -rupN --no-dereference glib-2.66.0/gio/tests/org.gtk.test.gschema.xml.orig
  52. - </schema>
  53. -
  54. -</schemalist>
  55. -diff -rupN --no-dereference glib-2.66.0/glib/gstdio.c glib-2.66.0-new/glib/gstdio.c
  56. ---- glib-2.66.0/glib/gstdio.c 2020-09-10 12:42:41.606684700 +0200
  57. -+++ glib-2.66.0-new/glib/gstdio.c 2020-09-15 15:46:25.857827483 +0200
  58. +diff -rupN --no-dereference glib-2.68.1/glib/gstdio.c glib-2.68.1-new/glib/gstdio.c
  59. +--- glib-2.68.1/glib/gstdio.c 2021-04-08 16:00:16.834501000 +0200
  60. ++++ glib-2.68.1-new/glib/gstdio.c 2021-04-12 12:48:00.188308889 +0200
  61. @@ -1045,6 +1045,11 @@ g_open (const gchar *filename,
  62. int mode)
  63. {
  64. diff --git a/PKGBUILD b/PKGBUILD
  65. index 0453fd7..90fef09 100644
  66. --- a/PKGBUILD
  67. +++ b/PKGBUILD
  68. @@ -4,9 +4,8 @@
  69. # Contributor: Renato Silva <br.renatosilva@gmail.com>
  70. # Contributor: Martchus <martchus@gmx.net>
  71. pkgname=mingw-w64-glib2
  72. -pkgver=2.66.7
  73. +pkgver=2.68.1
  74. pkgrel=1
  75. -_commit=95115f029d9c170c2e966cd7d3547b6394c92a4a # tags/2.66.7^0
  76. arch=(any)
  77. pkgdesc="Low level core library (mingw-w64)"
  78. depends=(mingw-w64-libffi mingw-w64-pcre mingw-w64-gettext mingw-w64-zlib)
  79. @@ -14,12 +13,13 @@ makedepends=(mingw-w64-meson git)
  80. license=("LGPL2.1")
  81. options=(!strip !buildflags staticlibs !emptydirs)
  82. url="https://wiki.gnome.org/Projects/GLib"
  83. -source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
  84. +source=("git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$pkgver"
  85. "0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch"
  86. "glib-prefer-constructors-over-DllMain.patch")
  87. sha256sums=('SKIP'
  88. - 'f24badc8897bdcf36949f4eef0a0c6e2c26823e8f0400b4dd44a5553f4bdfae0'
  89. + '48c471eb65707fa610ab386490663ec4f5b6908cc8b9690a3922959d71fbb302'
  90. '3c9848916492435852e4e27bee608a0b2146e146c40f889d725acffd9409aae8')
  91. +validpgpkeys=('923B7025EE03C1C59F42684CF0942E894B2EAFA0') # Philip Withnall (https://endlessos.org/) <pwithnall@endlessos.org>
  92.  
  93. _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement