[arch-commits] Commit in (4 files)
Felix Yan
fyan at archlinux.org
Fri May 13 08:51:00 UTC 2016
Date: Friday, May 13, 2016 @ 10:51:00
Author: fyan
Revision: 175199
addpkg: deepin-wallpapers 1.3-1
Added:
deepin-wallpapers/
deepin-wallpapers/repos/
deepin-wallpapers/trunk/
deepin-wallpapers/trunk/PKGBUILD
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Added: deepin-wallpapers/trunk/PKGBUILD
===================================================================
--- deepin-wallpapers/trunk/PKGBUILD (rev 0)
+++ deepin-wallpapers/trunk/PKGBUILD 2016-05-13 08:51:00 UTC (rev 175199)
@@ -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