Date: Tuesday, March 5, 2013 @ 16:32:43 Author: andrea Revision: 179382
archrelease: copy trunk to extra-i686, extra-x86_64 Added: kdeedu-ktouch/repos/extra-i686/PKGBUILD (from rev 179381, kdeedu-ktouch/trunk/PKGBUILD) kdeedu-ktouch/repos/extra-i686/kdeedu-ktouch.install (from rev 179381, kdeedu-ktouch/trunk/kdeedu-ktouch.install) kdeedu-ktouch/repos/extra-x86_64/PKGBUILD (from rev 179381, kdeedu-ktouch/trunk/PKGBUILD) kdeedu-ktouch/repos/extra-x86_64/kdeedu-ktouch.install (from rev 179381, kdeedu-ktouch/trunk/kdeedu-ktouch.install) Deleted: kdeedu-ktouch/repos/extra-i686/PKGBUILD kdeedu-ktouch/repos/extra-i686/kdeedu-ktouch.install kdeedu-ktouch/repos/extra-x86_64/PKGBUILD kdeedu-ktouch/repos/extra-x86_64/kdeedu-ktouch.install ------------------------------------+ extra-i686/PKGBUILD | 64 +++++++++++++++++------------------ extra-i686/kdeedu-ktouch.install | 22 ++++++------ extra-x86_64/PKGBUILD | 64 +++++++++++++++++------------------ extra-x86_64/kdeedu-ktouch.install | 22 ++++++------ 4 files changed, 86 insertions(+), 86 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2013-03-05 15:32:29 UTC (rev 179381) +++ extra-i686/PKGBUILD 2013-03-05 15:32:43 UTC (rev 179382) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdeedu-ktouch -pkgver=4.10.0 -pkgrel=1 -pkgdesc="Touch Typing Tutor" -url="http://kde.org/applications/education/ktouch/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4' 'mesa') -install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz") -sha1sums=('3a37cb717e7edc88f73c94ee4e328c79234071bd') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../ktouch-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DKDE4_BUILD_TESTS=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: kdeedu-ktouch/repos/extra-i686/PKGBUILD (from rev 179381, kdeedu-ktouch/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-03-05 15:32:43 UTC (rev 179382) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeedu-ktouch +pkgver=4.10.1 +pkgrel=1 +pkgdesc="Touch Typing Tutor" +url="http://kde.org/applications/education/ktouch/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdeedu') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4' 'mesa') +install=${pkgname}.install +source=("http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz") +sha1sums=('4ad7bd9a783ec383c83bbc08d8d93737a69f1ce5') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../ktouch-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/kdeedu-ktouch.install =================================================================== --- extra-i686/kdeedu-ktouch.install 2013-03-05 15:32:29 UTC (rev 179381) +++ extra-i686/kdeedu-ktouch.install 2013-03-05 15:32:43 UTC (rev 179382) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdeedu-ktouch/repos/extra-i686/kdeedu-ktouch.install (from rev 179381, kdeedu-ktouch/trunk/kdeedu-ktouch.install) =================================================================== --- extra-i686/kdeedu-ktouch.install (rev 0) +++ extra-i686/kdeedu-ktouch.install 2013-03-05 15:32:43 UTC (rev 179382) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2013-03-05 15:32:29 UTC (rev 179381) +++ extra-x86_64/PKGBUILD 2013-03-05 15:32:43 UTC (rev 179382) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdeedu-ktouch -pkgver=4.10.0 -pkgrel=1 -pkgdesc="Touch Typing Tutor" -url="http://kde.org/applications/education/ktouch/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdeedu') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4' 'mesa') -install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz") -sha1sums=('3a37cb717e7edc88f73c94ee4e328c79234071bd') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../ktouch-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DKDE4_BUILD_TESTS=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: kdeedu-ktouch/repos/extra-x86_64/PKGBUILD (from rev 179381, kdeedu-ktouch/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-03-05 15:32:43 UTC (rev 179382) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeedu-ktouch +pkgver=4.10.1 +pkgrel=1 +pkgdesc="Touch Typing Tutor" +url="http://kde.org/applications/education/ktouch/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdeedu') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4' 'mesa') +install=${pkgname}.install +source=("http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz") +sha1sums=('4ad7bd9a783ec383c83bbc08d8d93737a69f1ce5') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../ktouch-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/kdeedu-ktouch.install =================================================================== --- extra-x86_64/kdeedu-ktouch.install 2013-03-05 15:32:29 UTC (rev 179381) +++ extra-x86_64/kdeedu-ktouch.install 2013-03-05 15:32:43 UTC (rev 179382) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdeedu-ktouch/repos/extra-x86_64/kdeedu-ktouch.install (from rev 179381, kdeedu-ktouch/trunk/kdeedu-ktouch.install) =================================================================== --- extra-x86_64/kdeedu-ktouch.install (rev 0) +++ extra-x86_64/kdeedu-ktouch.install 2013-03-05 15:32:43 UTC (rev 179382) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}