[arch-commits] Commit in partitionmanager/repos (2 files)

Antonio Rojas arojas at archlinux.org
Sun Feb 9 09:34:16 UTC 2020


    Date: Sunday, February 9, 2020 @ 09:34:16
  Author: arojas
Revision: 565267

archrelease: copy trunk to community-staging-x86_64

Added:
  partitionmanager/repos/community-staging-x86_64/
  partitionmanager/repos/community-staging-x86_64/PKGBUILD
    (from rev 565266, partitionmanager/trunk/PKGBUILD)

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

Copied: partitionmanager/repos/community-staging-x86_64/PKGBUILD (from rev 565266, partitionmanager/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-02-09 09:34:16 UTC (rev 565267)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
+
+pkgname=partitionmanager
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="A KDE utility that allows you to manage disks, partitions, and file systems"
+arch=(x86_64)
+url="https://kde.org/applications/system/org.kde.partitionmanager"
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme kio)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d61e20237c854cd3622b19cec5939c51bf4f350741106fdb44fc5a82155735b4'
+            'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius at stikonas.eu>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list