Skip to content
Snippets Groups Projects
Commit 0a8f8842 authored by alice's avatar alice
Browse files

community/ayatana-indicator-keyboard: build with samurai

parent 265296dc
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname=ayatana-indicator-keyboard
pkgver=22.9.0
pkgrel=0
pkgrel=1
pkgdesc="Ayatana Indicator Keyboard Applet"
url="https://github.com/AyatanaIndicators/ayatana-indicator-keyboard"
arch="all !s390x !riscv64" # blocked by accountsservice-dev
......@@ -17,6 +17,7 @@ makedepends="
libx11-dev
libxkbcommon-dev
libxklavier-dev
samurai
"
subpackages="$pkgname-dev $pkgname-lang"
source="https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/archive/$pkgver/ayatana-indicator-keyboard-$pkgver.tar.gz"
......@@ -25,7 +26,7 @@ build() {
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake -B build \
cmake -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
......
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