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

Felix Yan felixonmars at gemini.archlinux.org
Mon Feb 7 19:58:14 UTC 2022


    Date: Monday, February 7, 2022 @ 19:58:14
  Author: felixonmars
Revision: 1128654

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-07 19:58:03 UTC (rev 1128653)
+++ PKGBUILD	2022-02-07 19:58:14 UTC (rev 1128654)
@@ -1,29 +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=2021.08.19
-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=("https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('b6fd9d243e0bdd22ee6335ab487f95b3e21be3d047516dacfc174cd1f2bedef677b8dcdfaddf1b365887cfd896f84024d44a153e535b441882497cbc8d05eedd')
-
-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 1128653, deepin-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-07 19:58:14 UTC (rev 1128654)
@@ -0,0 +1,29 @@
+# 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=2021.11.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=("https://github.com/linuxdeepin/deepin-icon-theme/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('6f8f44ec67493ea6fdc97446f3695debcd831ace9974cefa0813ddabec91582dd61d6398fcc1356291502c96cf081446a39fa737e2d67a14167ca6160bb31e9e')
+
+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