mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
|
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
|
pkgname=polari
|
|
pkgver=43.0
|
|
pkgrel=1
|
|
pkgdesc="Polari is a simple IRC Client that is designed to integrate seamlessly with GNOME 3"
|
|
url="https://wiki.gnome.org/Apps/Polari"
|
|
arch="all !armhf !s390x" # limited by gjs
|
|
license="GPL-2.0-or-later"
|
|
depends="
|
|
telepathy-logger
|
|
telepathy-idle
|
|
telepathy-mission-control
|
|
libadwaita
|
|
libsecret
|
|
libsoup3
|
|
"
|
|
makedepends="
|
|
desktop-file-utils
|
|
gjs-dev
|
|
gobject-introspection-dev
|
|
gtk+3.0-dev
|
|
itstool
|
|
meson
|
|
telepathy-glib-dev
|
|
"
|
|
checkdepends="appstream-glib"
|
|
subpackages="$pkgname-lang $pkgname-doc"
|
|
source="https://download.gnome.org/sources/polari/${pkgver%.*}/polari-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
abuild-meson -Db_lto=true . output
|
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --no-rebuild --print-errorlogs -C output
|
|
LD_LIBRARY_PATH="$PWD/output/src" \
|
|
meson devenv -C output polari --version # check for runtime dependencies
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
ff1d96f7e464043616760f378136c3dfb1b5fc3fce3d24fe067540ce0a306d76027681f085ad0030959a6b1653d9f0291e108457305c16849936ab25861fe285 polari-43.0.tar.xz
|
|
"
|