Date: Thursday, January 10, 2019 @ 14:38:12 Author: arojas Revision: 343306
archrelease: copy trunk to extra-x86_64 Added: dolphin/repos/extra-x86_64/PKGBUILD (from rev 343305, dolphin/trunk/PKGBUILD) Deleted: dolphin/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 82 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-01-10 14:37:56 UTC (rev 343305) +++ PKGBUILD 2019-01-10 14:38:12 UTC (rev 343306) @@ -1,41 +0,0 @@ -# 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=18.12.0 -pkgrel=1 -pkgdesc="KDE File Manager" -arch=(x86_64) -url="https://kde.org/applications/system/dolphin/" -license=(LGPL) -depends=(baloo-widgets knewstuff kio-extras kcmutils kparts kinit phonon-qt5) -makedepends=(extra-cmake-modules kdoctools) -optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video thumbnails' - 'ruby: installing new service menus from KDE Store' 'kdegraphics-thumbnailers: PDF and PS thumbnails' - 'konsole: terminal panel' 'purpose: share context menu') -groups=(kde-applications kdebase) -source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('837f8a43f09ef0e74e634cc5c1538cd5230f63c2a55675b3ae93f412d36cbf82' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: dolphin/repos/extra-x86_64/PKGBUILD (from rev 343305, dolphin/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-01-10 14:38:12 UTC (rev 343306) @@ -0,0 +1,41 @@ +# 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=18.12.1 +pkgrel=1 +pkgdesc="KDE File Manager" +arch=(x86_64) +url="https://kde.org/applications/system/dolphin/" +license=(LGPL) +depends=(baloo-widgets knewstuff kio-extras kcmutils kparts kinit phonon-qt5) +makedepends=(extra-cmake-modules kdoctools) +optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video thumbnails' + 'ruby: installing new service menus from KDE Store' 'kdegraphics-thumbnailers: PDF and PS thumbnails' + 'konsole: terminal panel' 'purpose: share context menu') +groups=(kde-applications kdebase) +source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('18a3ef54ef62eb40f3546baf8873c48b64e00a90960203da7d15f7cf101475b4' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}