summarylogtreecommitdiffstats
path: root/PKGBUILD.diff
diff options
context:
space:
mode:
authorChih-Hsuan Yen2022-07-02 13:42:25 +0800
committerChih-Hsuan Yen2022-07-02 13:42:25 +0800
commit021c42b6838e6a0648273c58ce83c1e1792bfe52 (patch)
tree12c25041628db699244e1ef0de1a55c82db726f4 /PKGBUILD.diff
parent644eb328432853f1ae1fdd647b1575f161e51777 (diff)
downloadaur-021c42b6838e6a0648273c58ce83c1e1792bfe52.tar.gz
update to the latest stable version
* Stop following PKGBUILD of community/wine. Use own PKGBUILD and follow versions of aur/wine-stable instead. * Reorganize changes to PKGBUILD to make them more natural * Disable LTO * Extract commit for scard4wine patches
Diffstat (limited to 'PKGBUILD.diff')
-rw-r--r--PKGBUILD.diff32
1 files changed, 0 insertions, 32 deletions
diff --git a/PKGBUILD.diff b/PKGBUILD.diff
deleted file mode 100644
index c5960e641f9f..000000000000
--- a/PKGBUILD.diff
+++ /dev/null
@@ -1,32 +0,0 @@
---- PKGBUILD 2021-05-31 11:52:38.124496766 +0800
-+++ PKGBUILD 2021-05-27 10:27:26.099954762 +0800
-@@ -103,7 +103,16 @@
-
- prepare() {
- # Allow ccache to work
-- mv $pkgname-$_pkgbasever $pkgname
-+ mv wine-$_pkgbasever $pkgname
-+
-+ scard4wine_dir=scard4wine-yan12125/src
-+ cp -v $scard4wine_dir/winscard.c $pkgname/dlls/winscard/winscard.c
-+ cp -v $scard4wine_dir/winscard.spec $pkgname/dlls/winscard/winscard.spec
-+ cp -v $scard4wine_dir/winscard.h $pkgname/include/winscard.h
-+ cp -v $scard4wine_dir/winsmcrd.h $pkgname/include/winsmcrd.h
-+ cp -v $scard4wine_dir/wine-compat56.h $pkgname/include/wine-compat.h
-+
-+ echo EXTRADLLFLAGS = -mcygwin >> $pkgname/dlls/winscard/Makefile.in
-
- # Doesn't compile without remove these flags as of 4.10
- export CFLAGS="${CFLAGS/-fno-plt/}"
-@@ -176,3 +185,11 @@
- }
-
- # vim:set ts=8 sts=2 sw=2 et:
-+
-+source+=("scard4wine-yan12125::git+https://git.code.sf.net/u/yan12125/scard4wine.git#commit=7621961210a55b4333f3039bae2355430f9bd8cd")
-+sha512sums+=('SKIP')
-+makedepends+=(git)
-+provides=("$pkgname=$pkgver")
-+conflicts=("$pkgname")
-+pkgname+='-winscard'
-+pkgdesc+=" (with IDRASSI's winscard patch)"