Skip to content
Snippets Groups Projects
Verified Commit 249e269c authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Update to 24.11.80

parent afcfadfd
No related branches found
No related tags found
No related merge requests found
......@@ -3,21 +3,22 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kde-dev-scripts
pkgver=24.08.0
pkgver=24.11.80
pkgrel=1
pkgdesc='Scripts and setting files useful during development of KDE software'
url='https://www.kde.org/'
arch=(any)
license=(GPL-2.0-or-later LGPL-2.0-or-later)
license=(GPL-2.0-or-later
LGPL-2.0-or-later)
depends=(perl
python
sh)
makedepends=(extra-cmake-modules
kdoctools5)
kdoctools)
groups=(kde-applications
kde-sdk)
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('ca093feb593a60ca2a2f16bac071dcf779b32a5e42f8b4485fbf11c9e25693d9'
source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('878cd00a73991118046d8eef9e2520ad3d1f43e0cbe1a1fa1e270b5df038cd7a'
'SKIP')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck@kde.org>
......@@ -31,12 +32,6 @@ 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment