diff options
author | David P | 2020-02-26 10:55:29 -0300 |
---|---|---|
committer | David P | 2020-02-26 10:55:29 -0300 |
commit | eff2c704c4faa7425500193146c7a6a967bc70ce (patch) | |
tree | a7cc78e987ea2b2d793d3537de2bfbf9e25626cf | |
parent | c10c3a1500110e45e1e7b666536fcd9b6871e515 (diff) | |
download | aur-dolphin-root.tar.gz |
upgpkg: dolphin-root 19.12.2-1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 11 |
2 files changed, 8 insertions, 13 deletions
@@ -1,6 +1,6 @@ pkgbase = dolphin-root pkgdesc = KDE File Manager, patched to be able to run as root - pkgver = 19.04.2 + pkgver = 19.12.2 pkgrel = 1 url = https://kde.org/applications/system/dolphin/ arch = armv7h @@ -18,19 +18,17 @@ pkgbase = dolphin-root depends = phonon-qt5 optdepends = kde-cli-tools: for editing file type options optdepends = ffmpegthumbs: video thumbnails - optdepends = kde-thumbnailer-odf: ODF thumbnails - optdepends = ruby: installing new service menus from KDE Store optdepends = kdegraphics-thumbnailers: PDF and PS thumbnails optdepends = konsole: terminal panel optdepends = purpose: share context menu provides = dolphin conflicts = dolphin - source = https://download.kde.org/stable/applications/19.04.2/src/dolphin-19.04.2.tar.xz - source = https://download.kde.org/stable/applications/19.04.2/src/dolphin-19.04.2.tar.xz.sig + source = https://download.kde.org/stable/release-service/19.12.2/src/dolphin-19.12.2.tar.xz + source = https://download.kde.org/stable/release-service/19.12.2/src/dolphin-19.12.2.tar.xz.sig source = 0001-Revert-Disallow-executing-Dolphin-as-root-on-Linux.patch validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 - sha512sums = e1480c2f98f06a29048683180e1ab30992e57a4cefde1b3a1a0da1c1c654482cc2e57d23fb7a7b8102e76f86c2b09b09900d37dbddc753c85f545146d47c5574 + sha512sums = c9b43a3e923e6f261225ab7ebc0a35722f4aba197015e48739c7b0cc442dfa227875b55e85a28c8703abdfab7b592432d14ca3560155e59ad39a4542345646dc sha512sums = SKIP sha512sums = 01fb828b6383250df76d71923a49ed79e54599a6b3b28428aeb94466c7a442a2e03642fffa6387f2d456b2a39149e6d38269a94fb76d07e3e02d8aa56a358f0e @@ -6,7 +6,7 @@ pkgname=dolphin-root _pkgname=${pkgname%-root} -pkgver=19.04.2 +pkgver=19.12.2 pkgrel=1 pkgdesc="KDE File Manager, patched to be able to run as root" arch=(armv7h i686 x86_64) @@ -14,14 +14,13 @@ 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' 'kde-thumbnailer-odf: ODF thumbnails' - 'ruby: installing new service menus from KDE Store' 'kdegraphics-thumbnailers: PDF and PS thumbnails' +optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video thumbnails' 'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel' 'purpose: share context menu') conflicts=($_pkgname) provides=($_pkgname) -source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig} +source=("https://download.kde.org/stable/release-service/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig} 0001-Revert-Disallow-executing-Dolphin-as-root-on-Linux.patch) -sha512sums=('e1480c2f98f06a29048683180e1ab30992e57a4cefde1b3a1a0da1c1c654482cc2e57d23fb7a7b8102e76f86c2b09b09900d37dbddc753c85f545146d47c5574' +sha512sums=('c9b43a3e923e6f261225ab7ebc0a35722f4aba197015e48739c7b0cc442dfa227875b55e85a28c8703abdfab7b592432d14ca3560155e59ad39a4542345646dc' 'SKIP' '01fb828b6383250df76d71923a49ed79e54599a6b3b28428aeb94466c7a442a2e03642fffa6387f2d456b2a39149e6d38269a94fb76d07e3e02d8aa56a358f0e') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> @@ -36,8 +35,6 @@ prepare() { build() { cd build cmake ../$_pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF make } |