Date: Thursday, December 20, 2012 @ 03:59:26 Author: andrea Revision: 173567
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD (from rev 173566, kdeedu-rocs/kde-unstable/PKGBUILD) kdeedu-rocs/repos/kde-unstable-i686/kdeedu-rocs.install (from rev 173566, kdeedu-rocs/kde-unstable/kdeedu-rocs.install) kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD (from rev 173566, kdeedu-rocs/kde-unstable/PKGBUILD) kdeedu-rocs/repos/kde-unstable-x86_64/kdeedu-rocs.install (from rev 173566, kdeedu-rocs/kde-unstable/kdeedu-rocs.install) Deleted: kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD kdeedu-rocs/repos/kde-unstable-i686/kdeedu-rocs.install kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD kdeedu-rocs/repos/kde-unstable-x86_64/kdeedu-rocs.install -----------------------------------------+ kde-unstable-i686/PKGBUILD | 62 +++++++++++++++--------------- kde-unstable-i686/kdeedu-rocs.install | 22 +++++----- kde-unstable-x86_64/PKGBUILD | 62 +++++++++++++++--------------- kde-unstable-x86_64/kdeedu-rocs.install | 22 +++++----- 4 files changed, 84 insertions(+), 84 deletions(-) Deleted: kde-unstable-i686/PKGBUILD =================================================================== --- kde-unstable-i686/PKGBUILD 2012-12-20 08:58:43 UTC (rev 173566) +++ kde-unstable-i686/PKGBUILD 2012-12-20 08:59:26 UTC (rev 173567) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdeedu-rocs -pkgver=4.9.90 -pkgrel=1 -pkgdesc="Rocs Graph Theory" -url="http://kde.org/applications/education/rocs/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4' 'boost') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz") -sha1sums=('8aa774ebd1515f57a1322c76633d843d42e3c5cb') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../rocs-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: kdeedu-rocs/repos/kde-unstable-i686/PKGBUILD (from rev 173566, kdeedu-rocs/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2012-12-20 08:59:26 UTC (rev 173567) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeedu-rocs +pkgver=4.9.95 +pkgrel=1 +pkgdesc="Rocs Graph Theory" +url="http://kde.org/applications/education/rocs/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdeedu') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4' 'boost') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz") +sha1sums=('6358268fa2e4472da70c14c01a4081e3087f51aa') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../rocs-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Deleted: kde-unstable-i686/kdeedu-rocs.install =================================================================== --- kde-unstable-i686/kdeedu-rocs.install 2012-12-20 08:58:43 UTC (rev 173566) +++ kde-unstable-i686/kdeedu-rocs.install 2012-12-20 08:59:26 UTC (rev 173567) @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdeedu-rocs/repos/kde-unstable-i686/kdeedu-rocs.install (from rev 173566, kdeedu-rocs/kde-unstable/kdeedu-rocs.install) =================================================================== --- kde-unstable-i686/kdeedu-rocs.install (rev 0) +++ kde-unstable-i686/kdeedu-rocs.install 2012-12-20 08:59:26 UTC (rev 173567) @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: kde-unstable-x86_64/PKGBUILD =================================================================== --- kde-unstable-x86_64/PKGBUILD 2012-12-20 08:58:43 UTC (rev 173566) +++ kde-unstable-x86_64/PKGBUILD 2012-12-20 08:59:26 UTC (rev 173567) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdeedu-rocs -pkgver=4.9.90 -pkgrel=1 -pkgdesc="Rocs Graph Theory" -url="http://kde.org/applications/education/rocs/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4' 'boost') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz") -sha1sums=('8aa774ebd1515f57a1322c76633d843d42e3c5cb') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../rocs-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: kdeedu-rocs/repos/kde-unstable-x86_64/PKGBUILD (from rev 173566, kdeedu-rocs/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2012-12-20 08:59:26 UTC (rev 173567) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeedu-rocs +pkgver=4.9.95 +pkgrel=1 +pkgdesc="Rocs Graph Theory" +url="http://kde.org/applications/education/rocs/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdeedu') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4' 'boost') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/rocs-${pkgver}.tar.xz") +sha1sums=('6358268fa2e4472da70c14c01a4081e3087f51aa') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../rocs-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Deleted: kde-unstable-x86_64/kdeedu-rocs.install =================================================================== --- kde-unstable-x86_64/kdeedu-rocs.install 2012-12-20 08:58:43 UTC (rev 173566) +++ kde-unstable-x86_64/kdeedu-rocs.install 2012-12-20 08:59:26 UTC (rev 173567) @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdeedu-rocs/repos/kde-unstable-x86_64/kdeedu-rocs.install (from rev 173566, kdeedu-rocs/kde-unstable/kdeedu-rocs.install) =================================================================== --- kde-unstable-x86_64/kdeedu-rocs.install (rev 0) +++ kde-unstable-x86_64/kdeedu-rocs.install 2012-12-20 08:59:26 UTC (rev 173567) @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}