[arch-commits] Commit in kexi/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri May 29 09:47:11 UTC 2020


    Date: Friday, May 29, 2020 @ 09:47:09
  Author: arojas
Revision: 387808

archrelease: copy trunk to extra-x86_64

Added:
  kexi/repos/extra-x86_64/PKGBUILD
    (from rev 387807, kexi/trunk/PKGBUILD)
Deleted:
  kexi/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-29 09:46:23 UTC (rev 387807)
+++ PKGBUILD	2020-05-29 09:47:09 UTC (rev 387808)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kexi
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="A visual database applications creator"
-arch=(x86_64)
-url="http://www.kexi-project.org/"
-license=(GPL2)
-depends=(kdb kreport ktexteditor breeze-icons hicolor-icon-theme)
-makedepends=(extra-cmake-modules qt5-tools kdoctools mariadb-libs postgresql qt5-webkit doxygen)
-optdepends=('qt5-webkit: Web browser plugin')
-source=("https://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz"{,.sig}
-         kexi-qt-5.13.patch::"https://invent.kde.org/office/kexi/-/commit/511d99b7.patch")
-sha256sums=('7a813f9ea815a09c1e733d0e7dc879c64eee85f075389e87e6aab99cf0c1c1ff'
-            'SKIP'
-            'e45a50be99bb8d18414c8b55cc7bcdb989b363c16aeeaaf4bced1d61c6b1e419')
-validpgpkeys=(4866BAF713B465677A4059643C7C0E201B6524DB) # Jarosław Staniek <staniek at kde.org>
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../kexi-qt-5.13.patch # Fix build with Qt 5.13
-}
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kexi/repos/extra-x86_64/PKGBUILD (from rev 387807, kexi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-29 09:47:09 UTC (rev 387808)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kexi
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="A visual database applications creator"
+arch=(x86_64)
+url="http://www.kexi-project.org/"
+license=(GPL2)
+depends=(kdb kreport ktexteditor breeze-icons hicolor-icon-theme)
+makedepends=(extra-cmake-modules qt5-tools kdoctools mariadb-libs postgresql qt5-webkit doxygen)
+optdepends=('qt5-webkit: Web browser plugin')
+source=("https://download.kde.org/stable/$pkgname/src/$pkgname-$pkgver.tar.xz"{,.sig}
+         kexi-qt-5.13.patch::"https://invent.kde.org/office/kexi/-/commit/511d99b7.patch")
+sha256sums=('7a813f9ea815a09c1e733d0e7dc879c64eee85f075389e87e6aab99cf0c1c1ff'
+            'SKIP'
+            'e45a50be99bb8d18414c8b55cc7bcdb989b363c16aeeaaf4bced1d61c6b1e419')
+validpgpkeys=(4866BAF713B465677A4059643C7C0E201B6524DB) # Jarosław Staniek <staniek at kde.org>
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kexi-qt-5.13.patch # Fix build with Qt 5.13
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list