Date: Saturday, July 23, 2016 @ 18:25:32 Author: arojas Revision: 272293
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: dolphin/repos/kde-unstable-i686/ dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 272292, dolphin/kde-unstable/PKGBUILD) dolphin/repos/kde-unstable-x86_64/ dolphin/repos/kde-unstable-x86_64/PKGBUILD (from rev 272292, dolphin/kde-unstable/PKGBUILD) ------------------------------+ kde-unstable-i686/PKGBUILD | 42 +++++++++++++++++++++++++++++++++++++++++ kde-unstable-x86_64/PKGBUILD | 42 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 272292, dolphin/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2016-07-23 18:25:32 UTC (rev 272293) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Antonio Rojas <arojas@archlinux,org> +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgname=dolphin +pkgver=16.07.80 +pkgrel=1 +pkgdesc="File Manager" +arch=(i686 x86_64) +url="http://kde.org/applications/system/dolphin/" +license=(LGPL) +depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils) +makedepends=(extra-cmake-modules kdoctools python) +optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video thumbnails' + 'ruby: installing new service menus with GHNS' 'plasma-workspace: remote:// protocol' + 'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel') +conflicts=('kdebase-dolphin<15.08') +replaces=(kdebase-dolphin) +groups=(kde-applications kdebase) +source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") +md5sums=('5c677e2c99352b55023ad4a406911bc1') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Copied: dolphin/repos/kde-unstable-x86_64/PKGBUILD (from rev 272292, dolphin/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2016-07-23 18:25:32 UTC (rev 272293) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Antonio Rojas <arojas@archlinux,org> +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgname=dolphin +pkgver=16.07.80 +pkgrel=1 +pkgdesc="File Manager" +arch=(i686 x86_64) +url="http://kde.org/applications/system/dolphin/" +license=(LGPL) +depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils) +makedepends=(extra-cmake-modules kdoctools python) +optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video thumbnails' + 'ruby: installing new service menus with GHNS' 'plasma-workspace: remote:// protocol' + 'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel') +conflicts=('kdebase-dolphin<15.08') +replaces=(kdebase-dolphin) +groups=(kde-applications kdebase) +source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") +md5sums=('5c677e2c99352b55023ad4a406911bc1') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}