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

Evangelos Foutras foutrelis at archlinux.org
Sat Oct 26 03:39:41 UTC 2019


    Date: Saturday, October 26, 2019 @ 03:39:41
  Author: foutrelis
Revision: 365740

Fix build with Python 3.8

Modified:
  talloc/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++++
 1 file changed, 10 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-26 03:34:08 UTC (rev 365739)
+++ PKGBUILD	2019-10-26 03:39:41 UTC (rev 365740)
@@ -12,14 +12,24 @@
 makedepends=('python' 'docbook-xsl')
 optdepends=('python: for python bindings')
 source=(https://www.samba.org/ftp/talloc/talloc-$pkgver.tar.{gz,asc}
+        samba-update-waf-for-py38.patch::https://gitlab.com/samba-team/samba/commit/aabdcc9151.patch
+        wafsamba-use-native-waf-timer.patch
         fix_test_path.patch)
 sha1sums=('d806e2e4e9b973e8ab6521d1dd20a03abae32c99'
           'SKIP'
+          'ab8f8bd63c722e2e3b709e89fa3c1e222daac988'
+          '2e688ce37d2f5027ba6e4eb52503353d9707fdae'
           '6117e3dffb24bf03d54325c13b7db3b8a7eb2850')
 validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-bugs at samba.org
 
 prepare() {
    cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # https://bugzilla.samba.org/show_bug.cgi?id=13960
+   patch -Np1 -i ../samba-update-waf-for-py38.patch
+
+   # https://bugzilla.samba.org/show_bug.cgi?id=13998
+   patch -Np1 -i ../wafsamba-use-native-waf-timer.patch
 }
 
 build() {



More information about the arch-commits mailing list