Date: Friday, March 24, 2023 @ 12:57:51
  Author: arojas
Revision: 471964

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-24 12:57:41 UTC (rev 471963)
+++ PKGBUILD    2023-03-24 12:57:51 UTC (rev 471964)
@@ -1,25 +0,0 @@
-# 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
-}

Copied: ktextaddons/repos/extra-x86_64/PKGBUILD (from rev 471963, 
ktextaddons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-24 12:57:51 UTC (rev 471964)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=ktextaddons
+pkgver=1.1.0
+pkgrel=2
+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)
+optdepends=('languagetool: Grammar checking'
+            'grammalecte: French grammar checking'
+            'libreoffice: Use autocorrection data from LibreOffice')
+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