Date: Friday, March 17, 2023 @ 14:40:45
  Author: arojas
Revision: 471063

archrelease: copy trunk to extra-x86_64

Added:
  ktextaddons/repos/
  ktextaddons/repos/extra-x86_64/
  ktextaddons/repos/extra-x86_64/PKGBUILD
    (from rev 471062, ktextaddons/trunk/PKGBUILD)

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

Copied: ktextaddons/repos/extra-x86_64/PKGBUILD (from rev 471062, 
ktextaddons/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD                         (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2023-03-17 14:40:45 UTC (rev 471063)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=ktextaddons
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Various text handling addons'
+arch=(x86_64)
+license=(GPL)
+url='https://invent.kde.org/libraries/ktextaddons'
+depends=(kxmlgui qtkeychain-qt5 qt5-speech)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('055d6d1c20fa906239663f0f4597046a72e2d4eee1b92faa5228e3b5e3c3be29')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON \
+    -DBUILD_DESIGNERPLUGIN=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to