[arch-commits] Commit in kde-dev-scripts/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Sat Nov 14 00:27:47 UTC 2020
Date: Saturday, November 14, 2020 @ 00:27:47
Author: arojas
Revision: 400961
archrelease: copy kde-unstable to kde-unstable-any
Added:
kde-dev-scripts/repos/kde-unstable-any/
kde-dev-scripts/repos/kde-unstable-any/PKGBUILD
(from rev 400960, kde-dev-scripts/kde-unstable/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: kde-dev-scripts/repos/kde-unstable-any/PKGBUILD (from rev 400960, kde-dev-scripts/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD (rev 0)
+++ kde-unstable-any/PKGBUILD 2020-11-14 00:27:47 UTC (rev 400961)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kde-dev-scripts
+pkgver=20.11.80
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://www.kde.org/applications/development/'
+arch=(any)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(perl)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2178ecead03eb13d4bc25a59b21c22ebac381d94a554a73f6563bd6b2999b8bd'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+
+ # Fix python 2 path
+ sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+ "$pkgdir"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
+ sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+ "$pkgdir"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+
+# Install additional files
+ cd "$srcdir"/$pkgname-$pkgver
+ mkdir -p "$pkgdir"/usr/share/kde-dev-scripts
+ cp -r kde-devel-* gdb "$pkgdir"/usr/share/kde-dev-scripts
+}
More information about the arch-commits
mailing list