[arch-commits] Commit in kdeedu-kmplot/repos (8 files)
Andrea Scarpino
andrea at archlinux.org
Sun Mar 4 14:44:07 UTC 2012
Date: Sunday, March 4, 2012 @ 09:44:06
Author: andrea
Revision: 152074
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
kdeedu-kmplot/repos/staging-i686/
kdeedu-kmplot/repos/staging-i686/PKGBUILD
(from rev 152073, kdeedu-kmplot/trunk/PKGBUILD)
kdeedu-kmplot/repos/staging-i686/kdeedu-kmplot.install
(from rev 152073, kdeedu-kmplot/trunk/kdeedu-kmplot.install)
kdeedu-kmplot/repos/staging-x86_64/
kdeedu-kmplot/repos/staging-x86_64/PKGBUILD
(from rev 152073, kdeedu-kmplot/trunk/PKGBUILD)
kdeedu-kmplot/repos/staging-x86_64/kdeedu-kmplot.install
(from rev 152073, kdeedu-kmplot/trunk/kdeedu-kmplot.install)
Modified:
kdeedu-kmplot/repos/extra-i686/PKGBUILD
kdeedu-kmplot/repos/extra-x86_64/PKGBUILD
--------------------------------------+
extra-i686/PKGBUILD | 2 +-
extra-x86_64/PKGBUILD | 2 +-
staging-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
staging-i686/kdeedu-kmplot.install | 12 ++++++++++++
staging-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
staging-x86_64/kdeedu-kmplot.install | 12 ++++++++++++
6 files changed, 88 insertions(+), 2 deletions(-)
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-03-04 14:43:37 UTC (rev 152073)
+++ extra-i686/PKGBUILD 2012-03-04 14:44:06 UTC (rev 152074)
@@ -12,7 +12,7 @@
depends=('kdebase-runtime')
makedepends=('cmake' 'automoc4')
install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kmplot-${pkgver}.tar.bz2")
+source=("http://download.kde.org/stable/${pkgver}/src/xz/kmplot-${pkgver}.tar.xz")
sha1sums=('914151c41fba93cb1d0cd659fb3e392c0de1b5f8')
build() {
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-03-04 14:43:37 UTC (rev 152073)
+++ extra-x86_64/PKGBUILD 2012-03-04 14:44:06 UTC (rev 152074)
@@ -12,7 +12,7 @@
depends=('kdebase-runtime')
makedepends=('cmake' 'automoc4')
install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kmplot-${pkgver}.tar.bz2")
+source=("http://download.kde.org/stable/${pkgver}/src/xz/kmplot-${pkgver}.tar.xz")
sha1sums=('914151c41fba93cb1d0cd659fb3e392c0de1b5f8')
build() {
Copied: kdeedu-kmplot/repos/staging-i686/PKGBUILD (from rev 152073, kdeedu-kmplot/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2012-03-04 14:44:06 UTC (rev 152074)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kmplot
+pkgver=4.8.1
+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/xz/kmplot-${pkgver}.tar.xz")
+sha1sums=('04eadb4a030e594c9ea09b55142640345b1c36c4')
+
+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 152073, kdeedu-kmplot/trunk/kdeedu-kmplot.install)
===================================================================
--- staging-i686/kdeedu-kmplot.install (rev 0)
+++ staging-i686/kdeedu-kmplot.install 2012-03-04 14:44:06 UTC (rev 152074)
@@ -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 152073, kdeedu-kmplot/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-04 14:44:06 UTC (rev 152074)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kmplot
+pkgver=4.8.1
+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/xz/kmplot-${pkgver}.tar.xz")
+sha1sums=('04eadb4a030e594c9ea09b55142640345b1c36c4')
+
+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 152073, kdeedu-kmplot/trunk/kdeedu-kmplot.install)
===================================================================
--- staging-x86_64/kdeedu-kmplot.install (rev 0)
+++ staging-x86_64/kdeedu-kmplot.install 2012-03-04 14:44:06 UTC (rev 152074)
@@ -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