[arch-commits] Commit in step/repos (4 files)

Antonio Rojas arojas at archlinux.org
Tue Jul 26 18:31:39 UTC 2016


    Date: Tuesday, July 26, 2016 @ 18:31:39
  Author: arojas
Revision: 272481

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  step/repos/staging-i686/
  step/repos/staging-i686/PKGBUILD
    (from rev 272480, step/trunk/PKGBUILD)
  step/repos/staging-x86_64/
  step/repos/staging-x86_64/PKGBUILD
    (from rev 272480, step/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: step/repos/staging-i686/PKGBUILD (from rev 272480, step/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-07-26 18:31:39 UTC (rev 272481)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=step
+pkgver=16.04.3
+pkgrel=2
+pkgdesc="Interactive Physical Simulator"
+url="http://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=("http://download.kde.org/stable/applications/${pkgver}/src/step-${pkgver}.tar.xz")
+sha1sums=('210978e4c75b0a1e3b381a8d684962b639757516')
+
+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/staging-x86_64/PKGBUILD (from rev 272480, step/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-07-26 18:31:39 UTC (rev 272481)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=step
+pkgver=16.04.3
+pkgrel=2
+pkgdesc="Interactive Physical Simulator"
+url="http://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=("http://download.kde.org/stable/applications/${pkgver}/src/step-${pkgver}.tar.xz")
+sha1sums=('210978e4c75b0a1e3b381a8d684962b639757516')
+
+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