Skip to content
Snippets Groups Projects
Commit 2d1564cf authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/ruqola: upgrade to 2.1.1

parent 0fe36e2d
No related branches found
No related tags found
1 merge request!62279community/ruqola: upgrade to 2.1.1
Pipeline #219494 skipped
...@@ -4,39 +4,42 @@ ...@@ -4,39 +4,42 @@
# The group tag is just to easily find this APKBUILD by some scripts for automation # The group tag is just to easily find this APKBUILD by some scripts for automation
# group=kde-other # group=kde-other
pkgname=ruqola pkgname=ruqola
pkgver=2.1.0 pkgver=2.1.1
pkgrel=0 pkgrel=0
pkgdesc="A Qt client for Rocket Chat" pkgdesc="A Qt client for Rocket Chat"
url="https://invent.kde.org/network/ruqola" url="https://invent.kde.org/network/ruqola"
# armhf blocked by qt5-qtdeclarative-dev # armhf blocked by qt5-qtdeclarative-dev
arch="all !armhf" # ppc64le, riscv64 and s390x blocked by qt6-qtwebengine -> purpose
arch="all !armhf !ppc64le !riscv64 !s390x"
license="GPL-2.0-only OR GPL-3.0-only" license="GPL-2.0-only OR GPL-3.0-only"
makedepends=" makedepends="
extra-cmake-modules extra-cmake-modules
kconfig5-dev kconfig-dev
kcoreaddons5-dev kcoreaddons-dev
kcrash5-dev kcrash-dev
kdbusaddons5-dev kdbusaddons-dev
kdoctools5-dev kdoctools-dev
ki18n5-dev ki18n-dev
kidletime5-dev kidletime-dev
kio5-dev kio-dev
knotifications5-dev knotifications-dev
knotifyconfig5-dev knotifyconfig-dev
kstatusnotifieritem-dev
ktextaddons-dev ktextaddons-dev
ktextwidgets5-dev ktextwidgets-dev
kuserfeedback-dev kuserfeedback-dev
kxmlgui5-dev kxmlgui-dev
libsecret-dev libsecret-dev
prison5-dev prison-dev
qt5-qtbase-dev purpose-dev
qt6-qtbase-dev
qtkeychain-dev qtkeychain-dev
qt5-qtmultimedia-dev qt6-qtmultimedia-dev
qt5-qtnetworkauth-dev qt6-qtnetworkauth-dev
qt5-qtwebsockets-dev qt6-qtwebsockets-dev
samurai samurai
sonnet5-dev sonnet-dev
syntax-highlighting5-dev syntax-highlighting-dev
" "
checkdepends="xvfb-run" checkdepends="xvfb-run"
_repo_url="https://invent.kde.org/network/ruqola.git" _repo_url="https://invent.kde.org/network/ruqola.git"
...@@ -44,6 +47,7 @@ source="https://download.kde.org/stable/ruqola/ruqola-$pkgver.tar.xz" ...@@ -44,6 +47,7 @@ source="https://download.kde.org/stable/ruqola/ruqola-$pkgver.tar.xz"
build() { build() {
cmake -B build -G Ninja \ cmake -B build -G Ninja \
-DBUILD_WITH_QT6=ON \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_LIBDIR=lib
...@@ -76,5 +80,5 @@ package() { ...@@ -76,5 +80,5 @@ package() {
} }
sha512sums=" sha512sums="
523e43ee3a509f50dc330328b97d1e3fa6093ea62bcefdd5b97851e4cc2dda95d0d8fcf9379cdede13cfd4bd3f9f98dfb3b0e159b54a238b469bd19566260356 ruqola-2.1.0.tar.xz f968c946673fdbbcbc329088daf98b226213e9a9a3c7c8575f77a75e277a5490ac796dfa53aea5f8d8eb4c010f4ce5d1d047116ab15d850388280031d64c937e ruqola-2.1.1.tar.xz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment