[arch-commits] Commit in mauikit-filebrowsing/repos/community-x86_64 (2 files)

Antonio Rojas arojas at archlinux.org
Sun May 9 08:38:52 UTC 2021


    Date: Sunday, May 9, 2021 @ 08:38:52
  Author: arojas
Revision: 928973

archrelease: copy trunk to community-x86_64

Added:
  mauikit-filebrowsing/repos/community-x86_64/PKGBUILD
    (from rev 928972, mauikit-filebrowsing/trunk/PKGBUILD)
Deleted:
  mauikit-filebrowsing/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-09 08:38:41 UTC (rev 928972)
+++ PKGBUILD	2021-05-09 08:38:52 UTC (rev 928973)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=mauikit-filebrowsing
-pkgver=1.2.2
-pkgrel=1
-pkgdesc='MauiKit File Browsing utilities and controls'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(LGPL)
-depends=(mauikit)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('22301e96514f5dd83e0b6dc0aefe15dc11ad05edb7bfdf5a891de55fd2414da0')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: mauikit-filebrowsing/repos/community-x86_64/PKGBUILD (from rev 928972, mauikit-filebrowsing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-09 08:38:52 UTC (rev 928973)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=mauikit-filebrowsing
+pkgver=1.2.2
+pkgrel=2
+pkgdesc='MauiKit File Browsing utilities and controls'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(LGPL)
+depends=(mauikit kio)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('22301e96514f5dd83e0b6dc0aefe15dc11ad05edb7bfdf5a891de55fd2414da0')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list