Date: Tuesday, April 19, 2016 @ 13:16:11 Author: arojas Revision: 265237
archrelease: copy trunk to kde-unstable-any Added: kdeedu-data/repos/kde-unstable-any/PKGBUILD (from rev 265236, kdeedu-data/trunk/PKGBUILD) kdeedu-data/repos/kde-unstable-any/kdeedu-data.install (from rev 265236, kdeedu-data/trunk/kdeedu-data.install) Deleted: kdeedu-data/repos/kde-unstable-any/PKGBUILD kdeedu-data/repos/kde-unstable-any/kdeedu-data.install ---------------------+ PKGBUILD | 68 +++++++++++++++++++++++++------------------------- kdeedu-data.install | 24 ++++++++--------- 2 files changed, 46 insertions(+), 46 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2016-04-19 11:16:00 UTC (rev 265236) +++ PKGBUILD 2016-04-19 11:16:11 UTC (rev 265237) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdeedu-data -pkgver=16.04.0 -pkgrel=1 -pkgdesc="Common data for KDE Edu applications" -url="http://kde.org/applications/education" -arch=('any') -license=('GPL' 'LGPL' 'FDL') -depends=('hicolor-icon-theme') -makedepends=('extra-cmake-modules') -conflicts=('libkdeedu<14') -source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz") -sha1sums=('b40fa09243f165fc30b9bb066c2dcdf0e7e160e1') -install=$pkgname.install - -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 265236, kdeedu-data/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2016-04-19 11:16:11 UTC (rev 265237) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeedu-data +pkgver=16.04.0 +pkgrel=1 +pkgdesc="Common data for KDE Edu applications" +url="http://kde.org/applications/education" +arch=('any') +license=('GPL' 'LGPL' 'FDL') +depends=('hicolor-icon-theme') +makedepends=('extra-cmake-modules') +conflicts=('libkdeedu<14') +source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz") +sha1sums=('b40fa09243f165fc30b9bb066c2dcdf0e7e160e1') +install=$pkgname.install + +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 +} Deleted: kdeedu-data.install =================================================================== --- kdeedu-data.install 2016-04-19 11:16:00 UTC (rev 265236) +++ kdeedu-data.install 2016-04-19 11:16:11 UTC (rev 265237) @@ -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: kdeedu-data/repos/kde-unstable-any/kdeedu-data.install (from rev 265236, kdeedu-data/trunk/kdeedu-data.install) =================================================================== --- kdeedu-data.install (rev 0) +++ kdeedu-data.install 2016-04-19 11:16:11 UTC (rev 265237) @@ -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 +}