Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: deepin-icon-theme 2020.09.25-2: fix FS#67140
Browse files Browse the repository at this point in the history
Since upstream is unresponsive, remove the offending files ourselves.

Ref: linuxdeepin/developer-center#1793


git-svn-id: file:///srv/repos/svn-community/svn@732549 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
felixonmars committed Oct 25, 2020
1 parent 22ca6d9 commit e8c0ef1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deepin-icon-theme/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -21,6 +21,9 @@ sha512sums=('f0986492ac2cd910cd04a7362a1090b228b1c6eeb28246a57255acc6df1e3be0764
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() {
Expand Down

0 comments on commit e8c0ef1

Please sign in to comment.