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

Felix Yan felixonmars at gemini.archlinux.org
Sat Aug 21 07:47:32 UTC 2021


    Date: Saturday, August 21, 2021 @ 07:47:31
  Author: felixonmars
Revision: 1004127

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-21 07:47:24 UTC (rev 1004126)
+++ PKGBUILD	2021-08-21 07:47:31 UTC (rev 1004127)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-terminal
-pkgver=0.4
-pkgrel=1
-pkgdesc="A terminal emulator for Cutefish"
-arch=('x86_64')
-url="https://github.com/cutefishos/terminal"
-license=('GPL')
-groups=('cutefish')
-depends=('fishui' 'libcutefish' 'qt5-svg')
-makedepends=('extra-cmake-modules' 'qt5-tools')
-source=("https://github.com/cutefishos/terminal/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('900d9419a63e91dc7841e7c39aa8acdd67f9bd6215bd0b4751c1ad5b025bf219eae90e041fd7b02fa4e3cb9ccd8093cee1e442db57479161fd890fd7fe28cc22')
-
-build() {
-  cd terminal-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd terminal-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cutefish-terminal/repos/community-x86_64/PKGBUILD (from rev 1004126, cutefish-terminal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-21 07:47:31 UTC (rev 1004127)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-terminal
+pkgver=0.4
+pkgrel=2
+pkgdesc="A terminal emulator for Cutefish"
+arch=('x86_64')
+url="https://github.com/cutefishos/terminal"
+license=('GPL')
+groups=('cutefish')
+depends=('fishui' 'qt5-svg')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+source=("https://github.com/cutefishos/terminal/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('900d9419a63e91dc7841e7c39aa8acdd67f9bd6215bd0b4751c1ad5b025bf219eae90e041fd7b02fa4e3cb9ccd8093cee1e442db57479161fd890fd7fe28cc22')
+
+build() {
+  cd terminal-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd terminal-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list