[arch-commits] Commit in plasma-workspace/repos/extra-x86_64 (4 files)
Antonio Rojas
arojas at gemini.archlinux.org
Wed May 18 06:14:44 UTC 2022
Date: Wednesday, May 18, 2022 @ 06:14:44
Author: arojas
Revision: 445946
archrelease: copy trunk to extra-x86_64
Added:
plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 445945, plasma-workspace/trunk/PKGBUILD)
plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 445945, plasma-workspace/trunk/kde.pam)
Deleted:
plasma-workspace/repos/extra-x86_64/PKGBUILD
plasma-workspace/repos/extra-x86_64/kde.pam
----------+
PKGBUILD | 133 +++++++++++++++++++++++++++++++------------------------------
kde.pam | 18 ++++----
2 files changed, 77 insertions(+), 74 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-18 06:14:30 UTC (rev 445945)
+++ PKGBUILD 2022-05-18 06:14:44 UTC (rev 445946)
@@ -1,65 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Alexey D. <lq07829icatm at rambler.ru>
-
-pkgbase=plasma-workspace
-pkgname=(plasma-workspace plasma-wayland-session)
-pkgver=5.24.5
-pkgrel=2
-pkgdesc='KDE Plasma Workspace'
-arch=(x86_64)
-url='https://kde.org/plasma-desktop/'
-license=(LGPL)
-depends=(knotifyconfig ksystemstats ktexteditor libqalculate kde-cli-tools appstream-qt
- xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage milou prison kwin
- plasma-integration kpeople kactivities-stats libkscreen kquickcharts kuserfeedback
- accountsservice kio-extras kio-fuse qt5-tools)
-makedepends=(extra-cmake-modules kdoctools gpsd baloo networkmanager-qt plasma-wayland-protocols kunitconversion kinit)
-groups=(plasma)
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz{,.sig} kde.pam
- https://invent.kde.org/plasma/plasma-workspace/-/commit/f77b7284.patch)
-sha256sums=('b9912691e0becfa0839dbf7750ea24729b72bad0216bef27584f9faf882064f6'
- 'SKIP'
- '00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739'
- '5817a2b2f6dffafd2644dc60fadd1f1d6c6eac71ff7a6902e31f1ab9c713ccb2')
-validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-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>
-options=(debug)
-
-prepare() {
- patch -d $pkgbase-$pkgver -p1 < f77b7284.patch # Fix desktop theme KCM with KF 5.94
-}
-
-build() {
- cmake -B build -S $pkgbase-$pkgver \
- -DCMAKE_INSTALL_LIBEXECDIR=lib \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-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'
- 'baloo: Baloo search runner' 'discover: manage applications installation from the launcher')
- backup=('etc/pam.d/kde')
-
- DESTDIR="$pkgdir" cmake --install build
-
- 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-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 445945, plasma-workspace/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-18 06:14:44 UTC (rev 445946)
@@ -0,0 +1,68 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Alexey D. <lq07829icatm at rambler.ru>
+
+pkgbase=plasma-workspace
+pkgname=(plasma-workspace plasma-wayland-session)
+pkgver=5.24.5
+pkgrel=3
+pkgdesc='KDE Plasma Workspace'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+depends=(knotifyconfig ksystemstats ktexteditor libqalculate kde-cli-tools appstream-qt
+ xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage milou prison kwin
+ plasma-integration kpeople kactivities-stats libkscreen kquickcharts kuserfeedback
+ accountsservice kio-extras kio-fuse qt5-tools)
+makedepends=(extra-cmake-modules kdoctools gpsd baloo networkmanager-qt plasma-wayland-protocols kunitconversion kinit)
+groups=(plasma)
+source=(https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz{,.sig} kde.pam
+ https://invent.kde.org/plasma/plasma-workspace/-/commit/f77b7284.patch
+ https://invent.kde.org/plasma/plasma-workspace/-/commit/4d3f9955.patch)
+sha256sums=('b9912691e0becfa0839dbf7750ea24729b72bad0216bef27584f9faf882064f6'
+ 'SKIP'
+ '00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739'
+ '5817a2b2f6dffafd2644dc60fadd1f1d6c6eac71ff7a6902e31f1ab9c713ccb2'
+ '3151c0ae0ce5fd2c03ce4c9ed2dab50eb1aed7786bc304aec2006fd0fe7588df')
+validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-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>
+options=(debug)
+
+prepare() {
+ patch -d $pkgbase-$pkgver -p1 < f77b7284.patch # Fix desktop theme KCM with KF 5.94
+ patch -d $pkgbase-$pkgver -p1 < 4d3f9955.patch # Fix global menu applet text color
+}
+
+build() {
+ cmake -B build -S $pkgbase-$pkgver \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+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'
+ 'baloo: Baloo search runner' 'discover: manage applications installation from the launcher')
+ backup=('etc/pam.d/kde')
+
+ DESTDIR="$pkgdir" cmake --install build
+
+ 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-xwayland)
+ groups=()
+
+ install -Dm644 build/login-sessions/plasmawayland.desktop "$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
+}
Deleted: kde.pam
===================================================================
--- kde.pam 2022-05-18 06:14:30 UTC (rev 445945)
+++ kde.pam 2022-05-18 06:14:44 UTC (rev 445946)
@@ -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 445945, plasma-workspace/trunk/kde.pam)
===================================================================
--- kde.pam (rev 0)
+++ kde.pam 2022-05-18 06:14:44 UTC (rev 445946)
@@ -0,0 +1,9 @@
+#%PAM-1.0
+
+auth include system-login
+
+account include system-login
+
+password include system-login
+
+session include system-login
More information about the arch-commits
mailing list