[arch-commits] Commit in deepin-desktop-schemas/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Nov 8 11:10:22 UTC 2020


    Date: Sunday, November 8, 2020 @ 11:10:22
  Author: felixonmars
Revision: 746485

upgpkg: deepin-desktop-schemas 5.8.0.20-3: add fix for deepin-wm crash

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-08 11:07:43 UTC (rev 746484)
+++ PKGBUILD	2020-11-08 11:10:22 UTC (rev 746485)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-desktop-schemas
 pkgver=5.8.0.20
-pkgrel=2
+pkgrel=3
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-desktop-schemas"
@@ -29,6 +29,8 @@
     overrides/common/com.deepin.wrap.gnome.desktop.override schemas/com.deepin.dde.appearance.gschema.xml
   # fix network checker url
   sed -i "s#'https://www.chinauos.com', 'https://www.uniontech.com'#'https://www.archlinux.org'#" schemas/com.deepin.dde.network-utils.gschema.xml
+  # fix for deepin-wm (their documentation is lying here)
+  sed -i "s|<default>''</default>|<default>'deepin-wm'</default>|" schemas/com.deepin.dde.startdde.gschema.xml
 }
 
 build() {



More information about the arch-commits mailing list