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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 19 07:17:56 UTC 2021


    Date: Thursday, August 19, 2021 @ 07:17:56
  Author: felixonmars
Revision: 1003750

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-19 07:17:48 UTC (rev 1003749)
+++ PKGBUILD	2021-08-19 07:17:56 UTC (rev 1003750)
@@ -1,26 +0,0 @@
-# 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
-}

Copied: cutefish-icons/repos/community-any/PKGBUILD (from rev 1003749, cutefish-icons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-19 07:17:56 UTC (rev 1003750)
@@ -0,0 +1,26 @@
+# 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
+}



More information about the arch-commits mailing list