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

Antonio Rojas arojas at gemini.archlinux.org
Thu Jul 7 09:47:08 UTC 2022


    Date: Thursday, July 7, 2022 @ 09:47:08
  Author: arojas
Revision: 450023

archrelease: copy trunk to extra-x86_64

Added:
  kpmcore/repos/extra-x86_64/PKGBUILD
    (from rev 450022, kpmcore/trunk/PKGBUILD)
Deleted:
  kpmcore/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-07 09:46:57 UTC (rev 450022)
+++ PKGBUILD	2022-07-07 09:47:08 UTC (rev 450023)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kpmcore
-pkgver=22.04.2
-pkgrel=1
-pkgdesc='Library for managing partitions'
-arch=(x86_64)
-url='https://apps.kde.org/partitionmanager/'
-license=(GPL2)
-depends=(smartmontools kcoreaddons kwidgetsaddons ki18n polkit-qt5 qca-qt5)
-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/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('c6b18b51b1e8b3456fe79e68a0fd0583a8f426aa7762cef10614d8b0c2701ea6'
-            '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 \
-    -DCMAKE_INSTALL_LIBEXECDIR=lib \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kpmcore/repos/extra-x86_64/PKGBUILD (from rev 450022, kpmcore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-07 09:47:08 UTC (rev 450023)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kpmcore
+pkgver=22.04.3
+pkgrel=1
+pkgdesc='Library for managing partitions'
+arch=(x86_64)
+url='https://apps.kde.org/partitionmanager/'
+license=(GPL2)
+depends=(smartmontools kcoreaddons kwidgetsaddons ki18n polkit-qt5 qca-qt5)
+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/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('2e62a095481784b3812d2a737d7bcafd45c5a98dcbfa9fc4a076d94d22a51a13'
+            '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 \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list