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

Felix Yan felixonmars at archlinux.org
Mon Feb 1 14:30:15 UTC 2021


    Date: Monday, February 1, 2021 @ 14:30:14
  Author: felixonmars
Revision: 840280

upgpkg: deepin-desktop-schemas 5.8.44-3: fix connectivity check url, as www.archlinux.org returns 301 now

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-01 14:30:05 UTC (rev 840279)
+++ PKGBUILD	2021-02-01 14:30:14 UTC (rev 840280)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-desktop-schemas
 pkgver=5.8.44
-pkgrel=2
+pkgrel=3
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-desktop-schemas"
@@ -32,7 +32,7 @@
   sed -i "s#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#" \
     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
+  sed -i "s#'https://www.chinauos.com', 'https://www.uniontech.com'#'https://archlinux.org/favicon.ico'#" 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
 }



More information about the arch-commits mailing list