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

Andrea Scarpino andrea at archlinux.org
Mon Mar 12 09:27:40 UTC 2012


    Date: Monday, March 12, 2012 @ 05:27:39
  Author: andrea
Revision: 153164

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-12 09:27:24 UTC (rev 153163)
+++ PKGBUILD	2012-03-12 09:27:39 UTC (rev 153164)
@@ -1,31 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 153163, kdeedu-step/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-03-12 09:27:39 UTC (rev 153164)
@@ -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/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
+}

Deleted: kdeedu-step.install
===================================================================
--- kdeedu-step.install	2012-03-12 09:27:24 UTC (rev 153163)
+++ kdeedu-step.install	2012-03-12 09:27:39 UTC (rev 153164)
@@ -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/extra-x86_64/kdeedu-step.install (from rev 153163, kdeedu-step/trunk/kdeedu-step.install)
===================================================================
--- kdeedu-step.install	                        (rev 0)
+++ kdeedu-step.install	2012-03-12 09:27:39 UTC (rev 153164)
@@ -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