Skip to content

Commit

Permalink
Add win32-registry patch to ruby32
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jan 19, 2024
1 parent 2e7b7c7 commit 6de4741
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mingw-w64-ruby32/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ source=("https://cache.ruby-lang.org/pub/ruby/${pkgver2%.*}/${_realname}-${pkgve
0001-Add-C-ext-win32-dll_directory-as-an-alternative-to-f.patch
0002-Don-t-add-an-exe-file-manifest.patch
0006-Windows-Prefer-USERPROFILE-over-HOMEPATH-on-startup-.patch
0009-Win32-Return-registry-strings-as-UTF-8.patch
ruby.ico
rubyw.ico)

Expand All @@ -32,6 +33,7 @@ sha256sums=('cfb231954b8c241043a538a4c682a1cca0b2016d835fee0b9e4a0be3ceba476b'
'a50c81ab8c178689485257f8eaa70bd8184b878a798780084668f838912e2832'
'da079dbfdc3d4e1b976ed15d58244ed6e0df201ec829bead578fb4a7177b9cab'
'7bba11585dc597281e1c616f00a482016d57e5fb983f02fb05ed6260a9858ffd'
'd221e357861ff3f46f29de978cc00a8f12ffdd865a5d8c1783f3e31e34675808'
'6c80ba2ca49840e387a08b7fedc6e7acd298ac2ec853155209efb2af20397b22'
'c30fb04ac0e88ba634daaa811a81ea5a75027646617b895acd14df9518a4a55a')

Expand All @@ -41,6 +43,7 @@ prepare() {
patch -p1 -i ${srcdir}/0001-Add-C-ext-win32-dll_directory-as-an-alternative-to-f.patch
patch -p1 -i ${srcdir}/0002-Don-t-add-an-exe-file-manifest.patch
patch -p1 -i ${srcdir}/0006-Windows-Prefer-USERPROFILE-over-HOMEPATH-on-startup-.patch -l
patch -p1 -i ${srcdir}/0009-Win32-Return-registry-strings-as-UTF-8.patch
}

build() {
Expand Down

0 comments on commit 6de4741

Please sign in to comment.