[arch-commits] Commit in deepin-wallpapers/repos (2 files)

Felix Yan fyan at archlinux.org
Fri May 13 08:51:16 UTC 2016


    Date: Friday, May 13, 2016 @ 10:51:16
  Author: fyan
Revision: 175200

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: deepin-wallpapers/repos/community-any/PKGBUILD (from rev 175199, deepin-wallpapers/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2016-05-13 08:51:16 UTC (rev 175200)
@@ -0,0 +1,25 @@
+# $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.3
+pkgrel=1
+pkgdesc='Deepin Wallpapers'
+arch=('any')
+license=('GPL')
+url="https://github.com/linuxdeepin/deepin-wallpapers"
+makedepends=('git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-wallpapers.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+  cd $pkgname
+  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