[arch-commits] Commit in deepin-wallpapers/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 15 04:46:02 UTC 2018


    Date: Tuesday, May 15, 2018 @ 04:45:57
  Author: felixonmars
Revision: 322249

archrelease: copy trunk to community-any

Added:
  deepin-wallpapers/repos/community-any/PKGBUILD
    (from rev 322248, deepin-wallpapers/trunk/PKGBUILD)
Deleted:
  deepin-wallpapers/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-15 04:45:15 UTC (rev 322248)
+++ PKGBUILD	2018-05-15 04:45:57 UTC (rev 322249)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 174910 2016-05-12 08:52:07Z fyan $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-wallpapers
-pkgver=1.7
-pkgrel=1
-epoch=1
-pkgdesc='Deepin Wallpapers'
-arch=('any')
-license=('GPL')
-url="https://github.com/linuxdeepin/deepin-wallpapers"
-makedepends=('deepin-api')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wallpapers/archive/$pkgver.tar.gz")
-sha512sums=('3de2cf66ba438511af183af2ba7c34e7608ca00ed100af0971247c41f35c66bd0c59bb3496e32b2694978c1c2e83a5b681108eb4d85182a1447eb80db9afa3fa')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/share/wallpapers
-  cp -r deepin "$pkgdir"/usr/share/wallpapers/
-
-  install -dm755 "$pkgdir"/var/cache
-  cp -r image-blur "$pkgdir"/var/cache/
-}

Copied: deepin-wallpapers/repos/community-any/PKGBUILD (from rev 322248, deepin-wallpapers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-15 04:45:57 UTC (rev 322249)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 174910 2016-05-12 08:52:07Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-wallpapers
+pkgver=1.7.1
+pkgrel=1
+epoch=1
+pkgdesc='Deepin Wallpapers'
+arch=('any')
+license=('GPL')
+url="https://github.com/linuxdeepin/deepin-wallpapers"
+makedepends=('deepin-api')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wallpapers/archive/$pkgver.tar.gz")
+sha512sums=('2821b0dbcd897ba2ac6fe7cf40bb182c5238e37f9d5c29391d53fc1645ec4e7a0b1f09ad4b2c0ce93a1f232f57b6cd22419cbf8f0799e2efc16f78f7ab92892d')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -dm755 "$pkgdir"/usr/share/wallpapers
+  cp -r deepin "$pkgdir"/usr/share/wallpapers/
+
+  install -dm755 "$pkgdir"/var/cache
+  cp -r image-blur "$pkgdir"/var/cache/
+}



More information about the arch-commits mailing list