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

Felix Yan felixonmars at gemini.archlinux.org
Sun Feb 27 23:55:04 UTC 2022


    Date: Sunday, February 27, 2022 @ 23:55:04
  Author: felixonmars
Revision: 1137979

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-27 23:54:58 UTC (rev 1137978)
+++ PKGBUILD	2022-02-27 23:55:04 UTC (rev 1137979)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-core
-pkgver=0.7
-pkgrel=1
-pkgdesc="System components and backend of CutefishOS"
-arch=('x86_64')
-url="https://github.com/cutefishos/core"
-license=('GPL')
-groups=('cutefish')
-depends=('fishui' 'kidletime' 'libcutefish' 'libpulse' 'libxcb' 'libxcursor' 'libxtst' 'polkit-qt5'
-         'xf86-input-libinput' 'xf86-input-synaptics')
-makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools' 'xorg-server-devel')
-source=("https://github.com/cutefishos/core/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e7ba4e2fae556d99fce392f8e0147e31cf79a7731b51552019daeb2895c3e3cd7699126981bb0fe3f2c663b4875ffb8c50ecd7d4ea81edd35e6dcec6f208926f')
-
-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 1137978, cutefish-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-27 23:55:04 UTC (rev 1137979)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-core
+pkgver=0.8
+pkgrel=1
+pkgdesc="System components and backend of CutefishOS"
+arch=('x86_64')
+url="https://github.com/cutefishos/core"
+license=('GPL')
+groups=('cutefish')
+depends=('fishui' 'kidletime' 'libcutefish' 'libpulse' 'libxcb' 'libxcursor' 'libxtst' 'polkit-qt5'
+         'xf86-input-libinput' 'xf86-input-synaptics')
+makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools' 'xorg-server-devel')
+source=("https://github.com/cutefishos/core/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('e796e335f6465c6e68e3c533f38209206f2043f286aadd501a17180349cf4380fda604fbb32e1a13d541c34f8926785ed6a878a7bb1fb2691d546a99e82ab3ca')
+
+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