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

Felix Yan felixonmars at archlinux.org
Fri Nov 23 16:27:24 UTC 2018


    Date: Friday, November 23, 2018 @ 16:27:24
  Author: felixonmars
Revision: 409573

upgpkg: deepin-dock 4.8.1-2

fix tray loading

Modified:
  deepin-dock/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-23 16:03:49 UTC (rev 409572)
+++ PKGBUILD	2018-11-23 16:27:24 UTC (rev 409573)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-dock
 pkgver=4.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-dock"
@@ -18,6 +18,11 @@
 source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz")
 sha512sums=('4edc2ffcdfcf812f74168e9bceb6a582772417afd21a6754ca10d8264ad92b58a9da3154834a1d446dacd76b9cac40261e74e6379a94d0947e6fb28f02a563c7')
 
+prepare() {
+  cd dde-dock-$pkgver
+  sed -i -e '/foldWithAnimation/d' -e '/expandWithAnimation/d' plugins/tray/fashiontrayitem.h
+}
+
 build() {
   cd dde-dock-$pkgver
   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DDOCK_TRAY_USE_NATIVE_POPUP=YES



More information about the arch-commits mailing list