[arch-commits] Commit in deepin-wallpapers/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jul 6 07:45:41 UTC 2017
Date: Thursday, July 6, 2017 @ 07:45:41
Author: felixonmars
Revision: 242486
archrelease: copy trunk to community-any
Added:
deepin-wallpapers/repos/community-any/PKGBUILD
(from rev 242485, deepin-wallpapers/trunk/PKGBUILD)
Deleted:
deepin-wallpapers/repos/community-any/PKGBUILD
----------+
PKGBUILD | 49 ++++++++++++++++++++++++-------------------------
1 file changed, 24 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-06 07:45:16 UTC (rev 242485)
+++ PKGBUILD 2017-07-06 07:45:41 UTC (rev 242486)
@@ -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
-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/
-}
Copied: deepin-wallpapers/repos/community-any/PKGBUILD (from rev 242485, deepin-wallpapers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-07-06 07:45:41 UTC (rev 242486)
@@ -0,0 +1,24 @@
+# $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.5
+pkgrel=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=('41b6bf9e6c932c6adf9deebc484d5a578d10cbf2fbcf1aaeff7f29510edbe191cf0b014f3c5e376658e38997e49446f722bc01adca47a7408744d47021ac5083')
+
+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