Skip to content

Commit

Permalink
kirigami-addons added
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed May 17, 2024
1 parent 23fb30a commit a47deb5
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 6 deletions.
6 changes: 3 additions & 3 deletions kde/extra/kdeplasma-addons/ympbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
name='kdeplasma-addons'
release='1'
version='5.27.9'
release='2'
version='6.0.0'
url='https://kde.org/plasma-desktop'
description=''
email='aliriza.keskin@pardus.org.tr'
Expand All @@ -10,7 +10,7 @@ license=('GPLv3')
source=("https://download.kde.org/stable/plasma/$version/kdeplasma-addons-$version.tar.xz")
depends=(plasma-workspace kunitconversion)
makedepends=()
md5sums=('70c298db54203e935c48e91590180d47')
sha256sums=('bd0d590664464c886fe14447be38c161a927b70fb6c9ce28a7090f9090260cf7')
group=(kde.extra)
uses=()
arch=('x86_64')
Expand Down
34 changes: 34 additions & 0 deletions kde/plasma/kirigami-addons/ympbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env bash
name='kirigami-addons'
release='1'
version='1.1.0'
url='https://invent.kde.org/libraries/kirigami-addons'
description='Add-ons for the Kirigami framework'
email='brkt8khn@gmail.com'
maintainer='brkt8khn'
license=('LGPL')
source=("https://download.kde.org/stable/kirigami-addons/kirigami-addons-$version.tar.xz")
depends=(kirigami qt6-multimedia)
makedepends=(extra-cmake-modules ki18n)
sha256sums=('8ef352499139616b3142a6d7a92ab23749c568403ece8d854f064a941d085536')
group=(kde.plasma)
uses=()
arch=('x86_64')

cd $name-$version

setup () {
cmake -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_QCH=ON
}

build () {
cmake --build build
}

package () {
INSTALL_ROOT="$DESTDIR" cmake --install build
}

6 changes: 3 additions & 3 deletions kde/plasma/systemsettings/ympbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
name='systemsettings'
release='1'
version='5.27.9'
release='2'
version='6.0.0'
url='https://kde.org/plasma-desktop'
description='KDE system manager for hardware, software, and workspaces'
email='aliriza.keskin@pardus.org.tr'
Expand All @@ -10,7 +10,7 @@ license=('GPLv3')
source=("https://download.kde.org/stable/plasma/$version/systemsettings-$version.tar.xz")
depends=(plasma-workspace)
makedepends=(extra-cmake-modules kdoctools)
md5sums=('4648e981691f9fff7bd9ee3409b42b25')
sha256sums=('561f9013ba07071c0add777858ec85d40a8dddfcc83a10f5f04b2ce1016666bc')
group=(kde.plasma)
uses=()
arch=('x86_64')
Expand Down

0 comments on commit a47deb5

Please sign in to comment.