Date: Wednesday, May 27, 2020 @ 08:20:08
  Author: arojas
Revision: 387703

archrelease: copy trunk to extra-x86_64

Added:
  plasma-workspace/repos/extra-x86_64/PKGBUILD
    (from rev 387702, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
    (from rev 387702, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/extra-x86_64/PKGBUILD
  plasma-workspace/repos/extra-x86_64/kde.pam

----------+
 PKGBUILD |  141 ++++++++++++++++++++++++++++++-------------------------------
 kde.pam  |   18 +++----
 2 files changed, 80 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-27 08:19:28 UTC (rev 387702)
+++ PKGBUILD    2020-05-27 08:20:08 UTC (rev 387703)
@@ -1,70 +0,0 @@
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-# Contributor: Andrea Scarpino <and...@archlinux.org>
-# Contributor: Alexey D. <lq07829icatm at rambler.ru>
-
-pkgbase=plasma-workspace
-pkgname=(plasma-workspace plasma-wayland-session)
-pkgver=5.18.5
-pkgrel=2
-pkgdesc='KDE Plasma Workspace'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(knotifyconfig libksysguard ktexteditor libqalculate kde-cli-tools 
appstream-qt phonon-qt5
-         xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
milou prison kwin
-         plasma-integration kdelibs4support kpeople kactivities-stats 
libkscreen kquickcharts kuserfeedback)
-makedepends=(extra-cmake-modules kdoctools gpsd baloo networkmanager-qt 
kdesignerplugin)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig}
 kde.pam
-         
plasma-animation-duration.patch::"https://cgit.kde.org/plasma-workspace.git/patch/?id=29587025";)
-sha256sums=('14e82033be745f4db46a70d319e2c86012295ea31056092bc974004189b92354'
-            'SKIP'
-            '00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739'
-            'ced9380016948ee2ca10fa822b9c3d6359c417b3fc9c311389c51a3ec0e4fad4')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 
<j...@jriddell.org>
-              '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 
<bs...@kde.org>
-              'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 
<davidedmund...@kde.org>
-              '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 
<notm...@gmail.com>
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../plasma-animation-duration.patch # Fix slow animations with 
Frameworks 5.70
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
-    -DCMAKE_INSTALL_LIBEXECDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-              'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation'
-              'kdepim-addons: displaying PIM events in the calendar'
-              'appmenu-gtk-module: global menu support for GTK2 and some GTK3 
applications'
-              'qt5-virtualkeyboard: virtual keyboard support in lock screen'
-              'baloo: Baloo search runner' 'discover: manage applications 
installation from the launcher')
-  provides=(notification-daemon)
-  backup=('etc/pam.d/kde')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
-
-  # Split plasma-wayland scripts
-  rm -r "$pkgdir"/usr/share/wayland-sessions
-}
-
-package_plasma-wayland-session() {
-  pkgdesc='Plasma Wayland session'
-  depends=(plasma-workspace qt5-wayland kwayland-integration 
xorg-server-xwayland)
-  groups=()
-
-  install -Dm644 build/login-sessions/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
-}

Copied: plasma-workspace/repos/extra-x86_64/PKGBUILD (from rev 387702, 
plasma-workspace/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-05-27 08:20:08 UTC (rev 387703)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+# Contributor: Alexey D. <lq07829icatm at rambler.ru>
+
+pkgbase=plasma-workspace
+pkgname=(plasma-workspace plasma-wayland-session)
+pkgver=5.18.5
+pkgrel=3
+pkgdesc='KDE Plasma Workspace'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(knotifyconfig libksysguard ktexteditor libqalculate kde-cli-tools 
appstream-qt phonon-qt5
+         xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage 
milou prison kwin
+         plasma-integration kdelibs4support kpeople kactivities-stats 
libkscreen kquickcharts kuserfeedback)
+makedepends=(extra-cmake-modules kdoctools gpsd baloo networkmanager-qt 
kdesignerplugin)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig}
 kde.pam
+         
plasma-animation-duration.patch::"https://cgit.kde.org/plasma-workspace.git/patch/?id=29587025";)
+sha256sums=('14e82033be745f4db46a70d319e2c86012295ea31056092bc974004189b92354'
+            'SKIP'
+            '00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739'
+            'ced9380016948ee2ca10fa822b9c3d6359c417b3fc9c311389c51a3ec0e4fad4')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 
<j...@jriddell.org>
+              '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 
<bs...@kde.org>
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 
<davidedmund...@kde.org>
+              '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 
<notm...@gmail.com>
+
+prepare() {
+  mkdir -p build
+
+  sed -e 's|dbus-run-session ||' -i 
$pkgbase-$pkgver/login-sessions/plasmawayland.desktop.cmake # Don't start a 
second user dbus session
+  cd $pkgname-$pkgver
+  patch -p1 -i ../plasma-animation-duration.patch # Fix slow animations with 
Frameworks 5.70
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-workspace() {
+  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+              'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation'
+              'kdepim-addons: displaying PIM events in the calendar'
+              'appmenu-gtk-module: global menu support for GTK2 and some GTK3 
applications'
+              'qt5-virtualkeyboard: virtual keyboard support in lock screen'
+              'baloo: Baloo search runner' 'discover: manage applications 
installation from the launcher')
+  provides=(notification-daemon)
+  backup=('etc/pam.d/kde')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
+
+  # Split plasma-wayland scripts
+  rm -r "$pkgdir"/usr/share/wayland-sessions
+}
+
+package_plasma-wayland-session() {
+  pkgdesc='Plasma Wayland session'
+  depends=(plasma-workspace qt5-wayland kwayland-integration 
xorg-server-xwayland)
+  groups=()
+
+  install -Dm644 build/login-sessions/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
+}

Deleted: kde.pam
===================================================================
--- kde.pam     2020-05-27 08:19:28 UTC (rev 387702)
+++ kde.pam     2020-05-27 08:20:08 UTC (rev 387703)
@@ -1,9 +0,0 @@
-#%PAM-1.0
-
-auth            include         system-login
-
-account         include         system-login
-
-password        include         system-login
-
-session         include         system-login

Copied: plasma-workspace/repos/extra-x86_64/kde.pam (from rev 387702, 
plasma-workspace/trunk/kde.pam)
===================================================================
--- kde.pam                             (rev 0)
+++ kde.pam     2020-05-27 08:20:08 UTC (rev 387703)
@@ -0,0 +1,9 @@
+#%PAM-1.0
+
+auth            include         system-login
+
+account         include         system-login
+
+password        include         system-login
+
+session         include         system-login

Reply via email to