clockenstein

LOW
maintainer yochananmarqos 0 votes scanned 2026-09-04 19:58:38.529168
View on AUR
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>
2pkgname=clockenstein
3pkgver=1.0.0
4pkgrel=1
5pkgdesc="Calendar application with local, Google and CalDAV support"
6arch=('any')
7url="https://github.com/xapp-project/clockenstein"
8license=('GPL-3.0-or-later')
9depends=(
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)
25makedepends=(
26 'git'
27 'meson'
28)
29checkdepends=('desktop-file-utils')
30source=("git+https://github.com/xapp-project/clockenstein.git#tag=$pkgver")
31sha256sums=('b8e61eb55cab32261b865e588560de0450b8f18d3f1ef904f79aa71558693df7')
32
33build() {
34 arch-meson "$pkgname" build
35 meson compile -C build
36}
37
38check() {
39 meson test -C build --no-rebuild --print-errorlogs
40
41 desktop-file-validate build/data/org.x.clockenstein.Calendar.desktop
42}
43
44package() {
45 meson install -C build --no-rebuild --destdir "$pkgdir"
46}
47

Scan history

Scanned at (UTC)SeverityRules
2026-09-04 19:58:38 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion