[arch-commits] Commit in step/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Jan 7 14:34:50 UTC 2021
Date: Thursday, January 7, 2021 @ 14:34:50
Author: arojas
Revision: 405525
archrelease: copy trunk to extra-x86_64
Added:
step/repos/extra-x86_64/PKGBUILD
(from rev 405524, step/trunk/PKGBUILD)
Deleted:
step/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-07 14:34:40 UTC (rev 405524)
+++ PKGBUILD 2021-01-07 14:34:50 UTC (rev 405525)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=step
-pkgver=20.12.0
-pkgrel=1
-pkgdesc="Interactive Physical Simulator"
-url="https://kde.org/applications/education/step/"
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-education)
-depends=(libqalculate gsl knewstuff kplotting hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools eigen qt5-tools)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('98d07be949cbca0d6088d3de2383d596a01f74c16fac73192478c34e1ebe8cc1'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: step/repos/extra-x86_64/PKGBUILD (from rev 405524, step/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-07 14:34:50 UTC (rev 405525)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=step
+pkgver=20.12.1
+pkgrel=1
+pkgdesc="Interactive Physical Simulator"
+url="https://kde.org/applications/education/step/"
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-education)
+depends=(libqalculate gsl knewstuff kplotting hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools eigen qt5-tools)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('534487f90b31c45a68bc8a1697f8b44f35a26fae19ac9fcbb756a04cf627b217'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list