Skip to content

Commit

Permalink
plasma-desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed May 17, 2024
1 parent c479938 commit 23fb30a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 85 deletions.
33 changes: 0 additions & 33 deletions kde/frameworks/kinit/ympbuild

This file was deleted.

34 changes: 0 additions & 34 deletions kde/frameworks/kirigami2/ympbuild

This file was deleted.

8 changes: 4 additions & 4 deletions kde/plasma/kwayland-integration/ympbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
name='kwayland-integration'
release='1'
version='5.27.9'
release='2'
version='6.0.0'
url='https://kde.org/plasma-desktop'
description='KWayland integration'
email='akarsu@protonmail.com'
Expand All @@ -10,7 +10,7 @@ license=('GPLv2')
source=("https://download.kde.org/stable/plasma/${version}/kwayland-integration-${version}.tar.xz")
depends=(kwindowsystem kwayland)
makedepends=(extra-cmake-modules wayland-protocols kidletime)
md5sums=('0766ffad491c53ea3e36f3c1e04ed6a3')
sha256sums=('04e2cbc45ea3c4b6f18aba16610fd2c7fa20b263ca606290b1b27546650101e9')
group=(kde.plasma)
uses=()
arch=('x86_64')
Expand All @@ -20,7 +20,7 @@ cd $name-$version
setup () {
cmake -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_LIBDIR=lib64 \
-DBUILD_TESTING=OFF
}

Expand Down
13 changes: 8 additions & 5 deletions kde/plasma/plasma-desktop/ympbuild
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
#!/usr/bin/env bash
name='plasma-desktop'
release='1'
version='5.27.9'
release='2'
version='6.0.0'
url='https://de.org/plasma-desktop'
description='KDE Plasma Desktop'
email='aliriza.keskin@pardus.org.tr'
maintainer='aliriza'
license=('GPLv3')
source=("https://download.kde.org/stable/plasma/$version/plasma-desktop-$version.tar.xz")
depends=(accountsservice kirigami2 plasma-workspace setxkbmap libksysguard)
makedepends=()
md5sums=('e1446c2047adbad63929fc028b597f87')
depends=(accountsservice plasma-workspace setxkbmap libksysguard)
makedepends=(xf86-input-evdev xf86-input-libinput xorg-server)
sha256sums=('924ce04db2c88cf7ae1a23f19b38eb452977087b6e937ed0568ce5397bcc927d')
group=(kde.plasma)
uses=()
arch=('x86_64')

cd $name-$version

export LANG="C.UTF-8"
export LC_ALL=$LANG

prepare(){
# Remove bloats from cmakelist.txt
## applets
Expand Down
21 changes: 12 additions & 9 deletions kde/plasma/plasma-workspace/ympbuild
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
#!/usr/bin/env bash
name='plasma-workspace'
release='1'
version='5.27.9'
release='2'
version='6.0.0'
url='https://kde.org/plasma-desktop'
description='Kde Plasma Workspace'
email='aliriza.keskin@pardus.org.tr'
maintainer='aliriza'
license=('GPLv3')
source=("https://download.kde.org/stable/plasma/$version/plasma-workspace-$version.1.tar.xz")
depends=(accountsservice kactivitymanagerd kded kinit kio
kirigami2 kquickcharts kwin milou pipewire qt5-tools
plasma-integration qt5-quickcontrols)
makedepends=()
md5sums=('7fb544cfaef8786e912363b256a63c45')
source=("https://download.kde.org/stable/plasma/$version/plasma-workspace-$version.tar.xz")
depends=(accountsservice kactivitymanagerd kded kio
kquickcharts kwin milou pipewire
plasma-integration qt6-base xdotool)
makedepends=(qt6-tools)
sha256sums=('47dd87b4c0e09c1bcb34162b7aae3e5a3b9a4aaba1b9fed0f4d681bb3f9febba')
group=(kde.plasma)
uses=()
arch=('x86_64')

cd $name-$version.1
cd $name-$version

export LANG="C.UTF-8"
export LC_ALL=$LANG

prepare(){
# Remove bloats from cmakelist.txt
Expand Down

0 comments on commit 23fb30a

Please sign in to comment.