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

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Dec 14 06:40:34 UTC 2018


    Date: Friday, December 14, 2018 @ 06:40:32
  Author: yan12125
Revision: 416168

Fix FS#61033

Modified:
  nextcloud-client/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-13 22:56:57 UTC (rev 416167)
+++ PKGBUILD	2018-12-14 06:40:32 UTC (rev 416168)
@@ -17,13 +17,17 @@
   'python-nautilus: integration with Nautilus'
   'python2-caja: integration with Caja'
 )
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/nextcloud/desktop/archive/v$pkgver.tar.gz")
-sha256sums=('48be2556f4fddb956ad31e954be5f9c73482e936a80ec0efaeb30549dcd81f19')
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/nextcloud/desktop/archive/v$pkgver.tar.gz"
+        fix-build-with-qt5.12.patch::https://github.com/nextcloud/desktop/commit/129588442041c32b0d98f2361a69e0e350592f70.patch)
+sha256sums=('48be2556f4fddb956ad31e954be5f9c73482e936a80ec0efaeb30549dcd81f19'
+            '69182f7f75428420385cde58a9e038c6c326105c3bccbe55f9a7bb1814e3f3fd')
 backup=('etc/Nextcloud/sync-exclude.lst')
 
 prepare() {
   cd desktop-$pkgver
 
+  patch -Np1 -i ../fix-build-with-qt5.12.patch
+
   mkdir -p build
 }
 



More information about the arch-commits mailing list