[arch-commits] Commit in deepin-artwork-themes/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Dec 30 13:14:31 UTC 2015


    Date: Wednesday, December 30, 2015 @ 14:14:31
  Author: fyan
Revision: 155034

upgpkg: deepin-artwork-themes 15.12.2-2

Modified:
  deepin-artwork-themes/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-30 13:09:52 UTC (rev 155033)
+++ PKGBUILD	2015-12-30 13:14:31 UTC (rev 155034)
@@ -5,20 +5,16 @@
 
 pkgname=deepin-artwork-themes
 pkgver=15.12.2
-_commit=6c1c4f5bcbe070337352f634f8473a76e3efe59c
-_desktopbaserev=77f030f19ce5b04da5634d1a7275feb4487b7fb3
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin artwork themes'
 arch=('any')
 license=('LGPL3')
 url="https://gitcafe.com/Deepin/deepin-artwork-themes"
-depends=('deepin-icon-theme')
+depends=('deepin-icon-theme' 'deepin-desktop-base')
 makedepends=('python2' 'git')
 groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-artwork-themes.git#commit=$_commit"
-        "git+https://github.com/linuxdeepin/deepin-desktop-base.git#commit=$_desktopbaserev")
-sha256sums=('SKIP'
-            'SKIP')
+source=("git+https://github.com/linuxdeepin/deepin-artwork-themes.git#tag=$pkgver")
+sha256sums=('SKIP')
 
 prepare() {
   cd $pkgname
@@ -35,7 +31,4 @@
 package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install
-
-  install -d "${pkgdir}"/usr/share/backgrounds/
-  cp "${srcdir}"/deepin-desktop-base/files/desktop.jpg "${pkgdir}"/usr/share/backgrounds/deepin_default_background.jpg
 }



More information about the arch-commits mailing list