qt5-quickcontrols-nemo
LOW
maintainer andreas_baumann
0 votes
scanned 2026-09-05 14:00:22.289320
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
4
pkgname=qt5-quickcontrols-nemo
5
pkgver=5.7.7
6
pkgrel=2
7
pkgdesc="QML components for Nemomobile, based on QtQuickControls"
8
arch=('x86_64')
9
url="https://github.com/nemomobile-ux/qtquickcontrols-nemo"
10
license=('LGPL' 'Apache')
11
depends=('qt5-nemo-qml-plugin-configuration'
12
'nemo-theme-glacier' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-virtualkeyboard')
13
makedepends=('cmake' 'git')
14
source=("git+https://github.com/nemomobile-ux/qtquickcontrols-nemo.git#tag=$pkgver")
15
sha512sums=('51032dbb7d37284605df6e1e2c2a11e4132fdf53c69724c50bf8212e0b9e3b8ca7ff3a04b24f53869f659d3cbba6abdbee06efe2a1e3b2234222dd22e84a1b6b')
16
17
prepare() {
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
25
build() {
26
cd qtquickcontrols-nemo
27
cmake . -DCMAKE_INSTALL_PREFIX=/usr
28
make
29
}
30
31
package() {
32
cd qtquickcontrols-nemo
33
make DESTDIR="$pkgdir" install
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 14:00:22 | Low | 1 |