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

Felix Yan felixonmars at archlinux.org
Wed May 23 14:11:09 UTC 2018


    Date: Wednesday, May 23, 2018 @ 14:11:08
  Author: felixonmars
Revision: 328225

upgpkg: deepin-desktop-schemas 3.2.12-2

disable swap-sched

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-23 14:11:05 UTC (rev 328224)
+++ PKGBUILD	2018-05-23 14:11:08 UTC (rev 328225)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-desktop-schemas
 pkgver=3.2.12
-pkgrel=1
+pkgrel=2
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-desktop-schemas"
@@ -15,11 +15,15 @@
 conflicts=('deepin-artwork-themes')
 replaces=('deepin-artwork-themes')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz")
-sha512sums=('cff7b4142cc471c40294102432675d7f5b7bea45dc20687f4d7caa7080e297b7c20a4e6703049c179f49e7c1c6c5858286dc3e163e0d544ee095cfce8e49cb58')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz"
+        https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
+sha512sums=('cff7b4142cc471c40294102432675d7f5b7bea45dc20687f4d7caa7080e297b7c20a4e6703049c179f49e7c1c6c5858286dc3e163e0d544ee095cfce8e49cb58'
+            'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
 
 prepare() {
   cd deepin-desktop-schemas-$pkgver
+  # disable swap-sched
+  patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
   # fix default background url
   sed -i "s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#" overrides/common/com.deepin.wrap.gnome.desktop.override
 }



More information about the arch-commits mailing list