[arch-commits] Commit in deepin-wallpapers/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Oct 26 02:12:09 UTC 2017
Date: Thursday, October 26, 2017 @ 02:12:08
Author: felixonmars
Revision: 264318
archrelease: copy trunk to community-any
Added:
deepin-wallpapers/repos/community-any/PKGBUILD
(from rev 264317, deepin-wallpapers/trunk/PKGBUILD)
Deleted:
deepin-wallpapers/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 +++++++++++++++++++++++++++++++-------------------------
1 file changed, 31 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-26 02:11:46 UTC (rev 264317)
+++ PKGBUILD 2017-10-26 02:12:08 UTC (rev 264318)
@@ -1,25 +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.4
-pkgrel=1
-epoch=1
-pkgdesc='Deepin Wallpapers'
-arch=('any')
-license=('GPL')
-url="https://github.com/linuxdeepin/deepin-wallpapers"
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wallpapers/archive/$pkgver.tar.gz")
-sha512sums=('36c70722ed38a12b9aac9380bfc110915a52fc3301c6b7c70b0818d8496dbe63ec360faf34ee23daffddb097bfe732410f8b7b277052ad1879b92a5e1085ebe5')
-
-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 264317, deepin-wallpapers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-10-26 02:12:08 UTC (rev 264318)
@@ -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
+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/
+}
More information about the arch-commits
mailing list