Date: Friday, August 14, 2015 @ 01:04:12 Author: arojas Revision: 243472
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kmailtransport/repos/kde-unstable-i686/PKGBUILD (from rev 243471, kmailtransport/kde-unstable/PKGBUILD) kmailtransport/repos/kde-unstable-x86_64/PKGBUILD (from rev 243471, kmailtransport/kde-unstable/PKGBUILD) Deleted: kmailtransport/repos/kde-unstable-i686/PKGBUILD kmailtransport/repos/kde-unstable-x86_64/PKGBUILD ------------------------------+ /PKGBUILD | 66 +++++++++++++++++++++++++++++++++++++++++ kde-unstable-i686/PKGBUILD | 32 ------------------- kde-unstable-x86_64/PKGBUILD | 32 ------------------- 3 files changed, 66 insertions(+), 64 deletions(-) Deleted: kde-unstable-i686/PKGBUILD =================================================================== --- kde-unstable-i686/PKGBUILD 2015-08-13 23:03:54 UTC (rev 243471) +++ kde-unstable-i686/PKGBUILD 2015-08-13 23:04:12 UTC (rev 243472) @@ -1,32 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgname=kmailtransport -pkgver=15.07.80 -pkgrel=1 -pkgdesc="Mail Transport Service" -arch=(i686 x86_64) -url="https://projects.kde.org/$pkgname" -license=(LGPL) -depends=(kdepimlibs) -makedepends=(extra-cmake-modules python) -source=("http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz") -md5sums=('e4fe3f251a435db46ab43f2a7dc352e3') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kmailtransport/repos/kde-unstable-i686/PKGBUILD (from rev 243471, kmailtransport/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2015-08-13 23:04:12 UTC (rev 243472) @@ -0,0 +1,33 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=kmailtransport +pkgver=15.07.90 +pkgrel=1 +pkgdesc="Mail Transport Service" +arch=(i686 x86_64) +url="https://projects.kde.org/$pkgname" +license=(LGPL) +depends=(akonadi-mime kcmutils) +makedepends=(extra-cmake-modules python kdoctools boost) +source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") +md5sums=('63146a152176f023729a2fa8bf68c9dc') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: kde-unstable-x86_64/PKGBUILD =================================================================== --- kde-unstable-x86_64/PKGBUILD 2015-08-13 23:03:54 UTC (rev 243471) +++ kde-unstable-x86_64/PKGBUILD 2015-08-13 23:04:12 UTC (rev 243472) @@ -1,32 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgname=kmailtransport -pkgver=15.07.80 -pkgrel=1 -pkgdesc="Mail Transport Service" -arch=(i686 x86_64) -url="https://projects.kde.org/$pkgname" -license=(LGPL) -depends=(kdepimlibs) -makedepends=(extra-cmake-modules python) -source=("http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz") -md5sums=('e4fe3f251a435db46ab43f2a7dc352e3') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kmailtransport/repos/kde-unstable-x86_64/PKGBUILD (from rev 243471, kmailtransport/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2015-08-13 23:04:12 UTC (rev 243472) @@ -0,0 +1,33 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=kmailtransport +pkgver=15.07.90 +pkgrel=1 +pkgdesc="Mail Transport Service" +arch=(i686 x86_64) +url="https://projects.kde.org/$pkgname" +license=(LGPL) +depends=(akonadi-mime kcmutils) +makedepends=(extra-cmake-modules python kdoctools boost) +source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") +md5sums=('63146a152176f023729a2fa8bf68c9dc') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}