[arch-commits] Commit in cutefish-core/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jun 5 15:10:23 UTC 2021


    Date: Saturday, June 5, 2021 @ 15:10:23
  Author: felixonmars
Revision: 956090

archrelease: copy trunk to community-x86_64

Added:
  cutefish-core/repos/community-x86_64/PKGBUILD
    (from rev 956089, cutefish-core/trunk/PKGBUILD)
Deleted:
  cutefish-core/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-05 15:09:56 UTC (rev 956089)
+++ PKGBUILD	2021-06-05 15:10:23 UTC (rev 956090)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-core
-pkgver=0.1
-pkgrel=1
-pkgdesc="System components and backend of CutefishOS"
-arch=('x86_64')
-url="https://github.com/cutefishos/core"
-license=('GPL')
-groups=('cutefish')
-depends=('fishui' 'libpulse' 'libxtst' 'polkit-qt5')
-makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
-source=("https://github.com/cutefishos/core/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e14321d113f622c910dfb76efd8acc0d2fcc2579febe5a7c8ccc0214699cbe9777b4eb75c883dcd42e13768d868adff14d970eb1e5513304aff68636a484843d')
-
-build() {
-  cd core-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd core-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cutefish-core/repos/community-x86_64/PKGBUILD (from rev 956089, cutefish-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-05 15:10:23 UTC (rev 956090)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-core
+pkgver=0.2
+pkgrel=1
+pkgdesc="System components and backend of CutefishOS"
+arch=('x86_64')
+url="https://github.com/cutefishos/core"
+license=('GPL')
+groups=('cutefish')
+depends=('fishui' 'libpulse' 'libxtst' 'polkit-qt5')
+makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
+source=("https://github.com/cutefishos/core/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('57894063b0dc1d861a47b764a4fd9d29abb7eb6aa5dd5cb940a787f5c03ed49c233812c700894a469d967c6abbeefab7556ef42472c00f417a64a817da698618')
+
+build() {
+  cd core-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd core-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list