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

Felix Yan felixonmars at archlinux.org
Sun Oct 25 12:14:17 UTC 2020


    Date: Sunday, October 25, 2020 @ 12:14:17
  Author: felixonmars
Revision: 732549

upgpkg: deepin-icon-theme 2020.09.25-2: fix FS#67140

Since upstream is unresponsive, remove the offending files ourselves.

Ref: https://github.com/linuxdeepin/developer-center/issues/1793

Modified:
  deepin-icon-theme/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-25 12:13:56 UTC (rev 732548)
+++ PKGBUILD	2020-10-25 12:14:17 UTC (rev 732549)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-icon-theme
 pkgver=2020.09.25
-pkgrel=1
+pkgrel=2
 pkgdesc="Deepin Icons"
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-icon-theme"
@@ -21,6 +21,9 @@
 prepare() {
   patch -d $pkgname-$pkgver -p1 < $pkgname-fix-installation.patch
   sed -i 's/deepin/bloom/g' $pkgname-$pkgver/tools/hicolor.links
+
+  # Broken filenames are not dealt since reported in June. Let's clean them up ourselves.
+  find $pkgname-$pkgver -name "* 2.svg" -delete
 }
 
 build() {



More information about the arch-commits mailing list