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

Felix Yan felixonmars at archlinux.org
Thu Oct 22 17:36:19 UTC 2020


    Date: Thursday, October 22, 2020 @ 17:36:18
  Author: felixonmars
Revision: 729299

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-22 17:36:08 UTC (rev 729298)
+++ PKGBUILD	2020-10-22 17:36:18 UTC (rev 729299)
@@ -1,36 +0,0 @@
-# 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=2020.09.24
-pkgrel=1
-pkgdesc="Deepin Icons"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-icon-theme"
-license=('GPL3')
-depends=('papirus-icon-theme')
-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.patch::https://github.com/linuxdeepin/deepin-icon-theme/pull/23.patch)
-sha512sums=('f4957368968dcad8a8ad874fa5302cc1ec21c138efe947c4e0076fd9d256fbe65463693daf7f87e5882c95d3a2f1df510f7ba3afc771d254a5a5bf3760a5b6b0'
-            'de3365adc47d824ae8f527db7b68f568d623bf5f96ab3f511146594aee57db8fd587dc6d2c5639283f620f6f19fa8dd5b789c703dfa7eaf571bd766e397cba23')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < $pkgname-fix-installation.patch
-  sed -i 's/deepin/bloom/g' $pkgname-$pkgver/tools/hicolor.links
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make hicolor-links
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  cp -a ./Sea ./usr/share/icons/hicolor "$pkgdir"/usr/share/icons/
-}

Copied: deepin-icon-theme/repos/community-any/PKGBUILD (from rev 729298, deepin-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-22 17:36:18 UTC (rev 729299)
@@ -0,0 +1,36 @@
+# 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=2020.09.25
+pkgrel=1
+pkgdesc="Deepin Icons"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-icon-theme"
+license=('GPL3')
+depends=('papirus-icon-theme')
+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.patch::https://github.com/linuxdeepin/deepin-icon-theme/pull/23.patch)
+sha512sums=('f0986492ac2cd910cd04a7362a1090b228b1c6eeb28246a57255acc6df1e3be076467d22446adb932c80430b2eae030a4dc9b713c59c9717a3046812d6b90f9a'
+            'de3365adc47d824ae8f527db7b68f568d623bf5f96ab3f511146594aee57db8fd587dc6d2c5639283f620f6f19fa8dd5b789c703dfa7eaf571bd766e397cba23')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < $pkgname-fix-installation.patch
+  sed -i 's/deepin/bloom/g' $pkgname-$pkgver/tools/hicolor.links
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make hicolor-links
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  cp -a ./Sea ./usr/share/icons/hicolor "$pkgdir"/usr/share/icons/
+}



More information about the arch-commits mailing list