[arch-commits] Commit in parley/repos (4 files)

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 17 19:29:22 UTC 2022


    Date: Sunday, July 17, 2022 @ 19:29:21
  Author: arojas
Revision: 451272

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  parley/repos/kde-unstable-x86_64/
  parley/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 451271, parley/kde-unstable/PKGBUILD)
  parley/repos/kde-unstable-x86_64/keys/
  parley/repos/kde-unstable-x86_64/no-kcmutils.patch
    (from rev 451271, parley/kde-unstable/no-kcmutils.patch)

-------------------+
 PKGBUILD          |   38 ++++++++++++++++++++++++++++++++++++++
 no-kcmutils.patch |   20 ++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: parley/repos/kde-unstable-x86_64/PKGBUILD (from rev 451271, parley/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2022-07-17 19:29:21 UTC (rev 451272)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=parley
+pkgver=22.07.80
+pkgrel=1
+pkgdesc='Vocabulary Trainer'
+url='https://apps.kde.org/parley/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-education)
+depends=(knewstuff libkeduvocdocument qt5-webengine)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('translate-shell: Google Translate integration')
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+        no-kcmutils.patch)
+sha256sums=('664039945544231a2335814ce92b8923025d184d0dcd034736ec0892e4dbc591'
+            'SKIP'
+            '3c63c609e73676304e0266278d50012a3fbc445379a4f3198faa2bbf08b1b0e9')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+options=(debug)
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < no-kcmutils.patch
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Copied: parley/repos/kde-unstable-x86_64/no-kcmutils.patch (from rev 451271, parley/kde-unstable/no-kcmutils.patch)
===================================================================
--- kde-unstable-x86_64/no-kcmutils.patch	                        (rev 0)
+++ kde-unstable-x86_64/no-kcmutils.patch	2022-07-17 19:29:21 UTC (rev 451272)
@@ -0,0 +1,20 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 49403562..73308392 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -47,7 +47,6 @@ find_package(KF5 ${KF5_MIN_VERSION} MODULE REQUIRED COMPONENTS
+   NewStuff
+   Sonnet
+   TextWidgets
+-  KCMUtils
+   XmlGui
+   Notifications
+ )
+@@ -99,7 +98,6 @@ set( parley_LINK_LIBS
+   KF5::NewStuffWidgets
+   KF5::SonnetCore
+   KF5::SonnetUi
+-  KF5::KCMUtils
+   KF5::XmlGui
+   KF5::Completion
+   KF5::ConfigWidgets



More information about the arch-commits mailing list