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

Felix Yan fyan at archlinux.org
Fri Jan 22 13:16:40 UTC 2016


    Date: Friday, January 22, 2016 @ 14:16:40
  Author: fyan
Revision: 158581

archrelease: copy trunk to community-staging-any

Added:
  deepin-gtk-theme/repos/community-staging-any/
  deepin-gtk-theme/repos/community-staging-any/PKGBUILD
    (from rev 158580, deepin-gtk-theme/trunk/PKGBUILD)

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

Copied: deepin-gtk-theme/repos/community-staging-any/PKGBUILD (from rev 158580, deepin-gtk-theme/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-01-22 13:16:40 UTC (rev 158581)
@@ -0,0 +1,22 @@
+# $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-gtk-theme
+pkgver=15.12.5
+pkgrel=1
+pkgdesc="Deepin GTK Theme"
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-gtk-theme"
+license=('LGPL3')
+makedepends=('git')
+optdepends=('gtk-engine-murrine: for gtk2 themes')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-gtk-theme.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+  cd deepin-gtk-theme
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list