clockenstein
LOW
maintainer yochananmarqos
0 votes
scanned 2026-09-04 19:58:38.529168
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
2
pkgname=clockenstein
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="Calendar application with local, Google and CalDAV support"
6
arch=('any')
7
url="https://github.com/xapp-project/clockenstein"
8
license=('GPL-3.0-or-later')
9
depends=(
10
'gnome-online-accounts'
11
'gsound'
12
'gtk3'
13
'libsecret'
14
'python-caldav'
15
'python-dbus'
16
'python-gobject'
17
'python-google-api-python-client'
18
'python-google-auth-httplib2'
19
'python-google-auth-oauthlib'
20
'python-icalendar'
21
'python-setproctitle'
22
'python-xapp'
23
'xapp'
24
)
25
makedepends=(
26
'git'
27
'meson'
28
)
29
checkdepends=('desktop-file-utils')
30
source=("git+https://github.com/xapp-project/clockenstein.git#tag=$pkgver")
31
sha256sums=('b8e61eb55cab32261b865e588560de0450b8f18d3f1ef904f79aa71558693df7')
32
33
build() {
34
arch-meson "$pkgname" build
35
meson compile -C build
36
}
37
38
check() {
39
meson test -C build --no-rebuild --print-errorlogs
40
41
desktop-file-validate build/data/org.x.clockenstein.Calendar.desktop
42
}
43
44
package() {
45
meson install -C build --no-rebuild --destdir "$pkgdir"
46
}
47
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-04 19:58:38 | Low | 1 |