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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Mar 20 15:16:25 UTC 2021


    Date: Saturday, March 20, 2021 @ 15:16:25
  Author: yan12125
Revision: 896023

nextcloud-client: bacckport build fixes for glib2 2.68

Not bumping pkgrel as those should not affect functionality

Modified:
  nextcloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-20 14:39:44 UTC (rev 896022)
+++ PKGBUILD	2021-03-20 15:16:25 UTC (rev 896023)
@@ -34,6 +34,9 @@
   # Use system GNUInstallDirs.cmake so that we can benefit from
   # https://gitlab.kitware.com/cmake/cmake/merge_requests/3735
   rm -v $pkgbase/cmake/modules/GNUInstallDirs.cmake
+
+  # Backport build fixes for glib2 2.68
+  git -C $pkgbase cherry-pick --no-commit db321d25ef65cc75d9fa1970e9eb09d33f7b9ca4 2e7cc96228771dd6c124421d50f378176fd672e8
 }
 
 build() {



More information about the arch-commits mailing list