Date: Friday, October 20, 2017 @ 14:34:26
  Author: felixonmars
Revision: 263728

upgpkg: deepin-desktop-schemas 3.1.17.20171013-1

Updated to git master for:

- https://github.com/linuxdeepin/developer-center/issues/375
- https://github.com/linuxdeepin/developer-center/issues/376

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-10-20 14:31:52 UTC (rev 263727)
+++ PKGBUILD    2017-10-20 14:34:26 UTC (rev 263728)
@@ -4,7 +4,8 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-desktop-schemas
-pkgver=3.1.17
+pkgver=3.1.17.20171013
+_commit=e464199d6640bf5bc7f1678a752b5d442925fcfb
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -14,10 +15,12 @@
 makedepends=('python')
 replaces=('deepin-default-gsettings')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz";)
-sha512sums=('e2e055f4d2e55c440a12c07bf03c7c0c285ccc1e3203f617afe3d324bb5373e6d6cc4b18b1889308bc2746dbe3d7f6b6c3260d02c9d8046d00c2f4a60727314a')
+source=("$pkgname-$_commit.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$_commit.tar.gz";)
+sha512sums=('5abf9a94379d01b6dc6709184ac5d3af8080ee0254bbfd268326a05194f596b9e7a0cc73906b4aefd44349b71139d5b4c832f13ded626806777a9728b061e916')
 
 prepare() {
+  mv deepin-desktop-schemas-{$_commit,$pkgver}
+
   cd deepin-desktop-schemas-$pkgver
   # 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

Reply via email to