[arch-commits] Commit in deepin-control-center/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 2 08:48:36 UTC 2020


    Date: Saturday, May 2, 2020 @ 08:48:35
  Author: felixonmars
Revision: 624335

upgpkg: deepin-control-center 5.1.0.1-3

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-02 08:40:06 UTC (rev 624334)
+++ PKGBUILD	2020-05-02 08:48:35 UTC (rev 624335)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-control-center
 pkgver=5.1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-control-center"
@@ -37,6 +37,9 @@
   sed -i 's|/bin/restore-tool|/usr/bin/restore-tool|' src/frame/window/modules/systeminfo/backupandrestoreworker.cpp \
                                                       com.deepin.controlcenter.restore.policy
   sed -i 's| /bin| /usr/bin|' src/restore-tool/CMakeLists.txt
+
+  # remove after they obey -DDISABLE_SYS_UPDATE properly
+  sed -i '/new UpdateModule/d' src/frame/window/mainwindow.cpp
 }
 
 build() {



More information about the arch-commits mailing list