[arch-commits] Commit in deepin-icon-theme/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 19 03:48:45 UTC 2021


    Date: Thursday, August 19, 2021 @ 03:48:45
  Author: felixonmars
Revision: 1003730

upgpkg: deepin-icon-theme 2021.08.19-1

Modified:
  deepin-icon-theme/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-19 03:01:56 UTC (rev 1003729)
+++ PKGBUILD	2021-08-19 03:48:45 UTC (rev 1003730)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-icon-theme
-pkgver=2021.06.09
+pkgver=2021.08.19
 pkgrel=1
 pkgdesc="Deepin Icons"
 arch=('any')
@@ -13,19 +13,9 @@
 replaces=('deepin-cursor-theme')
 conflicts=('deepin-cursor-theme')
 groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz"
-        $pkgname-fix-installation-2021.06.09.patch::https://github.com/linuxdeepin/deepin-icon-theme/pull/23.patch)
-sha512sums=('0aa7b9c76ee7d9b3dbbfca0961d66c47324bbeec5c30f7658c1c99dc1d7898eb3a7dd68339dbc27a857aedf36a5dc2d3178a0dfdc0f429a3ae576eea23eece11'
-            'b45426d9eb2ccc95fb2e06c13db28c28ae8d38b671decbebaaa8195a47cd5c3f83ff69a4b0a2b6378b30b431c5aeaedeac9ab3bc5fd70b8c42da809d25c41664')
+source=("https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('b6fd9d243e0bdd22ee6335ab487f95b3e21be3d047516dacfc174cd1f2bedef677b8dcdfaddf1b365887cfd896f84024d44a153e535b441882497cbc8d05eedd')
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < $pkgname-fix-installation-2021.06.09.patch
-  sed -i 's/deepin/bloom/g' $pkgname-$pkgver/tools/hicolor.links
-
-  # Broken filenames are not dealt since reported in June 2020. Let's clean them up ourselves.
-  find $pkgname-$pkgver -name "* 2.svg" -delete
-}
-
 build() {
   cd $pkgname-$pkgver
   make hicolor-links



More information about the arch-commits mailing list