Date: Wednesday, June 13, 2012 @ 10:36:40 Author: andrea Revision: 161713
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeedu-kmplot/repos/kde-unstable-i686/PKGBUILD (from rev 161712, kdeedu-kmplot/kde-unstable/PKGBUILD) kdeedu-kmplot/repos/kde-unstable-i686/kdeedu-kmplot.install (from rev 161712, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install) kdeedu-kmplot/repos/kde-unstable-x86_64/PKGBUILD (from rev 161712, kdeedu-kmplot/kde-unstable/PKGBUILD) kdeedu-kmplot/repos/kde-unstable-x86_64/kdeedu-kmplot.install (from rev 161712, 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 2012-06-13 14:36:06 UTC (rev 161712) +++ kde-unstable-i686/PKGBUILD 2012-06-13 14:36:40 UTC (rev 161713) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdeedu-kmplot -pkgver=4.8.80 -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=('0ccef544a8fcde8be41300d160253505bca41576') - -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 161712, kdeedu-kmplot/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2012-06-13 14:36:40 UTC (rev 161713) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeedu-kmplot +pkgver=4.8.90 +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=('6cc98ad87ce19c9ffe7c664ddf5db9384db90504') + +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 2012-06-13 14:36:06 UTC (rev 161712) +++ kde-unstable-i686/kdeedu-kmplot.install 2012-06-13 14:36:40 UTC (rev 161713) @@ -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 161712, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install) =================================================================== --- kde-unstable-i686/kdeedu-kmplot.install (rev 0) +++ kde-unstable-i686/kdeedu-kmplot.install 2012-06-13 14:36:40 UTC (rev 161713) @@ -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 2012-06-13 14:36:06 UTC (rev 161712) +++ kde-unstable-x86_64/PKGBUILD 2012-06-13 14:36:40 UTC (rev 161713) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdeedu-kmplot -pkgver=4.8.80 -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=('0ccef544a8fcde8be41300d160253505bca41576') - -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 161712, kdeedu-kmplot/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2012-06-13 14:36:40 UTC (rev 161713) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeedu-kmplot +pkgver=4.8.90 +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=('6cc98ad87ce19c9ffe7c664ddf5db9384db90504') + +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 2012-06-13 14:36:06 UTC (rev 161712) +++ kde-unstable-x86_64/kdeedu-kmplot.install 2012-06-13 14:36:40 UTC (rev 161713) @@ -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 161712, kdeedu-kmplot/kde-unstable/kdeedu-kmplot.install) =================================================================== --- kde-unstable-x86_64/kdeedu-kmplot.install (rev 0) +++ kde-unstable-x86_64/kdeedu-kmplot.install 2012-06-13 14:36:40 UTC (rev 161713) @@ -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 +}