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

Felix Yan fyan at archlinux.org
Wed Dec 9 14:12:08 UTC 2015


    Date: Wednesday, December 9, 2015 @ 15:12:07
  Author: fyan
Revision: 151268

archrelease: copy trunk to community-testing-any

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-09 14:11:43 UTC (rev 151267)
+++ PKGBUILD	2015-12-09 14:12:07 UTC (rev 151268)
@@ -1,40 +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.10.3.20151208
-_commit=9f8f8a39d819872621f014bd5a90bf2b5c3c3f79
-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}"
-  install -d "${pkgdir}"/usr/share/icons
-  cp -r build/deepin "${pkgdir}"/usr/share/icons/Deepin
-
-  make DESTDIR="$pkgdir" install-cursors
-}

Copied: deepin-icon-theme/repos/community-testing-any/PKGBUILD (from rev 151267, deepin-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-12-09 14:12:07 UTC (rev 151268)
@@ -0,0 +1,40 @@
+# $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
+_commit=9f8f8a39d819872621f014bd5a90bf2b5c3c3f79
+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}"
+  install -d "${pkgdir}"/usr/share/icons
+  cp -r build/deepin "${pkgdir}"/usr/share/icons/Deepin
+
+  make DESTDIR="$pkgdir" install-cursors
+}



More information about the arch-commits mailing list