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

Felix Yan fyan at archlinux.org
Tue Dec 29 06:51:30 UTC 2015


    Date: Tuesday, December 29, 2015 @ 07:51:29
  Author: fyan
Revision: 154868

archrelease: copy trunk to community-staging-any

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

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

Copied: deepin-icon-theme/repos/community-staging-any/PKGBUILD (from rev 154867, deepin-icon-theme/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2015-12-29 06:51:29 UTC (rev 154868)
@@ -0,0 +1,36 @@
+# $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-icon-theme
+pkgver=15.12.22
+pkgrel=1
+pkgdesc="Deepin Icons"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-icon-theme"
+license=('GPL3')
+replaces=('deepin-cursor-theme')
+conflicts=('deepin-cursor-theme')
+depends=('flattr-icon-theme')
+makedepends=('git' 'inkscape')
+source=("git+https://cr.deepin.io/deepin-icon-theme.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  sed 's\flattr\Flattr\' -i deepin/index.theme
+  sed 's\Faenza\Adwaita\' -i deepin/index.theme
+
+  mkdir -p build
+}
+
+build() {
+  cd "${pkgname}"
+  python2 tools/convert.py deepin build
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list