[arch-commits] Commit in deepin-icon-theme/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Feb 28 11:03:16 UTC 2017
Date: Tuesday, February 28, 2017 @ 11:03:15
Author: felixonmars
Revision: 214206
archrelease: copy trunk to community-any
Added:
deepin-icon-theme/repos/community-any/PKGBUILD
(from rev 214205, deepin-icon-theme/trunk/PKGBUILD)
Deleted:
deepin-icon-theme/repos/community-any/PKGBUILD
----------+
PKGBUILD | 65 ++++++++++++++++++++++++++++---------------------------------
1 file changed, 30 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-02-28 11:02:57 UTC (rev 214205)
+++ PKGBUILD 2017-02-28 11:03:15 UTC (rev 214206)
@@ -1,35 +0,0 @@
-# $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.32
-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' 'faenza-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
-
- mkdir -p build
-}
-
-build() {
- cd "${pkgname}"
- python2 tools/convert.py deepin build
-}
-
-package() {
- cd "${pkgname}"
- make DESTDIR="$pkgdir" install
-}
Copied: deepin-icon-theme/repos/community-any/PKGBUILD (from rev 214205, deepin-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-02-28 11:03:15 UTC (rev 214206)
@@ -0,0 +1,30 @@
+# $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.33
+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' 'faenza-icon-theme')
+makedepends=('git')
+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
+
+ mkdir -p build
+}
+
+package() {
+ cd "${pkgname}"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list