[arch-commits] Commit in kde-dev-scripts/repos/kde-unstable-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Aug 2 22:47:35 UTC 2019
Date: Friday, August 2, 2019 @ 22:47:34
Author: arojas
Revision: 359092
archrelease: copy kde-unstable to kde-unstable-any
Added:
kde-dev-scripts/repos/kde-unstable-any/PKGBUILD
(from rev 359091, kde-dev-scripts/kde-unstable/PKGBUILD)
Deleted:
kde-dev-scripts/repos/kde-unstable-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-02 22:47:25 UTC (rev 359091)
+++ PKGBUILD 2019-08-02 22:47:34 UTC (rev 359092)
@@ -1,45 +0,0 @@
-# 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=19.07.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)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0ca9a5281dadf2a9c39176cb239d2c00f8f14519baa01645b500e602a480ba11'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-
- # 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/kde-unstable-any/PKGBUILD (from rev 359091, kde-dev-scripts/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-02 22:47:34 UTC (rev 359092)
@@ -0,0 +1,45 @@
+# 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=19.07.90
+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)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('19213a839307e82abfce020a9295e55152c2fda568bee0131d722618f952872a'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+
+ # 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