[arch-commits] Commit in index-fm/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Feb 23 07:47:31 UTC 2021


    Date: Tuesday, February 23, 2021 @ 07:47:31
  Author: arojas
Revision: 869269

archrelease: copy trunk to community-x86_64

Added:
  index-fm/repos/community-x86_64/PKGBUILD
    (from rev 869268, index-fm/trunk/PKGBUILD)
Deleted:
  index-fm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 07:47:26 UTC (rev 869268)
+++ PKGBUILD	2021-02-23 07:47:31 UTC (rev 869269)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=index-fm
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Multi-platform file manager"
-url="https://mauikit.org/"
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://invent.kde.org/maui/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha256sums=('e66267740eebc322b99ea020af354cea6e4c619fe4049c97187165ce3ecd3855')
-
-build() {
-  cmake -B build -S $pkgname-v$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: index-fm/repos/community-x86_64/PKGBUILD (from rev 869268, index-fm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-23 07:47:31 UTC (rev 869269)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=index-fm
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Multi-platform file manager"
+url="https://mauikit.org/"
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/index/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('036f68cd4114a262ea3f5f578d33289e7aacd21a9cfb0540322f2e8b5bfcbf7a')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list