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

Felix Yan felixonmars at archlinux.org
Tue Jul 17 07:24:34 UTC 2018


    Date: Tuesday, July 17, 2018 @ 07:24:34
  Author: felixonmars
Revision: 360447

upgpkg: deepin-launcher 4.3.10-3

fix default background location

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-17 07:20:18 UTC (rev 360446)
+++ PKGBUILD	2018-07-17 07:24:34 UTC (rev 360447)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-launcher
 pkgver=4.3.10
-pkgrel=2
+pkgrel=3
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-launcher"
@@ -19,6 +19,11 @@
 source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz")
 sha512sums=('203a15d3ca5144ec6ab4a8623c9f6a0083b4c435068c3f5c9a3f3406ba5a7dc8b70b6904079b5af074cf861d6d3cf384a43280cd291626f78160c443be17f50e')
 
+prepare() {
+  cd dde-launcher-$pkgver
+  sed -i 's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|' src/boxframe/*.cpp
+}
+
 build() {
   cd dde-launcher-$pkgver
   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1



More information about the arch-commits mailing list