[arch-commits] Commit in kdeedu-kmplot/repos (6 files)

Andrea Scarpino andrea at archlinux.org
Tue Oct 4 23:41:50 UTC 2011


    Date: Tuesday, October 4, 2011 @ 19:41:50
  Author: andrea
Revision: 139797

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

Added:
  kdeedu-kmplot/repos/staging-i686/
  kdeedu-kmplot/repos/staging-i686/PKGBUILD
    (from rev 139796, kdeedu-kmplot/trunk/PKGBUILD)
  kdeedu-kmplot/repos/staging-i686/kdeedu-kmplot.install
    (from rev 139796, kdeedu-kmplot/trunk/kdeedu-kmplot.install)
  kdeedu-kmplot/repos/staging-x86_64/
  kdeedu-kmplot/repos/staging-x86_64/PKGBUILD
    (from rev 139796, kdeedu-kmplot/trunk/PKGBUILD)
  kdeedu-kmplot/repos/staging-x86_64/kdeedu-kmplot.install
    (from rev 139796, kdeedu-kmplot/trunk/kdeedu-kmplot.install)

--------------------------------------+
 staging-i686/PKGBUILD                |   31 +++++++++++++++++++++++++++++++
 staging-i686/kdeedu-kmplot.install   |   12 ++++++++++++
 staging-x86_64/PKGBUILD              |   31 +++++++++++++++++++++++++++++++
 staging-x86_64/kdeedu-kmplot.install |   12 ++++++++++++
 4 files changed, 86 insertions(+)

Copied: kdeedu-kmplot/repos/staging-i686/PKGBUILD (from rev 139796, kdeedu-kmplot/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2011-10-04 23:41:50 UTC (rev 139797)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kmplot
+pkgver=4.7.2
+pkgrel=1
+pkgdesc="Mathematical Function Plotter"
+url="http://kde.org/applications/education/kmplot/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kmplot-${pkgver}.tar.bz2")
+sha1sums=('dc496d88d6e062f7ecbf6f41187df95aa374fe9b')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmplot-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-kmplot/repos/staging-i686/kdeedu-kmplot.install (from rev 139796, kdeedu-kmplot/trunk/kdeedu-kmplot.install)
===================================================================
--- staging-i686/kdeedu-kmplot.install	                        (rev 0)
+++ staging-i686/kdeedu-kmplot.install	2011-10-04 23:41:50 UTC (rev 139797)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdeedu-kmplot/repos/staging-x86_64/PKGBUILD (from rev 139796, kdeedu-kmplot/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2011-10-04 23:41:50 UTC (rev 139797)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kmplot
+pkgver=4.7.2
+pkgrel=1
+pkgdesc="Mathematical Function Plotter"
+url="http://kde.org/applications/education/kmplot/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kmplot-${pkgver}.tar.bz2")
+sha1sums=('dc496d88d6e062f7ecbf6f41187df95aa374fe9b')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmplot-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeedu-kmplot/repos/staging-x86_64/kdeedu-kmplot.install (from rev 139796, kdeedu-kmplot/trunk/kdeedu-kmplot.install)
===================================================================
--- staging-x86_64/kdeedu-kmplot.install	                        (rev 0)
+++ staging-x86_64/kdeedu-kmplot.install	2011-10-04 23:41:50 UTC (rev 139797)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list