Date: Saturday, December 3, 2016 @ 00:36:54 Author: arojas Revision: 282727
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kmail-account-wizard/repos/kde-unstable-i686/PKGBUILD (from rev 282726, kmail-account-wizard/kde-unstable/PKGBUILD) kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 282726, kmail-account-wizard/kde-unstable/PKGBUILD) Deleted: kmail-account-wizard/repos/kde-unstable-i686/PKGBUILD kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD ------------------------------+ /PKGBUILD | 74 +++++++++++++++++++++++++++++++++++++++++ kde-unstable-i686/PKGBUILD | 37 -------------------- kde-unstable-x86_64/PKGBUILD | 37 -------------------- 3 files changed, 74 insertions(+), 74 deletions(-) Deleted: kde-unstable-i686/PKGBUILD =================================================================== --- kde-unstable-i686/PKGBUILD 2016-12-03 00:36:45 UTC (rev 282726) +++ kde-unstable-i686/PKGBUILD 2016-12-03 00:36:54 UTC (rev 282727) @@ -1,37 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=kmail-account-wizard -pkgver=16.11.80 -pkgrel=1 -pkgdesc="KMail account wizard" -arch=(i686 x86_64) -url="https://community.kde.org/KDE_PIM" -license=(GPL2) -depends=(knotifyconfig ktexteditor kross mailcommon) -makedepends=(extra-cmake-modules boost python kdoctools qt5-tools) -conflicts=(kdepim-common) -groups=(kde-applications kdepim) -source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -md5sums=('2f5475bcddf0e7207e9c30e564bb71ad' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aa...@kde.org> - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kmail-account-wizard/repos/kde-unstable-i686/PKGBUILD (from rev 282726, kmail-account-wizard/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2016-12-03 00:36:54 UTC (rev 282727) @@ -0,0 +1,37 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=kmail-account-wizard +pkgver=16.11.90 +pkgrel=1 +pkgdesc="KMail account wizard" +arch=(i686 x86_64) +url="https://community.kde.org/KDE_PIM" +license=(GPL2) +depends=(knotifyconfig ktexteditor kross mailcommon) +makedepends=(extra-cmake-modules boost python kdoctools qt5-tools) +conflicts=(kdepim-common) +groups=(kde-applications kdepim) +source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +md5sums=('6f0c9c84719c0eaae2b42e86c9a47fd6' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aa...@kde.org> + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: kde-unstable-x86_64/PKGBUILD =================================================================== --- kde-unstable-x86_64/PKGBUILD 2016-12-03 00:36:45 UTC (rev 282726) +++ kde-unstable-x86_64/PKGBUILD 2016-12-03 00:36:54 UTC (rev 282727) @@ -1,37 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=kmail-account-wizard -pkgver=16.11.80 -pkgrel=1 -pkgdesc="KMail account wizard" -arch=(i686 x86_64) -url="https://community.kde.org/KDE_PIM" -license=(GPL2) -depends=(knotifyconfig ktexteditor kross mailcommon) -makedepends=(extra-cmake-modules boost python kdoctools qt5-tools) -conflicts=(kdepim-common) -groups=(kde-applications kdepim) -source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -md5sums=('2f5475bcddf0e7207e9c30e564bb71ad' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aa...@kde.org> - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 282726, kmail-account-wizard/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2016-12-03 00:36:54 UTC (rev 282727) @@ -0,0 +1,37 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=kmail-account-wizard +pkgver=16.11.90 +pkgrel=1 +pkgdesc="KMail account wizard" +arch=(i686 x86_64) +url="https://community.kde.org/KDE_PIM" +license=(GPL2) +depends=(knotifyconfig ktexteditor kross mailcommon) +makedepends=(extra-cmake-modules boost python kdoctools qt5-tools) +conflicts=(kdepim-common) +groups=(kde-applications kdepim) +source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +md5sums=('6f0c9c84719c0eaae2b42e86c9a47fd6' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aa...@kde.org> + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}