mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
38 lines
957 B
Plaintext
38 lines
957 B
Plaintext
# Contributor: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
|
# Maintainer: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
|
pkgname=evolution-tray
|
|
pkgver=3.0.1
|
|
pkgrel=1
|
|
pkgdesc="Evolution Email tray support plugin, using StatusNotifierItem"
|
|
url="https://github.com/gkatev/evolution-tray"
|
|
arch="all"
|
|
license="GPL-2.0-only"
|
|
makedepends="
|
|
cmake
|
|
evolution-dev
|
|
glib-dev
|
|
gtk+3.0-dev
|
|
libdbusmenu-glib-dev
|
|
meson
|
|
"
|
|
subpackages="$pkgname-lang"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/gkatev/evolution-tray/archive/refs/tags/v$pkgver.tar.gz"
|
|
|
|
build() {
|
|
abuild-meson -Dinstall-schemas=true \
|
|
output .
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
677639ecf05bf73cbbca0c31a45764aaed11347c277b241389cc3891eafe3482ab83d8bc196fad260f2cc67e85df20b991fc7ba95a39d5432e32fb33af7a7ccd evolution-tray-3.0.1.tar.gz
|
|
"
|