[arch-commits] Commit in kget/repos/kde-unstable-x86_64 (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Fri Apr 8 17:00:39 UTC 2022


    Date: Friday, April 8, 2022 @ 17:00:38
  Author: arojas
Revision: 441969

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

Added:
  kget/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 441968, kget/kde-unstable/PKGBUILD)
Deleted:
  kget/repos/kde-unstable-x86_64/PKGBUILD
  kget/repos/kde-unstable-x86_64/kget-sqlite.patch

-------------------+
 PKGBUILD          |   70 +++++++++++++++++++++++-----------------------------
 kget-sqlite.patch |   24 -----------------
 2 files changed, 32 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-08 17:00:26 UTC (rev 441968)
+++ PKGBUILD	2022-04-08 17:00:38 UTC (rev 441969)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kget
-pkgver=22.03.80
-pkgrel=1
-pkgdesc='Download Manager'
-url='https://apps.kde.org/kget/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-network)
-depends=(qca-qt5 qgpgme plasma-workspace)
-makedepends=(extra-cmake-modules boost libktorrent libmms kdoctools)
-optdepends=('libktorrent: torrent support' 'libmms: MMS support')
-source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
-        kget-sqlite.patch)
-sha256sums=('bd77fcac40708681ce534c19c3a82f536142c4b5e7fa6ba92d5ab390a3c513d2'
-            'SKIP'
-            'c6f626869fcdd42b6ebe8453f4516368a653c8f5e29a4db2e9f0d93d4411b833')
-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 < kget-sqlite.patch # Fix sqlite detection
-}
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kget/repos/kde-unstable-x86_64/PKGBUILD (from rev 441968, kget/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-08 17:00:38 UTC (rev 441969)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kget
+pkgver=22.03.90
+pkgrel=1
+pkgdesc='Download Manager'
+url='https://apps.kde.org/kget/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-network)
+depends=(qca-qt5 qgpgme plasma-workspace)
+makedepends=(extra-cmake-modules boost libktorrent libmms kdoctools)
+optdepends=('libktorrent: torrent support' 'libmms: MMS support')
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('22f29b274e24eaca760a1b50a5ba362266249a4a12dba3ddde1f8764bcea1cab'
+            '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: kget-sqlite.patch
===================================================================
--- kget-sqlite.patch	2022-04-08 17:00:26 UTC (rev 441968)
+++ kget-sqlite.patch	2022-04-08 17:00:38 UTC (rev 441969)
@@ -1,24 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 64e57148..bd37d0ed 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -73,8 +73,8 @@ if(WIN32)
-    set(CMAKE_REQUIRED_INCLUDES  ${KDEWIN32_INCLUDES})
- endif()
- 
--find_package(Sqlite)
--set_package_properties(Sqlite PROPERTIES
-+find_package(SQLite3)
-+set_package_properties(SQLite3 PROPERTIES
-     DESCRIPTION "SQLite is a Binary-Database"
-     TYPE RECOMMENDED
-     PURPOSE "Needed for the SQLite-Backend of the KGet-History"
-@@ -161,7 +161,7 @@ include_directories(
-     ${CMAKE_CURRENT_BINARY_DIR}/core/
- )
- 
--if(SQLITE_FOUND)
-+if(SQLite3_FOUND)
-     add_definitions(-DHAVE_SQLITE)
- endif()
- 



More information about the arch-commits mailing list