Date: Friday, August 14, 2015 @ 00:39:56 Author: arojas Revision: 243425
archrelease: copy kde-unstable to kde-unstable-any Added: kdeedu-data/repos/kde-unstable-any/PKGBUILD (from rev 243424, kdeedu-data/kde-unstable/PKGBUILD) Deleted: kdeedu-data/repos/kde-unstable-any/PKGBUILD ----------+ PKGBUILD | 64 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2015-08-13 22:38:50 UTC (rev 243424) +++ PKGBUILD 2015-08-13 22:39:56 UTC (rev 243425) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdeedu-data -pkgver=15.07.80 -pkgrel=1 -pkgdesc="Common data for KDE Edu applications" -url="http://kde.org/applications/education" -arch=('any') -license=('GPL' 'LGPL' 'FDL') -makedepends=('extra-cmake-modules') -conflicts=('libkdeedu<14') -source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz") -sha1sums=('6fbb7e4799cab229b207fadf63908e08f37d0bbd') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: kdeedu-data/repos/kde-unstable-any/PKGBUILD (from rev 243424, kdeedu-data/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2015-08-13 22:39:56 UTC (rev 243425) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeedu-data +pkgver=15.07.90 +pkgrel=1 +pkgdesc="Common data for KDE Edu applications" +url="http://kde.org/applications/education" +arch=('any') +license=('GPL' 'LGPL' 'FDL') +makedepends=('extra-cmake-modules') +conflicts=('libkdeedu<14') +source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz") +sha1sums=('04239ea452d5ff0a2ef120a94cc3b074e89b3cae') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +}