diff options
author | David P | 2017-10-30 22:43:22 -0300 |
---|---|---|
committer | David P | 2017-10-30 22:43:22 -0300 |
commit | 9d16a875d19ba7b2086f8eaee5ff9e5f40a97a86 (patch) | |
tree | 8aaad53e13887e005b59a37f9b9fd955cac8edd4 | |
parent | c8dd23848390312c612d04ffe96f2efec8f1cab6 (diff) | |
download | aur-9d16a875d19ba7b2086f8eaee5ff9e5f40a97a86.tar.gz |
Update to 17.08.2-1
-rw-r--r-- | .SRCINFO | 20 | ||||
-rw-r--r-- | PKGBUILD | 14 |
2 files changed, 20 insertions, 14 deletions
@@ -1,6 +1,6 @@ pkgbase = dolphin-root pkgdesc = File Manager, patched to be able to run as root - pkgver = 17.04.2 + pkgver = 17.08.2 pkgrel = 1 url = https://kde.org/applications/system/dolphin/ arch = armv7h @@ -15,25 +15,29 @@ pkgbase = dolphin-root depends = kio-extras depends = kuiserver depends = kcmutils + depends = kparts + depends = kinit 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 + provides = dolphin conflicts = kdebase-dolphin<15.08 conflicts = dolphin replaces = kdebase-dolphin - replaces = dolphin - source = https://download.kde.org/stable/applications/17.04.2/src/dolphin-17.04.2.tar.xz - source = https://download.kde.org/stable/applications/17.04.2/src/dolphin-17.04.2.tar.xz.sig + source = https://download.kde.org/stable/applications/17.08.2/src/dolphin-17.08.2.tar.xz + source = https://download.kde.org/stable/applications/17.08.2/src/dolphin-17.08.2.tar.xz.sig source = https://gitlab.com/Megver83/kdebase-root-patches/raw/master/0001-Revert-Disallow-executing-Dolphin-as-root-on-Linux.patch source = https://gitlab.com/Megver83/kdebase-root-patches/raw/master/0001-Revert-Disallow-executing-Dolphin-as-root-on-Linux.patch.sig validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 + validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 validpgpkeys = 6DB9C4B4F0D8C0DC432CF6E4227CA7C556B2BA78 - sha256sums = 45ac5454ec6f2e1382ab250be16871a3184804b91f23839a7ec4d8f4b972a0f9 - sha256sums = SKIP - sha256sums = a82476fd2b95aab513e7d80fd50b62a361167b9847584a530570bf84758bd76c - sha256sums = SKIP + sha512sums = de77ab439243b13952cb8d11343b0bd575b77c0daae7fc3936e91b0de9aed069593fbf97024ec84c7342d2993cfb4b2c64bf18da82cdf362b38e8623954559a2 + sha512sums = SKIP + sha512sums = f96ce74603d868785cece5cec4a7dc57dd1b50c9423604382065235c8930c5679496cfb9e08b2956520e8205468caf2e36cdb0ad18738d3bf75fc5dfdba114ed + sha512sums = SKIP pkgname = dolphin-root @@ -6,25 +6,27 @@ _pkgname=dolphin pkgname=dolphin-root -pkgver=17.04.2 +pkgver=17.08.2 pkgrel=1 pkgdesc="File Manager, patched to be able to run as root" arch=('armv7h' 'i686' 'x86_64') url="https://kde.org/applications/system/dolphin/" license=(LGPL) -depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils) +depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils kparts kinit) makedepends=(extra-cmake-modules kdoctools python) -optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video thumbnails' +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' 'konsole: terminal panel') conflicts=('kdebase-dolphin<15.08' 'dolphin') -replaces=(kdebase-dolphin dolphin) +provides=(dolphin) +replaces=(kdebase-dolphin) source=("https://download.kde.org/stable/applications/$pkgver/src/${_pkgname}-$pkgver.tar.xz"{,.sig} "https://gitlab.com/Megver83/kdebase-root-patches/raw/master/0001-Revert-Disallow-executing-Dolphin-as-root-on-Linux.patch"{,.sig}) -sha256sums=('45ac5454ec6f2e1382ab250be16871a3184804b91f23839a7ec4d8f4b972a0f9' +sha512sums=('de77ab439243b13952cb8d11343b0bd575b77c0daae7fc3936e91b0de9aed069593fbf97024ec84c7342d2993cfb4b2c64bf18da82cdf362b38e8623954559a2' 'SKIP' - 'a82476fd2b95aab513e7d80fd50b62a361167b9847584a530570bf84758bd76c' + 'f96ce74603d868785cece5cec4a7dc57dd1b50c9423604382065235c8930c5679496cfb9e08b2956520e8205468caf2e36cdb0ad18738d3bf75fc5dfdba114ed' 'SKIP') validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7' # Albert Astals Cid <aacid@kde.org> + 'F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87' # Christoph Feck <cfeck@kde.org> '6DB9C4B4F0D8C0DC432CF6E4227CA7C556B2BA78' # David P. ) |