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

Felix Yan fyan at archlinux.org
Mon Mar 7 12:18:58 UTC 2016


    Date: Monday, March 7, 2016 @ 13:18:57
  Author: fyan
Revision: 165481

upgpkg: deepin-desktop-base 2016.01.29-1

Modified:
  deepin-desktop-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-07 12:15:52 UTC (rev 165480)
+++ PKGBUILD	2016-03-07 12:18:57 UTC (rev 165481)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-desktop-base
-pkgver=2016.01.28
+pkgver=2016.01.29
 pkgrel=1
 pkgdesc='Default wallpapers and other base component for Deepin'
 arch=('any')
@@ -16,17 +16,20 @@
 sha256sums=('SKIP')
 
 build() {
-  cd "${pkgname}"
+  cd $pkgname
   make
 }
 
 package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
 
   # Remove Deepin distro's lsb-release
   rm "$pkgdir"/etc/lsb-release
 
+  # Don't override systemd timeouts
+  rm -r "$pkgdir"/etc/systemd
+
   # Rename default desktop file to avoid conflicts
   mv "$pkgdir"/usr/share/backgrounds/{desktop.jpg,deepin_default_background.jpg}
 



More information about the arch-commits mailing list