[arch-commits] Commit in kxmlgui/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Feb 9 10:02:54 UTC 2020


    Date: Sunday, February 9, 2020 @ 10:02:54
  Author: arojas
Revision: 375056

archrelease: copy trunk to testing-x86_64

Added:
  kxmlgui/repos/testing-x86_64/
  kxmlgui/repos/testing-x86_64/PKGBUILD
    (from rev 375055, kxmlgui/trunk/PKGBUILD)

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

Copied: kxmlgui/repos/testing-x86_64/PKGBUILD (from rev 375055, kxmlgui/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-02-09 10:02:54 UTC (rev 375056)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kxmlgui
+pkgver=5.67.0
+pkgrel=1
+pkgdesc='User configurable main windows'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kglobalaccel kiconthemes attica)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('edcff92a69a8167bed02f69a06c8cab4be693fd0f3b975ebf611704ced6b3b2d'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list