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

Antonio Rojas arojas at gemini.archlinux.org
Tue Feb 22 07:27:05 UTC 2022


    Date: Tuesday, February 22, 2022 @ 07:27:05
  Author: arojas
Revision: 437894

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-22 07:26:32 UTC (rev 437893)
+++ PKGBUILD	2022-02-22 07:27:05 UTC (rev 437894)
@@ -1,32 +0,0 @@
-# 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
-}

Copied: kexi/repos/extra-x86_64/PKGBUILD (from rev 437893, kexi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-22 07:27:05 UTC (rev 437894)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kexi
+pkgver=3.2.0
+pkgrel=3
+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
+        kexi-glib-2.70.patch::https://invent.kde.org/office/kexi/-/commit/79894e15.patch)
+sha256sums=('7a813f9ea815a09c1e733d0e7dc879c64eee85f075389e87e6aab99cf0c1c1ff'
+            'SKIP'
+            'f4c1bffdc9b057e65e78f890f026c31fec6bf667d3d0c86abcbe4d853ac8c5f6'
+            '5c6ae076d366097fa2e90aee5dd14e8cbed76e191cdad39e45fbf78648f00d64')
+validpgpkeys=(4866BAF713B465677A4059643C7C0E201B6524DB) # Jarosław Staniek <staniek at kde.org>
+options=(debug)
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < kexi-qt-5.13.patch # Fix build with Qt 5.13
+  patch -d $pkgname-$pkgver -p1 < kexi-glib-2.70.patch # Fix build with glib 2.70
+}
+
+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