[arch-commits] Commit in deepin-gtk-theme/trunk (PKGBUILD)

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


    Date: Tuesday, November 17, 2015 @ 15:57:20
  Author: fyan
Revision: 146994

upgpkg: deepin-gtk-theme 3.18.0-1

Added:
  deepin-gtk-theme/trunk/PKGBUILD

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

Added: PKGBUILD
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-11-17 14:57:20 UTC (rev 146994)
@@ -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/
+}


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



More information about the arch-commits mailing list