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

Antonio Rojas arojas at gemini.archlinux.org
Tue Aug 30 16:13:05 UTC 2022


    Date: Tuesday, August 30, 2022 @ 16:13:04
  Author: arojas
Revision: 1288754

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 16:12:54 UTC (rev 1288753)
+++ PKGBUILD	2022-08-30 16:13:04 UTC (rev 1288754)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=maui-station
-_pkgname=station
-pkgver=2.1.2
-pkgrel=1
-pkgdesc='Convergent terminal emulator'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-filebrowsing qmltermwidget hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
-sha256sums=('0fbee4a36b3c271343535f860900a58feb5500d3a57bbe12b5e788885c3e3c53')
-
-build() {
-  cmake -B build -S $_pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maui-station/repos/community-x86_64/PKGBUILD (from rev 1288753, maui-station/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 16:13:04 UTC (rev 1288754)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maui-station
+_pkgname=station
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Convergent terminal emulator'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing qmltermwidget hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz)
+sha256sums=('61a33280caab0f47611cc7334e94f5ae709ded40fa6f3388eba84fca0a94437d')
+
+build() {
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list