[arch-commits] Commit in kpmcore/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Apr 9 14:25:07 UTC 2021


    Date: Friday, April 9, 2021 @ 14:25:07
  Author: arojas
Revision: 411866

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

Added:
  kpmcore/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 411865, kpmcore/kde-unstable/PKGBUILD)
Deleted:
  kpmcore/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-09 14:24:58 UTC (rev 411865)
+++ PKGBUILD	2021-04-09 14:25:07 UTC (rev 411866)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kpmcore
-pkgver=21.03.80
-pkgrel=1
-pkgdesc="Library for managing partitions"
-arch=(x86_64)
-url="https://www.kde.org/applications/system/kdepartitionmanager/"
-license=(GPL2)
-depends=(smartmontools kcoreaddons kwidgetsaddons ki18n polkit-qt5 qca)
-makedepends=(extra-cmake-modules)
-optdepends=('e2fsprogs: ext2/3/4 support'
-	    'xfsprogs: XFS support'
-	    'jfsutils: JFS support'
-	    'reiserfsprogs: Reiser support'
-	    'ntfs-3g: NTFS support'
-            'dosfstools: FAT32 support'
-            'fatresize: FAT resize support'
-            'f2fs-tools: F2FS support'
-            'exfat-utils: exFAT support'
-            'exfatprogs: exFAT support (alternative to exfat-utils)'
-            'nilfs-utils: nilfs support'
-            'udftools: UDF support')
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bc62fcc05a5bdfdb12d55e07b8d3c5afcf4300ce58e4cd9f3daacab6e5a7a8e0'
-            '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>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_LIBEXECDIR=lib \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kpmcore/repos/kde-unstable-x86_64/PKGBUILD (from rev 411865, kpmcore/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-09 14:25:07 UTC (rev 411866)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kpmcore
+pkgver=21.03.90
+pkgrel=1
+pkgdesc="Library for managing partitions"
+arch=(x86_64)
+url="https://www.kde.org/applications/system/kdepartitionmanager/"
+license=(GPL2)
+depends=(smartmontools kcoreaddons kwidgetsaddons ki18n polkit-qt5 qca)
+makedepends=(extra-cmake-modules)
+optdepends=('e2fsprogs: ext2/3/4 support'
+	    'xfsprogs: XFS support'
+	    'jfsutils: JFS support'
+	    'reiserfsprogs: Reiser support'
+	    'ntfs-3g: NTFS support'
+            'dosfstools: FAT32 support'
+            'fatresize: FAT resize support'
+            'f2fs-tools: F2FS support'
+            'exfat-utils: exFAT support'
+            'exfatprogs: exFAT support (alternative to exfat-utils)'
+            'nilfs-utils: nilfs support'
+            'udftools: UDF support')
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b0d47b4552db6fb6319b1b5b883995201ca2f055db5c16451f24865135de41be'
+            '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>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list