Date: Saturday, January 19, 2013 @ 07:18:55 Author: andrea Revision: 175611
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdegames-kfourinline/repos/kde-unstable-i686/PKGBUILD (from rev 175610, kdegames-kfourinline/kde-unstable/PKGBUILD) kdegames-kfourinline/repos/kde-unstable-i686/kdegames-kfourinline.install (from rev 175610, kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install) kdegames-kfourinline/repos/kde-unstable-x86_64/PKGBUILD (from rev 175610, kdegames-kfourinline/kde-unstable/PKGBUILD) kdegames-kfourinline/repos/kde-unstable-x86_64/kdegames-kfourinline.install (from rev 175610, kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install) Deleted: kdegames-kfourinline/repos/kde-unstable-i686/PKGBUILD kdegames-kfourinline/repos/kde-unstable-i686/kdegames-kfourinline.install kdegames-kfourinline/repos/kde-unstable-x86_64/PKGBUILD kdegames-kfourinline/repos/kde-unstable-x86_64/kdegames-kfourinline.install --------------------------------------------------+ kde-unstable-i686/PKGBUILD | 61 ++++++++++----------- kde-unstable-i686/kdegames-kfourinline.install | 24 ++++---- kde-unstable-x86_64/PKGBUILD | 61 ++++++++++----------- kde-unstable-x86_64/kdegames-kfourinline.install | 24 ++++---- 4 files changed, 86 insertions(+), 84 deletions(-) Deleted: kde-unstable-i686/PKGBUILD =================================================================== --- kde-unstable-i686/PKGBUILD 2013-01-19 12:18:11 UTC (rev 175610) +++ kde-unstable-i686/PKGBUILD 2013-01-19 12:18:55 UTC (rev 175611) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdegames-kfourinline -pkgver=4.9.97 -pkgrel=1 -pkgdesc="A four-in-a-row game" -url="http://kde.org/applications/games/kfourinline/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kfourinline-${pkgver}.tar.xz") -sha1sums=('8d48ec313d7f6cb8b617991188320e5ba23949e1') - -build() { - mkdir build - cd build - cmake ../kfourinline-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kdegames-kfourinline/repos/kde-unstable-i686/PKGBUILD (from rev 175610, kdegames-kfourinline/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-01-19 12:18:55 UTC (rev 175611) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdegames-kfourinline +pkgver=4.9.98 +pkgrel=1 +pkgdesc="A four-in-a-row game" +url="http://kde.org/applications/games/kfourinline/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kfourinline-${pkgver}.tar.xz") +sha1sums=('573a4bd529941913b9eccc512a8de5d37d832d43') + +build() { + mkdir build + cd build + cmake ../kfourinline-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: kde-unstable-i686/kdegames-kfourinline.install =================================================================== --- kde-unstable-i686/kdegames-kfourinline.install 2013-01-19 12:18:11 UTC (rev 175610) +++ kde-unstable-i686/kdegames-kfourinline.install 2013-01-19 12:18:55 UTC (rev 175611) @@ -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: kdegames-kfourinline/repos/kde-unstable-i686/kdegames-kfourinline.install (from rev 175610, kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install) =================================================================== --- kde-unstable-i686/kdegames-kfourinline.install (rev 0) +++ kde-unstable-i686/kdegames-kfourinline.install 2013-01-19 12:18:55 UTC (rev 175611) @@ -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-19 12:18:11 UTC (rev 175610) +++ kde-unstable-x86_64/PKGBUILD 2013-01-19 12:18:55 UTC (rev 175611) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdegames-kfourinline -pkgver=4.9.97 -pkgrel=1 -pkgdesc="A four-in-a-row game" -url="http://kde.org/applications/games/kfourinline/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kfourinline-${pkgver}.tar.xz") -sha1sums=('8d48ec313d7f6cb8b617991188320e5ba23949e1') - -build() { - mkdir build - cd build - cmake ../kfourinline-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kdegames-kfourinline/repos/kde-unstable-x86_64/PKGBUILD (from rev 175610, kdegames-kfourinline/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2013-01-19 12:18:55 UTC (rev 175611) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdegames-kfourinline +pkgver=4.9.98 +pkgrel=1 +pkgdesc="A four-in-a-row game" +url="http://kde.org/applications/games/kfourinline/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegames') +depends=('kdebase-runtime' 'libkdegames') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/unstable/${pkgver}/src/kfourinline-${pkgver}.tar.xz") +sha1sums=('573a4bd529941913b9eccc512a8de5d37d832d43') + +build() { + mkdir build + cd build + cmake ../kfourinline-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: kde-unstable-x86_64/kdegames-kfourinline.install =================================================================== --- kde-unstable-x86_64/kdegames-kfourinline.install 2013-01-19 12:18:11 UTC (rev 175610) +++ kde-unstable-x86_64/kdegames-kfourinline.install 2013-01-19 12:18:55 UTC (rev 175611) @@ -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: kdegames-kfourinline/repos/kde-unstable-x86_64/kdegames-kfourinline.install (from rev 175610, kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install) =================================================================== --- kde-unstable-x86_64/kdegames-kfourinline.install (rev 0) +++ kde-unstable-x86_64/kdegames-kfourinline.install 2013-01-19 12:18:55 UTC (rev 175611) @@ -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 +}