[arch-commits] Commit in deepin-artwork-themes/repos/community-testing-any (2 files)

Felix Yan fyan at archlinux.org
Mon Dec 21 12:50:43 UTC 2015


    Date: Monday, December 21, 2015 @ 13:50:43
  Author: fyan
Revision: 153839

archrelease: copy trunk to community-testing-any

Added:
  deepin-artwork-themes/repos/community-testing-any/PKGBUILD
    (from rev 153838, deepin-artwork-themes/trunk/PKGBUILD)
Deleted:
  deepin-artwork-themes/repos/community-testing-any/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-21 12:50:24 UTC (rev 153838)
+++ PKGBUILD	2015-12-21 12:50:43 UTC (rev 153839)
@@ -1,41 +0,0 @@
-# $Id$
-# 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-artwork-themes
-pkgver=15.10.2.20151217
-_commit=dbfa570f5d4edbe2bb1bdafb1ccaba3b987dcade
-_desktopbaserev=df35ee9bbe33cca436c256a145b88e58e011b737
-pkgrel=1
-pkgdesc='Deepin artwork themes'
-arch=('any')
-license=('LGPL3')
-url="https://gitcafe.com/Deepin/deepin-artwork-themes"
-depends=('deepin-icon-theme')
-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')
-
-prepare() {
-  cd $pkgname
-
-  # fix default background url
-  sed -i 's#^BackgroundFile=.*$#BackgroundFile=file:///usr/share/backgrounds/deepin_default_background.jpg#' themes/deepin/theme.ini
-}
-
-build() {
-  cd $pkgname
-  make build
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  install -d "${pkgdir}"/usr/share/backgrounds/
-  cp "${srcdir}"/deepin-desktop-base/backgrounds/desktop.jpg "${pkgdir}"/usr/share/backgrounds/deepin_default_background.jpg
-}

Copied: deepin-artwork-themes/repos/community-testing-any/PKGBUILD (from rev 153838, deepin-artwork-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-12-21 12:50:43 UTC (rev 153839)
@@ -0,0 +1,41 @@
+# $Id$
+# 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-artwork-themes
+pkgver=15.12.2
+_commit=6c1c4f5bcbe070337352f634f8473a76e3efe59c
+_desktopbaserev=77f030f19ce5b04da5634d1a7275feb4487b7fb3
+pkgrel=1
+pkgdesc='Deepin artwork themes'
+arch=('any')
+license=('LGPL3')
+url="https://gitcafe.com/Deepin/deepin-artwork-themes"
+depends=('deepin-icon-theme')
+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')
+
+prepare() {
+  cd $pkgname
+
+  # fix default background url
+  sed -i 's#^BackgroundFile=.*$#BackgroundFile=file:///usr/share/backgrounds/deepin_default_background.jpg#' themes/deepin/theme.ini
+}
+
+build() {
+  cd $pkgname
+  make build
+}
+
+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