[arch-commits] Commit in kdeedu-kmplot/repos (8 files)
Andrea Scarpino
andrea at archlinux.org
Sat Jan 5 07:35:35 UTC 2013
Date: Saturday, January 5, 2013 @ 02:35:34
Author: andrea
Revision: 174521
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdeedu-kmplot/repos/kde-unstable-i686/PKGBUILD
(from rev 174520, kdeedu-kmplot/kde-unstable/PKGBUILD)
kdeedu-kmplot/repos/kde-unstable-i686/kdeedu-kmplot.install
(from rev 174520, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install)
kdeedu-kmplot/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174520, kdeedu-kmplot/kde-unstable/PKGBUILD)
kdeedu-kmplot/repos/kde-unstable-x86_64/kdeedu-kmplot.install
(from rev 174520, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install)
Deleted:
kdeedu-kmplot/repos/kde-unstable-i686/PKGBUILD
kdeedu-kmplot/repos/kde-unstable-i686/kdeedu-kmplot.install
kdeedu-kmplot/repos/kde-unstable-x86_64/PKGBUILD
kdeedu-kmplot/repos/kde-unstable-x86_64/kdeedu-kmplot.install
-------------------------------------------+
kde-unstable-i686/PKGBUILD | 62 ++++++++++++++--------------
kde-unstable-i686/kdeedu-kmplot.install | 24 +++++-----
kde-unstable-x86_64/PKGBUILD | 62 ++++++++++++++--------------
kde-unstable-x86_64/kdeedu-kmplot.install | 24 +++++-----
4 files changed, 86 insertions(+), 86 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2013-01-05 07:34:54 UTC (rev 174520)
+++ kde-unstable-i686/PKGBUILD 2013-01-05 07:35:34 UTC (rev 174521)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-kmplot
-pkgver=4.9.95
-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/unstable/${pkgver}/src/kmplot-${pkgver}.tar.xz")
-sha1sums=('d29c5464d7177092f2cfc44acc1b5654d3a708f0')
-
-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/kde-unstable-i686/PKGBUILD (from rev 174520, kdeedu-kmplot/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2013-01-05 07:35:34 UTC (rev 174521)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kmplot
+pkgver=4.9.97
+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/unstable/${pkgver}/src/kmplot-${pkgver}.tar.xz")
+sha1sums=('ea6c8f36d34587f27870ca9968d5e741697fe821')
+
+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
+}
Deleted: kde-unstable-i686/kdeedu-kmplot.install
===================================================================
--- kde-unstable-i686/kdeedu-kmplot.install 2013-01-05 07:34:54 UTC (rev 174520)
+++ kde-unstable-i686/kdeedu-kmplot.install 2013-01-05 07:35:34 UTC (rev 174521)
@@ -1,12 +0,0 @@
-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/kde-unstable-i686/kdeedu-kmplot.install (from rev 174520, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install)
===================================================================
--- kde-unstable-i686/kdeedu-kmplot.install (rev 0)
+++ kde-unstable-i686/kdeedu-kmplot.install 2013-01-05 07:35:34 UTC (rev 174521)
@@ -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
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2013-01-05 07:34:54 UTC (rev 174520)
+++ kde-unstable-x86_64/PKGBUILD 2013-01-05 07:35:34 UTC (rev 174521)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeedu-kmplot
-pkgver=4.9.95
-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/unstable/${pkgver}/src/kmplot-${pkgver}.tar.xz")
-sha1sums=('d29c5464d7177092f2cfc44acc1b5654d3a708f0')
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 174520, kdeedu-kmplot/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2013-01-05 07:35:34 UTC (rev 174521)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-kmplot
+pkgver=4.9.97
+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/unstable/${pkgver}/src/kmplot-${pkgver}.tar.xz")
+sha1sums=('ea6c8f36d34587f27870ca9968d5e741697fe821')
+
+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
+}
Deleted: kde-unstable-x86_64/kdeedu-kmplot.install
===================================================================
--- kde-unstable-x86_64/kdeedu-kmplot.install 2013-01-05 07:34:54 UTC (rev 174520)
+++ kde-unstable-x86_64/kdeedu-kmplot.install 2013-01-05 07:35:34 UTC (rev 174521)
@@ -1,12 +0,0 @@
-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/kde-unstable-x86_64/kdeedu-kmplot.install (from rev 174520, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install)
===================================================================
--- kde-unstable-x86_64/kdeedu-kmplot.install (rev 0)
+++ kde-unstable-x86_64/kdeedu-kmplot.install 2013-01-05 07:35:34 UTC (rev 174521)
@@ -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