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

Felix Yan felixonmars at archlinux.org
Mon Apr 17 08:44:32 UTC 2017


    Date: Monday, April 17, 2017 @ 08:44:31
  Author: felixonmars
Revision: 223374

upgpkg: deepin-wm 1.9.12-2

correct default wallpaper

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-17 08:16:04 UTC (rev 223373)
+++ PKGBUILD	2017-04-17 08:44:31 UTC (rev 223374)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-wm
 pkgver=1.9.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin Window Manager'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/deepin-wm"
@@ -18,6 +18,8 @@
 
 prepare() {
   export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+
+  sed -i 's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#' $pkgname-$pkgver/src/Background/BackgroundSource.vala
 }
 
 build() {



More information about the arch-commits mailing list