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

Felix Yan felixonmars at archlinux.org
Thu Apr 6 13:48:58 UTC 2017


    Date: Thursday, April 6, 2017 @ 13:48:57
  Author: felixonmars
Revision: 221016

upgpkg: deepin-icon-theme 15.12.38-2

remove unneeded dependency

Modified:
  deepin-icon-theme/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-06 13:45:41 UTC (rev 221015)
+++ PKGBUILD	2017-04-06 13:48:57 UTC (rev 221016)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-icon-theme
 pkgver=15.12.38
-pkgrel=1
+pkgrel=2
 pkgdesc="Deepin Icons"
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-icon-theme"
@@ -12,17 +12,9 @@
 license=('GPL3')
 replaces=('deepin-cursor-theme')
 conflicts=('deepin-cursor-theme')
-depends=('flattr-icon-theme' 'faenza-icon-theme')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver.tar.gz")
 sha512sums=('f25c9662982a323dfe30faa1274d4ad6b1da2573f3a34129ac01fab98128bc950da56224b8fe79aaf6f7345ac2b1c57bd89c61fd8f5afb2ae60300bd724f7e77')
 
-prepare() {
-  cd $pkgname-$pkgver
-  sed 's\flattr\Flattr\' -i deepin/index.theme
-
-  mkdir -p build
-}
-
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list