summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Kluger2020-12-10 21:59:55 -0500
committerAndy Kluger2020-12-10 21:59:55 -0500
commit3683029f4a25848d52c72a2ca9909aaf97bd66c4 (patch)
treebb00ec9c222d2b3391d86e50d4d4ce532b69186d
parenta2602c1d7149b3d08445d95bc820ff901c33deb3 (diff)
downloadaur-3683029f4a25848d52c72a2ca9909aaf97bd66c4.tar.gz
merge upstream changes, including dep kuserfeedback
-rw-r--r--.SRCINFO13
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD12
3 files changed, 17 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3c7d9f451e5..900f4c50af61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dolphin-meld
pkgdesc = KDE File Manager, using Meld rather than Kompare
- pkgver = 20.08.3
+ pkgver = 20.12.0
pkgrel = 1
url = https://kde.org/applications/system/dolphin/
arch = x86_64
@@ -17,20 +17,21 @@ pkgbase = dolphin-meld
depends = kparts
depends = kinit
depends = kactivities
+ depends = kuserfeedback
optdepends = kde-cli-tools: for editing file type options
optdepends = ffmpegthumbs: video thumbnails
optdepends = kdegraphics-thumbnailers: PDF and PS thumbnails
optdepends = konsole: terminal panel
optdepends = purpose: share context menu
optdepends = packagekit-qt5: service menu installer
- provides = dolphin=20.08.3
- conflicts = dolphin=20.08.3
- source = https://download.kde.org/stable/release-service/20.08.3/src/dolphin-20.08.3.tar.xz
- source = https://download.kde.org/stable/release-service/20.08.3/src/dolphin-20.08.3.tar.xz.sig
+ provides = dolphin=20.12.0
+ conflicts = dolphin=20.12.0
+ source = https://download.kde.org/stable/release-service/20.12.0/src/dolphin-20.12.0.tar.xz
+ source = https://download.kde.org/stable/release-service/20.12.0/src/dolphin-20.12.0.tar.xz.sig
source = dolphin-meld.patch
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
- sha256sums = 9d29577e0ef2d364a54718f1a8e0a74cf4246f6bd020ff605825f5888739f680
+ sha256sums = 02b384e85b00aaaf1b4efd7ee7ca9d2f98991b850aa3645b7161219e9087ccd3
sha256sums = SKIP
sha256sums = 9bf8e1d53bb482e3cc2f3a114fb894fc3d0216ad2933d0c6e1f0b7df6d640b7a
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..abfa0447b09d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pkg
+/src
+/dolphin
+/dolphin-*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index e34f69292392..2d9c1be5f23a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Andy Kluger <https://t.me/andykluger>
-
-# Contributor: Antonio Rojas <arojas@archlinux,org>
-# Contributor: Felix Yan <felixonmars@archlinux.org>
+# Upstream PKGBUILD (extra repo):
+# Maintainer: Antonio Rojas <arojas@archlinux,org>
+# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=dolphin-meld
_pkgname=dolphin
-pkgver=20.08.3
+pkgver=20.12.0
pkgrel=1
pkgdesc="KDE File Manager, using Meld rather than Kompare"
arch=(x86_64)
@@ -15,14 +15,14 @@ url="https://kde.org/applications/system/dolphin/"
license=(LGPL)
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname=$pkgver")
-depends=(baloo-widgets knewstuff kio-extras kcmutils kparts kinit kactivities)
+depends=(baloo-widgets knewstuff kio-extras kcmutils kparts kinit kactivities kuserfeedback)
makedepends=(extra-cmake-modules kdoctools packagekit-qt5)
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' 'packagekit-qt5: service menu installer')
groups=(kde-applications kde-system)
source=("https://download.kde.org/stable/release-service/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig}
"dolphin-meld.patch")
-sha256sums=('9d29577e0ef2d364a54718f1a8e0a74cf4246f6bd020ff605825f5888739f680'
+sha256sums=('02b384e85b00aaaf1b4efd7ee7ca9d2f98991b850aa3645b7161219e9087ccd3'
'SKIP'
'9bf8e1d53bb482e3cc2f3a114fb894fc3d0216ad2933d0c6e1f0b7df6d640b7a')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>