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

Felix Yan felixonmars at archlinux.org
Wed Jun 10 09:12:28 UTC 2020


    Date: Wednesday, June 10, 2020 @ 09:12:27
  Author: felixonmars
Revision: 641244

upgpkg: deepin-launcher 5.2.0.1-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 09:11:58 UTC (rev 641243)
+++ PKGBUILD	2020-06-10 09:12:27 UTC (rev 641244)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-launcher
-pkgver=5.2.0.0
+pkgver=5.2.0.1
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -16,11 +16,13 @@
 replaces=('dde-launcher')
 groups=('deepin')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz")
-sha512sums=('978677389f626512f48acfbf17ebefefb7231be290ec844c1dc4f9646170323db393364a2aba3f8cb738219aaf78d7621826ee54eb500197bf6eb8c69431a3a2')
+sha512sums=('0cb32485999571364a362e872405431476092007f88068f14c3df9839a93cfe716d041c00e62859cba3a1afff9ddbef88a339ae632a60b2211c89181de361a1a')
 
 prepare() {
   cd dde-launcher-$pkgver
   sed -i 's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|' src/boxframe/*.cpp
+
+  sed -i '/include <QPainter>/a #include <QPainterPath>' src/widgets/miniframenavigation.cpp src/widgets/avatar.cpp src/widgets/miniframebutton.cpp
 }
 
 build() {



More information about the arch-commits mailing list