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

Antonio Rojas arojas at gemini.archlinux.org
Mon May 16 19:14:36 UTC 2022


    Date: Monday, May 16, 2022 @ 19:14:35
  Author: arojas
Revision: 1207589

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-16 19:14:26 UTC (rev 1207588)
+++ PKGBUILD	2022-05-16 19:14:35 UTC (rev 1207589)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=maui-pix
-_pkgname=pix
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Image gallery application'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing mauikit-imagetools hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('371142f0b50065d9065c8a98aad226adcfd5a3a7fa8ea4d4d531279980018e0a')
-
-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 1207588, maui-pix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-16 19:14:35 UTC (rev 1207589)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maui-pix
+_pkgname=pix
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Image gallery application'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing mauikit-imagetools hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('3a7c1677c8d7b17a723abfd9082e9d526bc03ea76444740225f41e23e2579779')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list