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

Felix Yan felixonmars at gemini.archlinux.org
Tue Dec 21 15:38:22 UTC 2021


    Date: Tuesday, December 21, 2021 @ 15:38:21
  Author: felixonmars
Revision: 1081690

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-21 15:38:14 UTC (rev 1081689)
+++ PKGBUILD	2021-12-21 15:38:21 UTC (rev 1081690)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-icons
-pkgver=0.4
-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=('740477b4ae71e1c26b83c61108b638615fb2d36b0f3402fc5d4220c2f09772f04c90a3bcaf4463535121a4e31ca7a67a5b0980f5c64773fff4315990ffef397d')
-
-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 1081689, cutefish-icons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-21 15:38:21 UTC (rev 1081690)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-icons
+pkgver=0.5
+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=('6428da79e8659f172916fbe9a87658002637e579530e0de5985469b4b77b8a80027b6b36464f532808b27402ffdaf1bce7651bcf68e5d74edf6d28e7a2d8f573')
+
+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