[build_update] : 6.1.0 1
This commit is contained in:
parent
2c5e3887fc
commit
e5304f3e91
144
main/plasma-workspace/PKGBUILD
Normal file
144
main/plasma-workspace/PKGBUILD
Normal file
@ -0,0 +1,144 @@
|
||||
# Maintainer: Developer <dev@tuxcore.org>
|
||||
|
||||
pkgname=plasma-workspace
|
||||
pkgver=%version%
|
||||
_dirver=$(echo $pkgver | cut -d. -f1-3)
|
||||
pkgrel=%release%
|
||||
pkgdesc='KDE Plasma Workspace'
|
||||
arch=(x86_64)
|
||||
url='https://kde.org/plasma-desktop/'
|
||||
license=(LGPL-2.0-or-later)
|
||||
depends=(accountsservice
|
||||
appstream-qt
|
||||
fontconfig
|
||||
freetype2
|
||||
gcc-libs
|
||||
glibc
|
||||
icu
|
||||
plasma-activities
|
||||
plasma-activities-stats
|
||||
kactivitymanagerd
|
||||
karchive
|
||||
kauth
|
||||
kbookmarks
|
||||
kcmutils
|
||||
kcolorscheme
|
||||
kcompletion
|
||||
kconfig
|
||||
kconfigwidgets
|
||||
kcoreaddons
|
||||
kcrash
|
||||
kde-cli-tools
|
||||
kdeclarative
|
||||
kded
|
||||
kdbusaddons
|
||||
kglobalaccel
|
||||
kguiaddons
|
||||
kholidays
|
||||
ki18n
|
||||
kiconthemes
|
||||
kidletime
|
||||
kio
|
||||
kio-extras
|
||||
kio-fuse
|
||||
kirigami
|
||||
kirigami-addons
|
||||
kitemmodels
|
||||
kjobwidgets
|
||||
knewstuff
|
||||
knotifications
|
||||
knotifyconfig
|
||||
kpackage
|
||||
kparts
|
||||
kpipewire
|
||||
krunner
|
||||
kquickcharts
|
||||
kscreenlocker
|
||||
kservice
|
||||
kstatusnotifieritem
|
||||
ksvg
|
||||
ksystemstats
|
||||
ktexteditor
|
||||
ktextwidgets
|
||||
kuserfeedback
|
||||
kwallet
|
||||
kwayland
|
||||
kwidgetsaddons
|
||||
kwin
|
||||
kwindowsystem
|
||||
kxmlgui
|
||||
layer-shell-qt
|
||||
libcanberra
|
||||
libice
|
||||
libkexiv2
|
||||
libksysguard
|
||||
libqalculate
|
||||
libsm
|
||||
libx11
|
||||
libxau
|
||||
libxcb
|
||||
libxcrypt
|
||||
libxcursor
|
||||
libxfixes
|
||||
libxft
|
||||
libxtst
|
||||
milou
|
||||
ocean-sound-theme
|
||||
phonon-qt6
|
||||
# plasma-integration
|
||||
# libplasma
|
||||
plasma5support
|
||||
prison
|
||||
qcoro-qt6
|
||||
qt6-5compat
|
||||
qt6-base
|
||||
qt6-declarative
|
||||
qt6-svg
|
||||
qt6-tools # for qdbus
|
||||
qt6-virtualkeyboard
|
||||
qt6-wayland
|
||||
sh
|
||||
solid
|
||||
systemd-libs
|
||||
wayland
|
||||
xcb-util
|
||||
xcb-util-image
|
||||
xorg-xmessage
|
||||
xorg-xrdb
|
||||
xorg-xsetroot
|
||||
xorg-xwayland
|
||||
zlib)
|
||||
# makedepends=(baloo
|
||||
# extra-cmake-modules
|
||||
# gpsd
|
||||
# kdoctools
|
||||
# kunitconversion
|
||||
# networkmanager-qt
|
||||
# plasma-wayland-protocols)
|
||||
optdepends=('appmenu-gtk-module: global menu support for GTK2 and some GTK3 applications'
|
||||
'baloo: Baloo search runner'
|
||||
'discover: manage applications installation from the launcher'
|
||||
'gpsd: GPS based geolocation'
|
||||
'kdepim-addons: displaying PIM events in the calendar'
|
||||
'kwayland-integration: Wayland integration for Qt5 applications'
|
||||
'networkmanager-qt: IP based geolocation'
|
||||
'plasma-workspace-wallpapers: additional wallpapers'
|
||||
'plasma5-integration: use Plasma settings in Qt5 applications'
|
||||
'xdg-desktop-portal-gtk: sync font settings to Flatpak apps')
|
||||
conflicts=(plasma-wayland-session)
|
||||
replaces=(plasma-wayland-session)
|
||||
groups=(plasma)
|
||||
source=("$pkgname-$pkgver-$pkgrel.tar.gz"::"https://geo.mirror.pkgbuild.com/pool/packages/$pkgname-$pkgver-$pkgrel-x86_64.pkg.tar.zst")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
||||
package() {
|
||||
# Set x11 to default
|
||||
mv $srcdir/usr/share/wayland-sessions/plasma.desktop $srcdir/usr/share/wayland-sessions/plasmawayland.desktop
|
||||
mv $srcdir/usr/share/xsessions/plasmax11.desktop $srcdir/usr/share/xsessions/plasma.desktop
|
||||
|
||||
mkdir -p "$pkgdir"/usr
|
||||
mkdir -p "$pkgdir"/etc
|
||||
# Install
|
||||
cp -R $srcdir/*/ "$pkgdir"/
|
||||
}
|
43
main/plasma-workspace/README
Normal file
43
main/plasma-workspace/README
Normal file
@ -0,0 +1,43 @@
|
||||
plasma-workspace
|
||||
________________________________________________________________________________
|
||||
|
||||
KDE Plasma Workspace
|
||||
|
||||
[000] Index
|
||||
________________________________________________________________________________
|
||||
|
||||
* Installation ........................................................... [001]
|
||||
* Setup .................................................................. [002]
|
||||
* Usage .................................................................. [003]
|
||||
* Troubleshooting ........................................................ [004]
|
||||
* References ............................................................. [005]
|
||||
|
||||
|
||||
[001] Installation
|
||||
________________________________________________________________________________
|
||||
|
||||
+------------------------------------------------------------------------------+
|
||||
| |
|
||||
| $ pacman -S plasma-workspace |
|
||||
| |
|
||||
+------------------------------------------------------------------------------+
|
||||
|
||||
|
||||
[002] Setup
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
[003] Usage
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|
||||
[004] Troubleshooting
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|
||||
[005] References
|
||||
________________________________________________________________________________
|
||||
|
||||
[0] https://kde.org/plasma-desktop/
|
1
main/plasma-workspace/version
Normal file
1
main/plasma-workspace/version
Normal file
@ -0,0 +1 @@
|
||||
6.1.0 1
|
Loading…
x
Reference in New Issue
Block a user