[arch-commits] Commit in deepin-gtk-theme/repos (community-any community-any/PKGBUILD)

Felix Yan fyan at archlinux.org
Tue Nov 17 14:57:43 UTC 2015


    Date: Tuesday, November 17, 2015 @ 15:57:43
  Author: fyan
Revision: 146995

archrelease: copy trunk to community-any

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

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

Copied: deepin-gtk-theme/repos/community-any/PKGBUILD (from rev 146994, deepin-gtk-theme/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2015-11-17 14:57:43 UTC (rev 146995)
@@ -0,0 +1,23 @@
+# $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=3.18.0
+pkgrel=1
+pkgdesc="Deepin GTK Theme"
+arch=('any')
+url="https://gitcafe.com/Deepin/deepin-gtk-theme"
+license=('LGPL3')
+depends=('gtk-engine-unico')
+makedepends=('git')
+optdepends=('gtk-engine-murrine: for gtk2 themes')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-gtk-theme.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+  install -dm0755 "${pkgdir}"/usr/share/themes
+  cp -a deepin-gtk-theme/Deepin "${pkgdir}"/usr/share/themes/
+}



More information about the arch-commits mailing list