[arch-commits] Commit in deepin-account-faces/repos (2 files)

Felix Yan fyan at archlinux.org
Mon Dec 21 12:58:18 UTC 2015


    Date: Monday, December 21, 2015 @ 13:58:17
  Author: fyan
Revision: 153845

archrelease: copy trunk to community-testing-any

Added:
  deepin-account-faces/repos/community-testing-any/
  deepin-account-faces/repos/community-testing-any/PKGBUILD
    (from rev 153844, deepin-account-faces/trunk/PKGBUILD)

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

Copied: deepin-account-faces/repos/community-testing-any/PKGBUILD (from rev 153844, deepin-account-faces/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2015-12-21 12:58:17 UTC (rev 153845)
@@ -0,0 +1,24 @@
+# $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-account-faces
+pkgver=1.0.10
+_commit=799e6aa0605167bab6b283aa1114c8aee555a45f
+pkgrel=1
+pkgdesc='Account faces for Linux Deepin'
+arch=('any')
+license=('GPL3')
+url="https://github.com/linuxdeepin/dde-account-faces"
+makedepends=('git')
+conflicts=('dde-account-faces')
+replaces=('dde-account-faces')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/dde-account-faces.git#commit=$_commit")
+sha256sums=('SKIP')
+
+package() {
+  cd dde-account-faces
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list