[arch-commits] Commit in cutefish-icons/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jun 30 15:50:59 UTC 2021


    Date: Wednesday, June 30, 2021 @ 15:50:59
  Author: felixonmars
Revision: 968013

archrelease: copy trunk to community-any

Added:
  cutefish-icons/repos/community-any/PKGBUILD
    (from rev 968012, cutefish-icons/trunk/PKGBUILD)
Deleted:
  cutefish-icons/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-30 15:50:45 UTC (rev 968012)
+++ PKGBUILD	2021-06-30 15:50:59 UTC (rev 968013)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-icons
-pkgver=0.2
-pkgrel=1
-pkgdesc="System default icon theme of CutefishOS"
-arch=('any')
-url="https://github.com/cutefishos/icons"
-license=('GPL')
-groups=('cutefish')
-depends=()
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://github.com/cutefishos/icons/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('df9009d82b8156d3c63f46df68b770b7a54f179149853d55de7e6cbbd5519a9757a8a1e70a2cc5379a8e318465449045031e721a976d49b09df42e5877885321')
-
-build() {
-  cd icons-$pkgver
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
-  ninja
-}
-
-package() {
-  cd icons-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: cutefish-icons/repos/community-any/PKGBUILD (from rev 968012, cutefish-icons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-30 15:50:59 UTC (rev 968013)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-icons
+pkgver=0.3
+pkgrel=1
+pkgdesc="System default icon theme of CutefishOS"
+arch=('any')
+url="https://github.com/cutefishos/icons"
+license=('GPL')
+groups=('cutefish')
+depends=()
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://github.com/cutefishos/icons/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('460247dddf26dea382edcc83e644bf4f3eae26dd3fbdc9176607b21c70e40c52ab5174cd38faf0d2ef9afe3df5cc804779afc696be633a10b47edfd264d298ec')
+
+build() {
+  cd icons-$pkgver
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd icons-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}




More information about the arch-commits mailing list