[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Tue Nov 17 15:06:25 UTC 2015


    Date: Tuesday, November 17, 2015 @ 16:06:25
  Author: fyan
Revision: 146996

addpkg: deepin-artwork-themes 15.10.1-1

Added:
  deepin-artwork-themes/
  deepin-artwork-themes/repos/
  deepin-artwork-themes/trunk/
  deepin-artwork-themes/trunk/PKGBUILD

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Added: deepin-artwork-themes/trunk/PKGBUILD
===================================================================
--- deepin-artwork-themes/trunk/PKGBUILD	                        (rev 0)
+++ deepin-artwork-themes/trunk/PKGBUILD	2015-11-17 15:06:25 UTC (rev 146996)
@@ -0,0 +1,33 @@
+# $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.1
+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#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+}
+
+build() {
+  cd $pkgname
+  make build
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


Property changes on: deepin-artwork-themes/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list