[arch-commits] Commit in wine-staging/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 2 13:41:56 UTC 2022


    Date: Friday, September 2, 2022 @ 13:41:56
  Author: felixonmars
Revision: 1290911

upgpkg: wine-staging 7.16-2: add a patch for custom dpi rendering bug

Modified:
  wine-staging/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 13:10:02 UTC (rev 1290910)
+++ PKGBUILD	2022-09-02 13:41:56 UTC (rev 1290911)
@@ -6,7 +6,7 @@
 
 pkgname=wine-staging
 pkgver=7.16
-pkgrel=1
+pkgrel=2
 
 #_winever=${pkgver%.*}
 #_winever=$pkgver
@@ -15,11 +15,13 @@
 
 source=(https://dl.winehq.org/wine/source/7.x/wine-$_winever.tar.xz{,.sign}
         "https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever/wine-staging-v$_pkgbasever.tar.gz"
+        https://gitlab.winehq.org/wine/wine/-/commit/55db1dbb32594bc4de994c8911c5462e631345da.patch
         30-win32-aliases.conf
         wine-binfmt.conf)
 sha512sums=('5085c7c1b0e762c508f33775f7f0aa41e94cb75805bb649093addad25f90f7f57d5101ba96227f58a6f18b3ae228bd004df11ec1c033692ad130e9b5279ea19e'
             'SKIP'
             '57003888580f3c442b9d9bc1b36c3e967bfe5b5d61b7fcd8d832a463cbea793c4bf6afce35da18ea9cee568237a0a919583e1dc6b3fea7bc09a7a13e9d9260ce'
+            '2a4724d31b49a00b6630813a793d501305acb59399151048e975748b2abc975b56faf5ef83c7a9252a19df7ca989606ea683030b56c6c03516463643e0169c5f'
             '6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
             'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
@@ -122,6 +124,9 @@
   # Allow ccache to work
   mv wine-$_winever $pkgname
 
+  # https://bugs.winehq.org/show_bug.cgi?id=53601
+  patch -d $pkgname -p1 < 55db1dbb32594bc4de994c8911c5462e631345da.patch
+
   # apply wine-staging patchset
   pushd wine-staging-$_pkgbasever/patches
   ./patchinstall.sh DESTDIR="$srcdir/$pkgname" --all



More information about the arch-commits mailing list