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

Antonio Rojas arojas at archlinux.org
Tue Feb 23 10:40:18 UTC 2021


    Date: Tuesday, February 23, 2021 @ 10:40:18
  Author: arojas
Revision: 869569

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 10:40:06 UTC (rev 869568)
+++ PKGBUILD	2021-02-23 10:40:18 UTC (rev 869569)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=maui-station
-_pkgname=station
-pkgver=1.2.0
-pkgrel=2
-pkgdesc="Convergent terminal emulator"
-url="https://mauikit.org/"
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit qt5-svg)
-makedepends=(extra-cmake-modules knotifications)
-conflicts=(qmltermwidget)
-groups=(maui)
-source=(https://invent.kde.org/maui/$_pkgname/-/archive/v$pkgver/$_pkgname-v$pkgver.tar.gz
-        https://github.com/Swordfish90/qmltermwidget/archive/v0.1.0/qmltermwidget-0.1.0.tar.gz)
-sha256sums=('459fadacc64bdf972cab457fc8b97af60cf449cf4e0576b1ad44e1ac202199ac'
-            '127f529a96cf1c96ff201c79458cff67f497b1820b04b0b30cb473423ccb30f9')
-
-build() {
-# Bundle qmltermwidget 0.1, see https://gitlab.com/nitrux/mauikit/maui-bug-tracker/-/issues/2
-  (
-  cd qmltermwidget-0.1.0
-  qmake
-  make
-  )
-
-  cmake -B build -S $_pkgname-v$pkgver
-  cmake --build build
-}
-
-package() {
-  INSTALL_ROOT="$pkgdir" make install -C qmltermwidget-0.1.0
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maui-station/repos/community-x86_64/PKGBUILD (from rev 869568, maui-station/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-23 10:40:18 UTC (rev 869569)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=maui-station
+_pkgname=station
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Convergent terminal emulator"
+url="https://mauikit.org/"
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit qt5-svg)
+makedepends=(extra-cmake-modules knotifications)
+conflicts=(qmltermwidget)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz
+        https://github.com/Swordfish90/qmltermwidget/archive/v0.1.0/qmltermwidget-0.1.0.tar.gz)
+sha256sums=('4656e72aa9e40fa1500ab08c422d4e026fba9c6442f3133def911b5bd1cab5cb'
+            '127f529a96cf1c96ff201c79458cff67f497b1820b04b0b30cb473423ccb30f9')
+
+build() {
+# Bundle qmltermwidget 0.1, see https://gitlab.com/nitrux/mauikit/maui-bug-tracker/-/issues/2
+  (
+  cd qmltermwidget-0.1.0
+  qmake
+  make
+  )
+
+  cmake -B build -S $_pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  INSTALL_ROOT="$pkgdir" make install -C qmltermwidget-0.1.0
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list