[arch-commits] Commit in deepin-icon-theme/repos (2 files)
Felix Yan
fyan at archlinux.org
Thu Dec 17 06:57:42 UTC 2015
Date: Thursday, December 17, 2015 @ 07:57:42
Author: fyan
Revision: 153527
archrelease: copy trunk to community-testing-any
Added:
deepin-icon-theme/repos/community-testing-any/
deepin-icon-theme/repos/community-testing-any/PKGBUILD
(from rev 153526, deepin-icon-theme/trunk/PKGBUILD)
----------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Copied: deepin-icon-theme/repos/community-testing-any/PKGBUILD (from rev 153526, deepin-icon-theme/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2015-12-17 06:57:42 UTC (rev 153527)
@@ -0,0 +1,37 @@
+# $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.10.4.20151217
+_commit=74c680002e9151c54e0e0c1f684ed85ffdafd748
+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://github.com/linuxdeepin/deepin-icon-theme.git#commit=$_commit")
+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