[arch-commits] Commit in parley/repos/kde-unstable-x86_64 (5 files)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Aug 5 16:48:30 UTC 2022
Date: Friday, August 5, 2022 @ 16:48:29
Author: arojas
Revision: 452174
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
parley/repos/kde-unstable-x86_64/PKGBUILD
(from rev 452173, parley/kde-unstable/PKGBUILD)
parley/repos/kde-unstable-x86_64/keys/
Deleted:
parley/repos/kde-unstable-x86_64/PKGBUILD
parley/repos/kde-unstable-x86_64/keys/
parley/repos/kde-unstable-x86_64/no-kcmutils.patch
-------------------+
PKGBUILD | 70 +++++++++++++++++++++++-----------------------------
no-kcmutils.patch | 20 --------------
2 files changed, 32 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-05 16:48:17 UTC (rev 452173)
+++ PKGBUILD 2022-08-05 16:48:29 UTC (rev 452174)
@@ -1,38 +0,0 @@
-# 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/PKGBUILD (from rev 452173, parley/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-05 16:48:29 UTC (rev 452174)
@@ -0,0 +1,32 @@
+# 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.90
+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})
+sha256sums=('9c34a054da93c27fee10047c04b308c0dcff210a9379ee7b0b8e00259b0ddd15'
+ 'SKIP')
+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)
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
Deleted: no-kcmutils.patch
===================================================================
--- no-kcmutils.patch 2022-08-05 16:48:17 UTC (rev 452173)
+++ no-kcmutils.patch 2022-08-05 16:48:29 UTC (rev 452174)
@@ -1,20 +0,0 @@
-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