[arch-commits] Commit in step/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Apr 7 20:36:00 UTC 2017


    Date: Friday, April 7, 2017 @ 20:35:59
  Author: arojas
Revision: 292369

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  step/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 292368, step/kde-unstable/PKGBUILD)
Deleted:
  step/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-07 20:35:42 UTC (rev 292368)
+++ PKGBUILD	2017-04-07 20:35:59 UTC (rev 292369)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=step
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="Interactive Physical Simulator"
-url="https://kde.org/applications/education/step/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('libqalculate' 'gsl' 'knewstuff' 'khtml' 'kdelibs4support' 'kplotting' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'mesa' 'kdesignerplugin')
-conflicts=('kdeedu-step')
-replaces=('kdeedu-step')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/step-${pkgver}.tar.xz"{,.sig})
-sha256sums=('fc97247034d2f1ecd6db3aea9071b57d4e1ddcebd8094ad6ee5de030be4a30aa'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../step-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: step/repos/kde-unstable-x86_64/PKGBUILD (from rev 292368, step/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-07 20:35:59 UTC (rev 292369)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=step
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Interactive Physical Simulator"
+url="https://kde.org/applications/education/step/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('libqalculate' 'gsl' 'knewstuff' 'khtml' 'kdelibs4support' 'kplotting' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'mesa' 'kdesignerplugin')
+conflicts=('kdeedu-step')
+replaces=('kdeedu-step')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/step-${pkgver}.tar.xz"{,.sig})
+sha256sums=('3b2c3ded88b198ca95abc8862b91c90af1f75eac6be74f3f30075e4fd09091f3'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../step-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list