[arch-commits] Commit in cutefish-filemanager/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Tue May 25 20:05:27 UTC 2021


    Date: Tuesday, May 25, 2021 @ 20:05:26
  Author: felixonmars
Revision: 946285

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-25 20:05:12 UTC (rev 946284)
+++ PKGBUILD	2021-05-25 20:05:26 UTC (rev 946285)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=cutefish-filemanager
-pkgver=0.1
-pkgrel=1
-pkgdesc="Cutefish File Manager, simple to use, beautiful, and retain the classic PC interactive design"
-arch=('x86_64')
-url="https://github.com/cutefishos/filemanager"
-license=('GPL')
-groups=('cutefish')
-depends=('fishui' 'kio' 'solid')
-makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
-source=("https://github.com/cutefishos/filemanager/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('4d05997449da514b53aa4c84267cf2452a710112529273aa49db4780b1e7aff31877b9a928a70820588321d332dec74a4281aed30783e7b95cb42fd92d6e1907')
-
-build() {
-  cd filemanager-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd filemanager-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cutefish-filemanager/repos/community-x86_64/PKGBUILD (from rev 946284, cutefish-filemanager/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-25 20:05:26 UTC (rev 946285)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-filemanager
+pkgver=0.1
+pkgrel=2
+pkgdesc="Cutefish File Manager, simple to use, beautiful, and retain the classic PC interactive design"
+arch=('x86_64')
+url="https://github.com/cutefishos/filemanager"
+license=('GPL')
+groups=('cutefish')
+depends=('fishui' 'kio' 'libcutefish' 'solid')
+makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
+source=("https://github.com/cutefishos/filemanager/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('4d05997449da514b53aa4c84267cf2452a710112529273aa49db4780b1e7aff31877b9a928a70820588321d332dec74a4281aed30783e7b95cb42fd92d6e1907')
+
+build() {
+  cd filemanager-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd filemanager-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list