blob: ecf12141cb820d8e48c8728416ab96856a004002 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Contributor: Paper <paper@tilde.institute>
# Maintainer: Paper <paper@tilde.institute>
pkgname=confy
pkgver=0.6.4
pkgrel=1
pkgdesc="Conferences schedule viewer for GNOME"
url="https://confy.kirgroup.net/"
license="GPL-3.0-or-later"
arch="noarch !s390x !riscv64" # blocked by libhandy1
depends="
gtk+3.0
py3-gobject3
py3-icalendar
libhandy1
libnotify
"
makedepends="
gettext-dev
glib-dev
meson
"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~fabrixxm/confy/archive/$pkgver.tar.gz"
options="!check" # no tests
subpackages="$pkgname-lang"
build() {
abuild-meson . output
meson compile -C output
}
package() {
DESTDIR="$pkgdir" meson install -C output
}
sha512sums="
939754a45f8964567a43a19fbe35d2531b13ff54bd3d6f489e8937667289e4bf20d674d919709befdb3db5d05ac1a6b1c1deea60c9b083e97c79fe4ad0b5747e confy-0.6.4.tar.gz
"
|