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

Felix Yan felixonmars at gemini.archlinux.org
Fri Feb 4 14:40:40 UTC 2022


    Date: Friday, February 4, 2022 @ 14:40:40
  Author: felixonmars
Revision: 1125653

archrelease: copy trunk to community-x86_64

Added:
  cutefish-core/repos/community-x86_64/PKGBUILD
    (from rev 1125652, 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-04 14:40:31 UTC (rev 1125652)
+++ PKGBUILD	2022-02-04 14:40:40 UTC (rev 1125653)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-core
-pkgver=0.5
-pkgrel=1
-pkgdesc="System components and backend of CutefishOS"
-arch=('x86_64')
-url="https://github.com/cutefishos/core"
-license=('GPL')
-groups=('cutefish')
-depends=('fishui' '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=('bed1187bc78ab6b60958712a2df404c166e853d5e21e2933eec401f9cfe405e142bbeb3480597fa2b90d2f8d5caee8d95e7fe7f17cf5eaac11dca65d44401923')
-
-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 1125652, cutefish-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-04 14:40:40 UTC (rev 1125653)
@@ -0,0 +1,27 @@
+# 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
+}



More information about the arch-commits mailing list