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

Felix Yan fyan at archlinux.org
Wed Dec 30 12:55:56 UTC 2015


    Date: Wednesday, December 30, 2015 @ 13:55:56
  Author: fyan
Revision: 155031

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-30 12:55:36 UTC (rev 155030)
+++ PKGBUILD	2015-12-30 12:55:56 UTC (rev 155031)
@@ -1,36 +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.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
-}

Copied: deepin-icon-theme/repos/community-any/PKGBUILD (from rev 155030, deepin-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-12-30 12:55:56 UTC (rev 155031)
@@ -0,0 +1,35 @@
+# $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.23
+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
+}



More information about the arch-commits mailing list