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

Felix Yan felixonmars at archlinux.org
Sat Apr 1 09:41:11 UTC 2017


    Date: Saturday, April 1, 2017 @ 09:41:10
  Author: felixonmars
Revision: 220277

upgpkg: deepin-desktop-schemas 3.1.5-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-01 09:36:01 UTC (rev 220276)
+++ PKGBUILD	2017-04-01 09:41:10 UTC (rev 220277)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-desktop-schemas
-pkgver=3.1.4
+pkgver=3.1.5
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -11,14 +11,13 @@
 url="https://github.com/linuxdeepin/deepin-desktop-schemas"
 license=('GPL3')
 depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 'deepin-artwork-themes')
-makedepends=('git')
 replaces=('deepin-default-gsettings')
 groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-desktop-schemas.git#tag=$pkgver")
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz")
+sha512sums=('5c2652b45ff95095167f29cecea46d20c750ad6f9032fdbe16b34c051d8e87f9e0b0297a9ae707fc673873732397fa63ea2b27808f4398b7f32c3379d9a42640')
 
 prepare() {
-  cd "${pkgname}"
+  cd deepin-desktop-schemas-$pkgver
   # fix default background url
   sed -i "s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#" overrides/x86/com.deepin.wrap.gnome.desktop.override
   # don't override GNOME defaults
@@ -26,11 +25,11 @@
 }
 
 build() {
-  cd "${pkgname}"
+  cd deepin-desktop-schemas-$pkgver
   make
 }
 
 package() {
-  cd "${pkgname}"
+  cd deepin-desktop-schemas-$pkgver
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list