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

Antonio Rojas arojas at archlinux.org
Sun May 9 08:12:54 UTC 2021


    Date: Sunday, May 9, 2021 @ 08:12:53
  Author: arojas
Revision: 928963

archrelease: copy trunk to community-x86_64

Added:
  maui-pix/repos/community-x86_64/PKGBUILD
    (from rev 928962, 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-05-09 08:12:43 UTC (rev 928962)
+++ PKGBUILD	2021-05-09 08:12:53 UTC (rev 928963)
@@ -1,24 +0,0 @@
-# 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
-}

Copied: maui-pix/repos/community-x86_64/PKGBUILD (from rev 928962, maui-pix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-09 08:12:53 UTC (rev 928963)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maui-pix
+_pkgname=pix
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Image gallery application'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing 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=('9ec299ae02a357adcf8b09f14280ae7a71cbf6f10f9030d8e3e9f185b2424573')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list