Date: Thursday, January 5, 2023 @ 14:20:18
Author: arojas
Revision: 465911
archrelease: copy trunk to extra-any
Added:
kde-dev-scripts/repos/extra-any/PKGBUILD
(from rev 465910, kde-dev-scripts/trunk/PKGBUILD)
kde-dev-scripts/repos/extra-any/keys/
Deleted:
kde-dev-scripts/repos/extra-any/PKGBUILD
kde-dev-scripts/repos/extra-any/keys/
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-05 14:20:03 UTC (rev 465910)
+++ PKGBUILD 2023-01-05 14:20:18 UTC (rev 465911)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=kde-dev-scripts
-pkgver=22.12.0
-pkgrel=1
-pkgdesc='Scripts and setting files useful during development of KDE software'
-url='https://www.kde.org/'
-arch=(any)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(perl)
-makedepends=(extra-cmake-modules kdoctools)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('4525a37f143273e55aa6385ae915c31ad6f912e9d8c40a6abb51699c3d4bbe67'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
- D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
-
-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
-}
Copied: kde-dev-scripts/repos/extra-any/PKGBUILD (from rev 465910,
kde-dev-scripts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-05 14:20:18 UTC (rev 465911)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kde-dev-scripts
+pkgver=22.12.1
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://www.kde.org/'
+arch=(any)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(perl)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('34c165111fca3e957f732517a2056f876c6738d0bb8f14bfe3305034bb648414'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
+
+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
+}