aports/community/kcharselect/APKBUILD
2025-04-24 20:45:31 +02:00

44 lines
1.2 KiB
Text

# Contributor: Bart Ribbers <bribbers@disroot.org>
# The group tag is just to easily find this APKBUILD by some scripts for automation
# group=kde-applications
maintainer="team/kde <bribbers@disroot.org>"
pkgname=kcharselect
pkgver=25.04.0
pkgrel=0
# armhf blocked by extra-cmake-modules
arch="all !armhf"
url="https://kde.org/applications/utilities/org.kde.kcharselect"
pkgdesc="A tool to select special characters from all installed fonts and copy them into the clipboard"
license="GPL-2.0-or-later"
makedepends="
extra-cmake-modules
kbookmarks-dev
kcrash-dev
kdoctools-dev
ki18n-dev
kwidgetsaddons-dev
kxmlgui-dev
qt6-qtbase-dev
samurai
"
subpackages="$pkgname-doc $pkgname-lang"
_repo_url="https://invent.kde.org/utilities/kcharselect.git"
source="https://download.kde.org/stable/release-service/$pkgver/src/kcharselect-$pkgver.tar.xz"
options="!check" # No tests
build() {
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
cmake --build build
}
package() {
DESTDIR="$pkgdir" cmake --install build
}
sha512sums="
613561bf860cb68d52722db056e5ddfba036477c23b381d46e4f05ea587464cf2927a8e50a1e98ad35de79a5e06a7009df7d18ce91b709c2238b7efcd1417a96 kcharselect-25.04.0.tar.xz
"