author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:30:55 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:30:55 UTC |
parent | 41b1ff54e711ac015b04599b28aa588cd425ba9e |
.gitignore | +2 | -0 |
PKGBUILD | +9 | -9 |
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43258a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/ +/pkg/ diff --git a/PKGBUILD b/PKGBUILD index 8e1143e..8191ada 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,16 +7,15 @@ pkgbase=plasma-workspace pkgname=(plasma-workspace plasma-wayland-session) pkgver=5.27.10 _dirver=$(echo $pkgver | cut -d. -f1-3) -pkgrel=2 +pkgrel=3 pkgdesc='KDE Plasma Workspace' -arch=(x86_64) +arch=(x86_64 'armv7h') url='https://kde.org/plasma-desktop/' license=(LGPL) -depends=(knotifyconfig5 ksystemstats ktexteditor5 libqalculate kde-cli-tools appstream-qt5 - xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays5 xorg-xmessage milou prison5 kwin - plasma-integration kpeople5 kactivities-stats5 kquickcharts5 kuserfeedback5 kpipewire - accountsservice kio-extras kio-fuse qt5-tools oxygen-sounds) -makedepends=(extra-cmake-modules kdoctools5 gpsd baloo5 networkmanager-qt5 plasma-wayland-protocols wayland-protocols kunitconversion5) +depends=(knotifyconfig ksystemstats ktexteditor libqalculate kpipewire + xorg-xrdb xorg-xsetroot kactivitymanagerd kholidays xorg-xmessage milou prison kwin + plasma-integration kpeople kactivities-stats kquickcharts kuserfeedback accountsservice kio-extras kio-fuse qt5-tools oxygen-sounds) +makedepends=(extra-cmake-modules kdoctools baloo networkmanager-qt plasma-wayland-protocols wayland-protocols kunitconversion) groups=(plasma) source=(https://download.kde.org/stable/plasma/$_dirver/$pkgbase-$pkgver.tar.xz{,.sig} kde.pam appstream-1.0.patch) @@ -42,11 +41,12 @@ build() { } package_plasma-workspace() { + depends+=(kde-cli-tools) optdepends=('plasma-workspace-wallpapers: additional wallpapers' - 'gpsd: GPS based geolocation' 'networkmanager-qt5: IP based geolocation' + 'networkmanager-qt5: IP based geolocation' 'kdepim-addons: displaying PIM events in the calendar' 'appmenu-gtk-module: global menu support for GTK2 and some GTK3 applications' - 'baloo5: Baloo search runner' 'discover: manage applications installation from the launcher') + 'baloo: Baloo search runner' 'discover: manage applications installation from the launcher') backup=('etc/pam.d/kde') DESTDIR="$pkgdir" cmake --install build