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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Feb 10 09:17:01 UTC 2014


    Date: Monday, February 10, 2014 @ 10:17:01
  Author: andrea
Revision: 205630

archrelease: copy trunk to testing-x86_64

Added:
  kdeedu-step/repos/testing-x86_64/PKGBUILD
    (from rev 205629, kdeedu-step/trunk/PKGBUILD)
  kdeedu-step/repos/testing-x86_64/kdeedu-step.install
    (from rev 205629, kdeedu-step/trunk/kdeedu-step.install)
Deleted:
  kdeedu-step/repos/testing-x86_64/PKGBUILD
  kdeedu-step/repos/testing-x86_64/kdeedu-step.install

---------------------+
 PKGBUILD            |   64 +++++++++++++++++++++++++-------------------------
 kdeedu-step.install |   22 ++++++++---------
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-10 09:16:49 UTC (rev 205629)
+++ PKGBUILD	2014-02-10 09:17:01 UTC (rev 205630)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-step
-pkgver=4.12.2
-pkgrel=1
-pkgdesc="Interactive Physical Simulator"
-url="http://kde.org/applications/education/step/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'libqalculate' 'gsl')
-makedepends=('cmake' 'automoc4' 'eigen' 'mesa')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz")
-sha1sums=('e36bc06ae94d698127a0b2f8d1157f75a9ccfdd4')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../step-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-step/repos/testing-x86_64/PKGBUILD (from rev 205629, kdeedu-step/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-02-10 09:17:01 UTC (rev 205630)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-step
+pkgver=4.12.2
+pkgrel=1
+pkgdesc="Interactive Physical Simulator"
+url="http://kde.org/applications/education/step/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libqalculate' 'gsl')
+makedepends=('cmake' 'automoc4' 'eigen2' 'mesa')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz")
+sha1sums=('e36bc06ae94d698127a0b2f8d1157f75a9ccfdd4')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kdeedu-step.install
===================================================================
--- kdeedu-step.install	2014-02-10 09:16:49 UTC (rev 205629)
+++ kdeedu-step.install	2014-02-10 09:17:01 UTC (rev 205630)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdeedu-step/repos/testing-x86_64/kdeedu-step.install (from rev 205629, kdeedu-step/trunk/kdeedu-step.install)
===================================================================
--- kdeedu-step.install	                        (rev 0)
+++ kdeedu-step.install	2014-02-10 09:17:01 UTC (rev 205630)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list