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

Andrea Scarpino andrea at archlinux.org
Sun Mar 4 14:47:48 UTC 2012


    Date: Sunday, March 4, 2012 @ 09:47:48
  Author: andrea
Revision: 152081

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

Added:
  kdeedu-step/repos/staging-i686/
  kdeedu-step/repos/staging-i686/PKGBUILD
    (from rev 152080, kdeedu-step/trunk/PKGBUILD)
  kdeedu-step/repos/staging-i686/kdeedu-step.install
    (from rev 152080, kdeedu-step/trunk/kdeedu-step.install)
  kdeedu-step/repos/staging-x86_64/
  kdeedu-step/repos/staging-x86_64/PKGBUILD
    (from rev 152080, kdeedu-step/trunk/PKGBUILD)
  kdeedu-step/repos/staging-x86_64/kdeedu-step.install
    (from rev 152080, kdeedu-step/trunk/kdeedu-step.install)
Modified:
  kdeedu-step/repos/extra-i686/PKGBUILD
  kdeedu-step/repos/extra-x86_64/PKGBUILD

------------------------------------+
 extra-i686/PKGBUILD                |    2 +-
 extra-x86_64/PKGBUILD              |    2 +-
 staging-i686/PKGBUILD              |   31 +++++++++++++++++++++++++++++++
 staging-i686/kdeedu-step.install   |   11 +++++++++++
 staging-x86_64/PKGBUILD            |   31 +++++++++++++++++++++++++++++++
 staging-x86_64/kdeedu-step.install |   11 +++++++++++
 6 files changed, 86 insertions(+), 2 deletions(-)

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-03-04 14:47:21 UTC (rev 152080)
+++ extra-i686/PKGBUILD	2012-03-04 14:47:48 UTC (rev 152081)
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime' 'libqalculate' 'gsl' 'eigen')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.bz2")
+source=("http://download.kde.org/stable/${pkgver}/src/xz/step-${pkgver}.tar.xz")
 sha1sums=('08fff354effdc6f10e3b55ab011f8393a19de9fd')
 
 build() {

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-03-04 14:47:21 UTC (rev 152080)
+++ extra-x86_64/PKGBUILD	2012-03-04 14:47:48 UTC (rev 152081)
@@ -12,7 +12,7 @@
 depends=('kdebase-runtime' 'libqalculate' 'gsl' 'eigen')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.bz2")
+source=("http://download.kde.org/stable/${pkgver}/src/xz/step-${pkgver}.tar.xz")
 sha1sums=('08fff354effdc6f10e3b55ab011f8393a19de9fd')
 
 build() {

Copied: kdeedu-step/repos/staging-i686/PKGBUILD (from rev 152080, kdeedu-step/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-03-04 14:47:48 UTC (rev 152081)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-step
+pkgver=4.8.1
+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' 'eigen')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/xz/step-${pkgver}.tar.xz")
+sha1sums=('5b8da2e1efe783e46042603d9ba87f1f464ba105')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-step/repos/staging-i686/kdeedu-step.install (from rev 152080, kdeedu-step/trunk/kdeedu-step.install)
===================================================================
--- staging-i686/kdeedu-step.install	                        (rev 0)
+++ staging-i686/kdeedu-step.install	2012-03-04 14:47:48 UTC (rev 152081)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdeedu-step/repos/staging-x86_64/PKGBUILD (from rev 152080, kdeedu-step/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-03-04 14:47:48 UTC (rev 152081)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-step
+pkgver=4.8.1
+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' 'eigen')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/xz/step-${pkgver}.tar.xz")
+sha1sums=('5b8da2e1efe783e46042603d9ba87f1f464ba105')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../step-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-step/repos/staging-x86_64/kdeedu-step.install (from rev 152080, kdeedu-step/trunk/kdeedu-step.install)
===================================================================
--- staging-x86_64/kdeedu-step.install	                        (rev 0)
+++ staging-x86_64/kdeedu-step.install	2012-03-04 14:47:48 UTC (rev 152081)
@@ -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