[arch-commits] Commit in step/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun May 12 13:59:18 UTC 2019
Date: Sunday, May 12, 2019 @ 13:59:17
Author: arojas
Revision: 353009
archrelease: copy trunk to extra-x86_64
Added:
step/repos/extra-x86_64/PKGBUILD
(from rev 353008, step/trunk/PKGBUILD)
Deleted:
step/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-12 13:59:06 UTC (rev 353008)
+++ PKGBUILD 2019-05-12 13:59:17 UTC (rev 353009)
@@ -1,36 +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=19.04.0
-pkgrel=1
-pkgdesc="Interactive Physical Simulator"
-url="https://kde.org/applications/education/step/"
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(libqalculate gsl knewstuff khtml kplotting hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools eigen qt5-tools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c37cbd4a7179d796dd4458dbdd98e48d59c5f0278f19026a4f5cc2b50e140319'
- '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 \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: step/repos/extra-x86_64/PKGBUILD (from rev 353008, step/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-12 13:59:17 UTC (rev 353009)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=step
+pkgver=19.04.1
+pkgrel=1
+pkgdesc="Interactive Physical Simulator"
+url="https://kde.org/applications/education/step/"
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(libqalculate gsl knewstuff khtml kplotting hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools eigen qt5-tools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4fafff95339473e6449e9a45e273fe15758daf743e8697ff73f16129eb1dca05'
+ '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 \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list