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

Felix Yan fyan at archlinux.org
Wed Dec 30 13:15:10 UTC 2015


    Date: Wednesday, December 30, 2015 @ 14:15:10
  Author: fyan
Revision: 155035

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-30 13:14:31 UTC (rev 155034)
+++ PKGBUILD	2015-12-30 13:15:10 UTC (rev 155035)
@@ -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.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
-}

Copied: deepin-artwork-themes/repos/community-any/PKGBUILD (from rev 155034, deepin-artwork-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-12-30 13:15:10 UTC (rev 155035)
@@ -0,0 +1,34 @@
+# $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
+pkgrel=2
+pkgdesc='Deepin artwork themes'
+arch=('any')
+license=('LGPL3')
+url="https://gitcafe.com/Deepin/deepin-artwork-themes"
+depends=('deepin-icon-theme' 'deepin-desktop-base')
+makedepends=('python2' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-artwork-themes.git#tag=$pkgver")
+sha256sums=('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
+}



More information about the arch-commits mailing list