[arch-commits] Commit in deepin-sound-theme/repos (2 files)

Felix Yan fyan at archlinux.org
Tue Nov 17 14:35:51 UTC 2015


    Date: Tuesday, November 17, 2015 @ 15:35:51
  Author: fyan
Revision: 146988

archrelease: copy trunk to community-any

Added:
  deepin-sound-theme/repos/community-any/
  deepin-sound-theme/repos/community-any/PKGBUILD
    (from rev 146987, deepin-sound-theme/trunk/PKGBUILD)

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

Copied: deepin-sound-theme/repos/community-any/PKGBUILD (from rev 146987, deepin-sound-theme/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2015-11-17 14:35:51 UTC (rev 146988)
@@ -0,0 +1,21 @@
+# $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-sound-theme
+pkgver=15.10.0
+pkgrel=1
+pkgdesc="Deepin sound theme"
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-sound-theme"
+license=('GPL3')
+groups=('deepin')
+makedepends=('git')
+source=("git+https://github.com/linuxdeepin/deepin-sound-theme.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list