[arch-commits] Commit in plasma-desktop/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri May 18 17:46:25 UTC 2018
Date: Friday, May 18, 2018 @ 17:46:24
Author: arojas
Revision: 324571
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324570, plasma-desktop/kde-unstable/PKGBUILD)
Deleted:
plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 127 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 66 insertions(+), 61 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-18 17:45:54 UTC (rev 324570)
+++ PKGBUILD 2018-05-18 17:46:24 UTC (rev 324571)
@@ -1,61 +0,0 @@
-# $Id$
-# 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.12.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 libcanberra libxkbfile kmenuedit appstream-qt systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
-makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev xf86-input-synaptics xf86-input-libinput xorg-server-devel
- libibus scim kdesignerplugin)
-groups=(plasma)
-sha256sums=('c926430d2a9574b4e55661b24185e324763509282d5f16ee87ca1dfe5d7f145c'
- 'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell
- '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah at kde.org>
- 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
- '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'
- '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
-}
Copied: plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD (from rev 324570, plasma-desktop/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-18 17:46:24 UTC (rev 324571)
@@ -0,0 +1,66 @@
+# $Id$
+# 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.12.90
+pkgrel=2
+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}
+ broken-menu.patch::https://cgit.kde.org/plasma-desktop.git/patch/?id=7e514201)
+depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
+makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev xf86-input-synaptics xf86-input-libinput xorg-server-devel
+ libibus scim kdesignerplugin)
+groups=(plasma)
+sha256sums=('c926430d2a9574b4e55661b24185e324763509282d5f16ee87ca1dfe5d7f145c'
+ 'SKIP'
+ 'baa656b44f1ee4c9e7eb33f514eb4f8da08c7de23499db90766358c42c55f3d9')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell
+ '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah at kde.org>
+ 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
+ '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
+
+prepare() {
+ mkdir -p build
+
+ cd $pkgname-$pkgver
+ patch -Rp1 -i ../broken-menu.patch
+}
+
+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'
+ '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