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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 19 07:20:26 UTC 2021


    Date: Thursday, August 19, 2021 @ 07:20:25
  Author: felixonmars
Revision: 1003752

archrelease: copy trunk to community-x86_64

Added:
  cutefish-core/repos/community-x86_64/PKGBUILD
    (from rev 1003751, 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-08-19 07:20:17 UTC (rev 1003751)
+++ PKGBUILD	2021-08-19 07:20:25 UTC (rev 1003752)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-core
-pkgver=0.3
-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=('86100d08db3f5c52561d2361228396a69f8d7621d039e125da349fa10f8b7716f38d090a936df8b2aa1d4797d6a40aa06147d40b51b5859b75de7f4bb9ea2dc1')
-
-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 1003751, cutefish-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-19 07:20:25 UTC (rev 1003752)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-core
+pkgver=0.4
+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' 'libxcursor' 'libxtst' 'polkit-qt5' 'xf86-input-libinput')
+makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
+source=("https://github.com/cutefishos/core/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('60259469fb1c697ee46c17508ebc508dd40e24d4772a58c52e8cb9a2ccf6debed9dce13296ea3d6f51d612cfc980f46717424216db051d43611a148912bee709')
+
+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