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

Felix Yan felixonmars at archlinux.org
Sat Jun 5 14:54:33 UTC 2021


    Date: Saturday, June 5, 2021 @ 14:54:33
  Author: felixonmars
Revision: 956062

archrelease: copy trunk to community-any

Added:
  cutefish-icons/repos/community-any/PKGBUILD
    (from rev 956061, 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-05 14:54:17 UTC (rev 956061)
+++ PKGBUILD	2021-06-05 14:54:33 UTC (rev 956062)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-icons
-pkgver=0.1
-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=('6c67afba71ad1aa6a7ededbb266ce5496d623d98d81424304575c0d3af26881ccf249b890454fade0d07cc04c3b8c01086bf73dccf6dba4161d18c0af981d405')
-
-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 956061, cutefish-icons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-05 14:54:33 UTC (rev 956062)
@@ -0,0 +1,26 @@
+# 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
+}



More information about the arch-commits mailing list