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

Felix Yan felixonmars at archlinux.org
Wed Jun 3 16:54:05 UTC 2020


    Date: Wednesday, June 3, 2020 @ 16:54:05
  Author: felixonmars
Revision: 638336

upgpkg: deepin-session-shell 5.1.0.1-1

Modified:
  deepin-session-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-03 16:49:55 UTC (rev 638335)
+++ PKGBUILD	2020-06-03 16:54:05 UTC (rev 638336)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-session-shell
-pkgver=5.0.0098.0
-pkgrel=2
+pkgver=5.1.0.1
+pkgrel=1
 pkgdesc='Deepin desktop-environment - session-shell module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-session-shell"
@@ -15,12 +15,13 @@
 provides=('lightdm-deepin-greeter')
 groups=('deepin')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz")
-sha512sums=('f7c7fa8c03e99cb00f843812e44679c6e68434988a20d17aa59561a838c119d2fabb7ec26673179f1241bd0c25b8f0cca84986064830498e9108b44fdf7bdda1')
+sha512sums=('d328762fabb6ca491c618206adbfc1db651a229928eea1ca9e9b5e51d5432127725676c8e85da6837e5c82b959f5f5d403f80054425beab84a4830a84ca0fce1')
 
 prepare() {
   cd dde-session-shell-$pkgver
   sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
   sed -i 's/include "darrowrectangle.h"/include <darrowrectangle.h>/' src/widgets/errortooltip.h
+  sed -i '/#include <QFile>/a #include <QPainterPath>' src/widgets/useravatar.cpp
 }
 
 build() {



More information about the arch-commits mailing list