[arch-commits] Commit in plasma-desktop/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Thu May 16 13:37:43 UTC 2019
Date: Thursday, May 16, 2019 @ 13:37:42
Author: arojas
Revision: 353453
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
plasma-desktop/repos/kde-unstable-x86_64/
plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD
(from rev 353452, plasma-desktop/kde-unstable/PKGBUILD)
----------+
PKGBUILD | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
Copied: plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD (from rev 353452, plasma-desktop/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2019-05-16 13:37:42 UTC (rev 353453)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.15.90
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=(polkit-kde-agent libxkbfile kmenuedit appstream-qt systemsettings ksysguard kpeople baloo)
+makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev xf86-input-synaptics xf86-input-libinput xorg-server-devel
+ libibus scim kdesignerplugin)
+groups=(plasma)
+sha256sums=('d615c7301772bf8370e535e0db06850af0ecf18534efad237e21b7158ab88c18'
+ 'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell <jr at jriddell.org>
+ '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah at kde.org>
+ 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson at kde.org>
+ '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package_plasma-desktop() {
+ depends+=(knetattach)
+ optdepends=('plasma-nm: Network manager applet'
+ 'powerdevil: power management'
+ 'kscreen: screen management'
+ 'ibus: kimpanel IBUS support'
+ 'scim: kimpanel SCIM support'
+ 'discover: manage applications installation from the launcher')
+
+ cd build
+ make DESTDIR="$pkgdir" install
+
+# 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)
+
+ cd build/knetattach
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list