[arch-commits] Commit in plasma-desktop/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Jan 9 10:38:56 UTC 2021
Date: Saturday, January 9, 2021 @ 10:38:56
Author: arojas
Revision: 405850
Unsplit knetattach, since kio no longer uses it
Modified:
plasma-desktop/trunk/PKGBUILD
----------+
PKGBUILD | 33 ++++++++++-----------------------
1 file changed, 10 insertions(+), 23 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-09 10:35:50 UTC (rev 405849)
+++ PKGBUILD 2021-01-09 10:38:56 UTC (rev 405850)
@@ -2,10 +2,9 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
# Contributor: Andrea Scarpino <andrea at archlinux.org>
-pkgbase=plasma-desktop
-pkgname=(plasma-desktop knetattach)
+pkgname=plasma-desktop
pkgver=5.20.5
-pkgrel=1
+pkgrel=2
pkgdesc='KDE Plasma Desktop'
arch=(x86_64)
url='https://kde.org/plasma-desktop/'
@@ -12,6 +11,13 @@
license=(LGPL)
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
depends=(polkit-kde-agent libxkbfile kmenuedit systemsettings ksysguard baloo libibus accountsservice)
+optdepends=('plasma-nm: Network manager applet'
+ 'powerdevil: power management, suspend and hibernate support'
+ 'kscreen: screen management'
+ 'ibus: kimpanel IBUS support'
+ 'scim: kimpanel SCIM support'
+ 'kaccounts-integration: OpenDesktop integration plugin')
+replaces=(user-manager knetattach)
makedepends=(extra-cmake-modules kdoctools xf86-input-evdev xf86-input-synaptics xf86-input-libinput xorg-server-devel
scim kdesignerplugin kaccounts-integration intltool)
groups=(plasma)
@@ -29,25 +35,6 @@
cmake --build build
}
-package_plasma-desktop() {
- depends+=(knetattach)
- optdepends=('plasma-nm: Network manager applet'
- 'powerdevil: power management, suspend and hibernate support'
- 'kscreen: screen management'
- 'ibus: kimpanel IBUS support'
- 'scim: kimpanel SCIM support'
- 'kaccounts-integration: OpenDesktop integration plugin')
- replaces=(user-manager)
-
+package() {
DESTDIR="$pkgdir" cmake --install build
-
-# Split knetattach
- rm "$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
}
-
-package_knetattach() {
- pkgdesc='Wizard which makes it easier to integrate network resources with the Plasma Desktop'
- depends=(kdelibs4support)
-
- DESTDIR="$pkgdir" cmake --install build/knetattach
-}
More information about the arch-commits
mailing list