[arch-commits] Commit in kde-dev-utils (3 files)

Antonio Rojas arojas at archlinux.org
Sat Mar 25 08:04:53 UTC 2017


    Date: Saturday, March 25, 2017 @ 08:04:52
  Author: arojas
Revision: 291490

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

Added:
  kde-dev-utils/repos/
  kde-dev-utils/repos/kde-unstable-x86_64/
  kde-dev-utils/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 291489, kde-dev-utils/kde-unstable/PKGBUILD)

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

Copied: kde-dev-utils/repos/kde-unstable-x86_64/PKGBUILD (from rev 291489, kde-dev-utils/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2017-03-25 08:04:52 UTC (rev 291490)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 290221 2017-03-09 16:12:45Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-dev-utils
+pkgver=17.03.80
+pkgrel=1
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://www.kde.org/applications/development/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kparts qt5-tools)
+makedepends=(extra-cmake-modules python)
+conflicts=(kdesdk-dev-utils)
+replaces=(kdesdk-dev-utils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e7f93f51fa1802025cabca73a66ff3bf2ba7b9bd66e380e87a4bae74e27540d7'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list