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

Felix Yan felixonmars at archlinux.org
Sun Aug 21 03:01:12 UTC 2016


    Date: Sunday, August 21, 2016 @ 03:01:11
  Author: felixonmars
Revision: 274293

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

Added:
  step/repos/testing-i686/
  step/repos/testing-i686/PKGBUILD
    (from rev 274292, step/trunk/PKGBUILD)
  step/repos/testing-x86_64/
  step/repos/testing-x86_64/PKGBUILD
    (from rev 274292, step/trunk/PKGBUILD)

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

Copied: step/repos/testing-i686/PKGBUILD (from rev 274292, step/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-08-21 03:01:11 UTC (rev 274293)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=step
+pkgver=16.08.0
+pkgrel=1
+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=('ad5dd1f89bc011ff956516585c638cc598f99cf8')
+
+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/testing-x86_64/PKGBUILD (from rev 274292, step/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-08-21 03:01:11 UTC (rev 274293)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=step
+pkgver=16.08.0
+pkgrel=1
+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=('ad5dd1f89bc011ff956516585c638cc598f99cf8')
+
+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