~alpine/aports

community/plasma: add udisks2 runtime dependency v1 APPLIED

Bart Ribbers: 2
 community/plasma: add udisks2 runtime dependency
 community/dolphin: add udisks2 runtime dependency

 2 files changed, 5 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3075/mbox | git am -3
Learn more about email & git

[PATCH 1/2] community/plasma: add udisks2 runtime dependency Export this patch

---
 community/plasma/APKBUILD | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/community/plasma/APKBUILD b/community/plasma/APKBUILD
index 7c27aea9d9..6bc334d0cd 100644
--- a/community/plasma/APKBUILD
+++ b/community/plasma/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma
pkgver=5.16.5
pkgrel=2
pkgrel=3
pkgdesc="Plasma (Base) meta package"
url="https://kde.org/plasma-desktop"
arch="noarch !ppc64le !s390x" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine
@@ -40,6 +40,8 @@ depends="
	systemsettings
	user-manager
	xdg-desktop-portal-kde

	udisks2
"
subpackages="$pkgname-extras sddm-breeze:sddm_breeze"
source="sddm.conf"
-- 
2.21.0

[PATCH 2/2] community/dolphin: add udisks2 runtime dependency Export this patch

---
 community/dolphin/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/community/dolphin/APKBUILD b/community/dolphin/APKBUILD
index ca5be912a3..2aa74bf6dd 100644
--- a/community/dolphin/APKBUILD
+++ b/community/dolphin/APKBUILD
@@ -2,11 +2,12 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=dolphin
pkgver=19.08.1
pkgrel=0
pkgrel=1
arch="all"
url="https://kde.org/applications/system/dolphin"
pkgdesc="KDE File Manager"
license="GPL-2.0-only"
depends="udisks2"
depends_dev="qt5-qtbase-dev kdoctools-dev kinit-dev kcmutils-dev knewstuff-dev
	kcoreaddons-dev ki18n-dev kdbusaddons-dev kbookmarks-dev kconfig-dev
	kio-dev kparts-dev solid-dev kiconthemes-dev kcompletion-dev
-- 
2.21.0