Date: Sunday, May 12, 2019 @ 13:51:52 Author: arojas Revision: 352981
archrelease: copy trunk to extra-x86_64 Added: dolphin/repos/extra-x86_64/PKGBUILD (from rev 352980, dolphin/trunk/PKGBUILD) Deleted: dolphin/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 82 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-05-12 13:51:40 UTC (rev 352980) +++ PKGBUILD 2019-05-12 13:51:52 UTC (rev 352981) @@ -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=19.04.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=('f3f45b9048c283252067eebfad8c6e1efc6bc64d43fcba78b933850ea4762375' - '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 352980, dolphin/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-05-12 13:51:52 UTC (rev 352981) @@ -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=19.04.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=('72cab4d9f49ac05d3e0e8e1ff67cf29c0cacbe2c3a43506eca4c849ea878370a' + '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 +}