[arch-commits] Commit in maui-pix/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Apr 27 06:43:49 UTC 2021


    Date: Tuesday, April 27, 2021 @ 06:43:49
  Author: arojas
Revision: 924675

archrelease: copy trunk to community-x86_64

Added:
  maui-pix/repos/community-x86_64/PKGBUILD
    (from rev 924674, maui-pix/trunk/PKGBUILD)
Deleted:
  maui-pix/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-27 06:43:40 UTC (rev 924674)
+++ PKGBUILD	2021-04-27 06:43:49 UTC (rev 924675)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=maui-pix
-_pkgname=pix
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Image gallery application"
-url="https://mauikit.org/"
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit hicolor-icon-theme)
-makedepends=(extra-cmake-modules qt5-location)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('cf13adf4e411bbe4f9c096442ea0ded07ee515d344eb2909789eed5176ce670b')
-
-build() {
-  cmake -B build -S $_pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maui-pix/repos/community-x86_64/PKGBUILD (from rev 924674, maui-pix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-27 06:43:49 UTC (rev 924675)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maui-pix
+_pkgname=pix
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="Image gallery application"
+url="https://mauikit.org/"
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit kquickimageeditor hicolor-icon-theme)
+makedepends=(extra-cmake-modules qt5-location)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('cf13adf4e411bbe4f9c096442ea0ded07ee515d344eb2909789eed5176ce670b')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list