[arch-commits] Commit in cutefish-core/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Dec 21 13:54:18 UTC 2021
Date: Tuesday, December 21, 2021 @ 13:54:18
Author: felixonmars
Revision: 1081603
archrelease: copy trunk to community-x86_64
Added:
cutefish-core/repos/community-x86_64/PKGBUILD
(from rev 1081601, cutefish-core/trunk/PKGBUILD)
Deleted:
cutefish-core/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 53 +++++++++++++++++++++++++++--------------------------
1 file changed, 27 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-21 13:54:17 UTC (rev 1081602)
+++ PKGBUILD 2021-12-21 13:54:18 UTC (rev 1081603)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-core
-pkgver=0.4
-pkgrel=2
-pkgdesc="System components and backend of CutefishOS"
-arch=('x86_64')
-url="https://github.com/cutefishos/core"
-license=('GPL')
-groups=('cutefish')
-depends=('fishui' 'libcutefish' '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
-}
Copied: cutefish-core/repos/community-x86_64/PKGBUILD (from rev 1081601, cutefish-core/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-21 13:54:18 UTC (rev 1081603)
@@ -0,0 +1,27 @@
+# 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
+}
More information about the arch-commits
mailing list