Date: Thursday, December 3, 2015 @ 21:15:20 Author: arojas Revision: 252213
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kbruch/repos/kde-unstable-i686/PKGBUILD (from rev 252212, kbruch/kde-unstable/PKGBUILD) kbruch/repos/kde-unstable-i686/kbruch.install (from rev 252212, kbruch/kde-unstable/kbruch.install) kbruch/repos/kde-unstable-x86_64/PKGBUILD (from rev 252212, kbruch/kde-unstable/PKGBUILD) kbruch/repos/kde-unstable-x86_64/kbruch.install (from rev 252212, kbruch/kde-unstable/kbruch.install) Deleted: kbruch/repos/kde-unstable-i686/PKGBUILD kbruch/repos/kde-unstable-i686/kbruch.install kbruch/repos/kde-unstable-x86_64/PKGBUILD kbruch/repos/kde-unstable-x86_64/kbruch.install ------------------------------------+ /PKGBUILD | 78 +++++++++++++++++++++++++++++++++++ /kbruch.install | 22 +++++++++ kde-unstable-i686/PKGBUILD | 39 ----------------- kde-unstable-i686/kbruch.install | 11 ---- kde-unstable-x86_64/PKGBUILD | 39 ----------------- kde-unstable-x86_64/kbruch.install | 11 ---- 6 files changed, 100 insertions(+), 100 deletions(-) Deleted: kde-unstable-i686/PKGBUILD =================================================================== --- kde-unstable-i686/PKGBUILD 2015-12-03 20:14:53 UTC (rev 252212) +++ kde-unstable-i686/PKGBUILD 2015-12-03 20:15:20 UTC (rev 252213) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kbruch -pkgver=15.11.80 -pkgrel=1 -pkgdesc="Exercise Fractions" -url="http://kde.org/applications/education/kbruch/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde-applications' 'kdeedu') -depends=('kxmlgui') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -install=${pkgname}.install -conflicts=('kdeedu-kbruch') -replaces=('kdeedu-kbruch') -source=("http://download.kde.org/unstable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz") -sha1sums=('d47013f71a260ab9bf6464f4a66f58b7c3db5998') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../kbruch-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: kbruch/repos/kde-unstable-i686/PKGBUILD (from rev 252212, kbruch/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2015-12-03 20:15:20 UTC (rev 252213) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kbruch +pkgver=15.11.90 +pkgrel=1 +pkgdesc="Exercise Fractions" +url="http://kde.org/applications/education/kbruch/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdeedu') +depends=('kxmlgui' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +install=${pkgname}.install +conflicts=('kdeedu-kbruch') +replaces=('kdeedu-kbruch') +source=("http://download.kde.org/unstable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz") +sha1sums=('83aa70a5839573ac4dabb8ba5110d92a5c8e090c') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../kbruch-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Deleted: kde-unstable-i686/kbruch.install =================================================================== --- kde-unstable-i686/kbruch.install 2015-12-03 20:14:53 UTC (rev 252212) +++ kde-unstable-i686/kbruch.install 2015-12-03 20:15:20 UTC (rev 252213) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kbruch/repos/kde-unstable-i686/kbruch.install (from rev 252212, kbruch/kde-unstable/kbruch.install) =================================================================== --- kde-unstable-i686/kbruch.install (rev 0) +++ kde-unstable-i686/kbruch.install 2015-12-03 20:15:20 UTC (rev 252213) @@ -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-12-03 20:14:53 UTC (rev 252212) +++ kde-unstable-x86_64/PKGBUILD 2015-12-03 20:15:20 UTC (rev 252213) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kbruch -pkgver=15.11.80 -pkgrel=1 -pkgdesc="Exercise Fractions" -url="http://kde.org/applications/education/kbruch/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde-applications' 'kdeedu') -depends=('kxmlgui') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -install=${pkgname}.install -conflicts=('kdeedu-kbruch') -replaces=('kdeedu-kbruch') -source=("http://download.kde.org/unstable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz") -sha1sums=('d47013f71a260ab9bf6464f4a66f58b7c3db5998') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../kbruch-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: kbruch/repos/kde-unstable-x86_64/PKGBUILD (from rev 252212, kbruch/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2015-12-03 20:15:20 UTC (rev 252213) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kbruch +pkgver=15.11.90 +pkgrel=1 +pkgdesc="Exercise Fractions" +url="http://kde.org/applications/education/kbruch/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdeedu') +depends=('kxmlgui' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +install=${pkgname}.install +conflicts=('kdeedu-kbruch') +replaces=('kdeedu-kbruch') +source=("http://download.kde.org/unstable/applications/${pkgver}/src/kbruch-${pkgver}.tar.xz") +sha1sums=('83aa70a5839573ac4dabb8ba5110d92a5c8e090c') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../kbruch-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Deleted: kde-unstable-x86_64/kbruch.install =================================================================== --- kde-unstable-x86_64/kbruch.install 2015-12-03 20:14:53 UTC (rev 252212) +++ kde-unstable-x86_64/kbruch.install 2015-12-03 20:15:20 UTC (rev 252213) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kbruch/repos/kde-unstable-x86_64/kbruch.install (from rev 252212, kbruch/kde-unstable/kbruch.install) =================================================================== --- kde-unstable-x86_64/kbruch.install (rev 0) +++ kde-unstable-x86_64/kbruch.install 2015-12-03 20:15:20 UTC (rev 252213) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}