Date: Friday, November 12, 2021 @ 22:31:00
  Author: arojas
Revision: 428173

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

Added:
  keditbookmarks/repos/kde-unstable-x86_64/
  keditbookmarks/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 428172, keditbookmarks/kde-unstable/PKGBUILD)

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

Copied: keditbookmarks/repos/kde-unstable-x86_64/PKGBUILD (from rev 428172, 
keditbookmarks/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2021-11-12 22:31:00 UTC (rev 428173)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas@archlinux,org>
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+
+pkgname=keditbookmarks
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Bookmark Organizer and Editor'
+arch=(x86_64)
+url='https://www.kde.org/'
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e3756b04f7e1b36691b45a5a6012d80d8bf6f2b0f4458968111e9926fab1ab8e'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<aa...@kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 
<cf...@kde.org>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 
<heiko.bec...@kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to