Date: Friday, March 27, 2015 @ 09:48:53 Author: arojas Revision: 235089
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kollision/repos/kde-unstable-i686/PKGBUILD (from rev 235088, kollision/kde-unstable/PKGBUILD) kollision/repos/kde-unstable-i686/kollision.install (from rev 235088, kollision/kde-unstable/kollision.install) kollision/repos/kde-unstable-x86_64/PKGBUILD (from rev 235088, kollision/kde-unstable/PKGBUILD) kollision/repos/kde-unstable-x86_64/kollision.install (from rev 235088, kollision/kde-unstable/kollision.install) Deleted: kollision/repos/kde-unstable-i686/PKGBUILD kollision/repos/kde-unstable-i686/kollision.install kollision/repos/kde-unstable-x86_64/PKGBUILD kollision/repos/kde-unstable-x86_64/kollision.install ---------------------------------------+ /PKGBUILD | 70 ++++++++++++++++++++++++++++++++ /kollision.install | 22 ++++++++++ kde-unstable-i686/PKGBUILD | 35 ---------------- kde-unstable-i686/kollision.install | 11 ----- kde-unstable-x86_64/PKGBUILD | 35 ---------------- kde-unstable-x86_64/kollision.install | 11 ----- 6 files changed, 92 insertions(+), 92 deletions(-) Deleted: kde-unstable-i686/PKGBUILD =================================================================== --- kde-unstable-i686/PKGBUILD 2015-03-27 08:48:32 UTC (rev 235088) +++ kde-unstable-i686/PKGBUILD 2015-03-27 08:48:53 UTC (rev 235089) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kollision -pkgver=15.03.95 -pkgrel=1 -pkgdesc="A simple ball dodging game" -url="http://kde.org/applications/games/kollision/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde-applications' 'kdegames') -depends=('libkdegames') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -install=${pkgname}.install -conflicts=('kdegames-kollision') -replaces=('kdegames-kollision') -source=("http://download.kde.org/unstable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz") -sha1sums=('000abd44c500d9228f6ac3ed818da17607852400') - -build() { - mkdir build - cd build - cmake ../kollision-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kollision/repos/kde-unstable-i686/PKGBUILD (from rev 235088, kollision/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2015-03-27 08:48:53 UTC (rev 235089) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kollision +pkgver=15.03.97 +pkgrel=1 +pkgdesc="A simple ball dodging game" +url="http://kde.org/applications/games/kollision/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdegames') +depends=('libkdegames' 'knotifyconfig') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +install=${pkgname}.install +conflicts=('kdegames-kollision') +replaces=('kdegames-kollision') +source=("http://download.kde.org/unstable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz") +sha1sums=('69ead1bf4788557df9c2875977d48758f9767acf') + +build() { + mkdir build + cd build + cmake ../kollision-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: kde-unstable-i686/kollision.install =================================================================== --- kde-unstable-i686/kollision.install 2015-03-27 08:48:32 UTC (rev 235088) +++ kde-unstable-i686/kollision.install 2015-03-27 08:48:53 UTC (rev 235089) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kollision/repos/kde-unstable-i686/kollision.install (from rev 235088, kollision/kde-unstable/kollision.install) =================================================================== --- kde-unstable-i686/kollision.install (rev 0) +++ kde-unstable-i686/kollision.install 2015-03-27 08:48:53 UTC (rev 235089) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: kde-unstable-x86_64/PKGBUILD =================================================================== --- kde-unstable-x86_64/PKGBUILD 2015-03-27 08:48:32 UTC (rev 235088) +++ kde-unstable-x86_64/PKGBUILD 2015-03-27 08:48:53 UTC (rev 235089) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kollision -pkgver=15.03.95 -pkgrel=1 -pkgdesc="A simple ball dodging game" -url="http://kde.org/applications/games/kollision/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde-applications' 'kdegames') -depends=('libkdegames') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -install=${pkgname}.install -conflicts=('kdegames-kollision') -replaces=('kdegames-kollision') -source=("http://download.kde.org/unstable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz") -sha1sums=('000abd44c500d9228f6ac3ed818da17607852400') - -build() { - mkdir build - cd build - cmake ../kollision-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kollision/repos/kde-unstable-x86_64/PKGBUILD (from rev 235088, kollision/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2015-03-27 08:48:53 UTC (rev 235089) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kollision +pkgver=15.03.97 +pkgrel=1 +pkgdesc="A simple ball dodging game" +url="http://kde.org/applications/games/kollision/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdegames') +depends=('libkdegames' 'knotifyconfig') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +install=${pkgname}.install +conflicts=('kdegames-kollision') +replaces=('kdegames-kollision') +source=("http://download.kde.org/unstable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz") +sha1sums=('69ead1bf4788557df9c2875977d48758f9767acf') + +build() { + mkdir build + cd build + cmake ../kollision-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: kde-unstable-x86_64/kollision.install =================================================================== --- kde-unstable-x86_64/kollision.install 2015-03-27 08:48:32 UTC (rev 235088) +++ kde-unstable-x86_64/kollision.install 2015-03-27 08:48:53 UTC (rev 235089) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kollision/repos/kde-unstable-x86_64/kollision.install (from rev 235088, kollision/kde-unstable/kollision.install) =================================================================== --- kde-unstable-x86_64/kollision.install (rev 0) +++ kde-unstable-x86_64/kollision.install 2015-03-27 08:48:53 UTC (rev 235089) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}