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

Felix Yan felixonmars at gemini.archlinux.org
Tue Mar 8 20:52:17 UTC 2022


    Date: Tuesday, March 8, 2022 @ 20:52:17
  Author: felixonmars
Revision: 1145555

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-08 20:52:07 UTC (rev 1145554)
+++ PKGBUILD	2022-03-08 20:52:17 UTC (rev 1145555)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-icons
-pkgver=0.7
-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=('22259bf9f601dcfa577bdab0d12cebae48cb05dfe8ab8d67560656692cdab5afd1412c71656a64de088b0db13792d1e1f44e4eff5a713fb3274530aba0ba5c58')
-
-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 1145554, cutefish-icons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-08 20:52:17 UTC (rev 1145555)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-icons
+pkgver=0.8
+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=('064f81cf8f9ac6d3fdf3eff4500df0c349335432c49fd2d7a01cc84060b97372c2ea92998670cf68e0f1e8f099aedb9164a285af4f74da47bb750754649df464')
+
+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