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

Felix Yan felixonmars at archlinux.org
Sun Oct 25 11:07:01 UTC 2020


    Date: Sunday, October 25, 2020 @ 11:07:01
  Author: felixonmars
Revision: 732427

upgpkg: deepin-wm 1.9.38-5: add back deepin-wm to deepin group, since deepin-kwin is broken

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-25 11:06:45 UTC (rev 732426)
+++ PKGBUILD	2020-10-25 11:07:01 UTC (rev 732427)
@@ -21,6 +21,14 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../vala.patch
+
+  # Newer vala again
+  sed -e 's/background.set_rounds/background.value.set_rounds/' \
+      -e 's/background.set_blurred/background.value.set_blurred/' \
+      -e 's/background.set_radius/background.value.set_radius/' \
+      -e 's/bg.set_transient_background/bg.value.set_transient_background/' \
+      -i src/WindowManager.vala
+
   sed -i 's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#' src/Background/BackgroundSource.vala
 }
 



More information about the arch-commits mailing list