qt5-quickcontrols-nemo

LOW
maintainer andreas_baumann 0 votes scanned 2026-09-05 14:00:22.289320
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: Andreas Baumann <mail@andreasbaumann.cc>
2# Contributor: Felix Yan <felixonmars@archlinux.org>
3
4pkgname=qt5-quickcontrols-nemo
5pkgver=5.7.7
6pkgrel=2
7pkgdesc="QML components for Nemomobile, based on QtQuickControls"
8arch=('x86_64')
9url="https://github.com/nemomobile-ux/qtquickcontrols-nemo"
10license=('LGPL' 'Apache')
11depends=('qt5-nemo-qml-plugin-configuration'
12 'nemo-theme-glacier' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-virtualkeyboard')
13makedepends=('cmake' 'git')
14source=("git+https://github.com/nemomobile-ux/qtquickcontrols-nemo.git#tag=$pkgver")
15sha512sums=('51032dbb7d37284605df6e1e2c2a11e4132fdf53c69724c50bf8212e0b9e3b8ca7ff3a04b24f53869f659d3cbba6abdbee06efe2a1e3b2234222dd22e84a1b6b')
16
17prepare() {
18 cd qtquickcontrols-nemo
19
20 # Remove a stale slot declaration that breaks moc-generated code:
21 # https://github.com/nemomobile-ux/qtquickcontrols-nemo/commit/01280d8c38a06cc7d27a1d10861f80a7d638ceb4
22 git cherry-pick -n 01280d8c38a06cc7d27a1d10861f80a7d638ceb4
23}
24
25build() {
26 cd qtquickcontrols-nemo
27 cmake . -DCMAKE_INSTALL_PREFIX=/usr
28 make
29}
30
31package() {
32 cd qtquickcontrols-nemo
33 make DESTDIR="$pkgdir" install
34}
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 14:00:22 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