mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
49 lines
1.1 KiB
Plaintext
49 lines
1.1 KiB
Plaintext
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
|
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
|
|
pkgname=gnome-weather
|
|
pkgver=44.0
|
|
pkgrel=0
|
|
pkgdesc="GNOME Weather application"
|
|
url="https://wiki.gnome.org/Apps/Weather"
|
|
# armhf and s390x and riscv64 blocked by gjs
|
|
arch="noarch !armhf !s390x !riscv64"
|
|
license="GPL-2.0-only"
|
|
depends="
|
|
geoclue
|
|
gjs
|
|
gobject-introspection
|
|
gtk4.0
|
|
libadwaita
|
|
libgweather4
|
|
"
|
|
makedepends="
|
|
geoclue-dev
|
|
gjs-dev
|
|
glib-dev
|
|
gobject-introspection-dev
|
|
gtk4.0-dev
|
|
libadwaita-dev
|
|
libgweather4-dev
|
|
meson
|
|
"
|
|
checkdepends="appstream-glib desktop-file-utils"
|
|
subpackages="$pkgname-lang"
|
|
source="https://download.gnome.org/sources/gnome-weather/${pkgver%.*}/gnome-weather-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --no-rebuild --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
56f4eb716793c047b438c6f5839bc60bae478b6f407bf067c4df51be35a96b31d9d98b33faf7f6e52606b22827f0da72289558da89c2746ee6e2fad6d3332e05 gnome-weather-44.0.tar.xz
|
|
"
|