qt5-nemo-qml-plugin-configuration
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-nemo-qml-plugin-configuration
5
pkgver=0.2.10
6
pkgrel=1
7
pkgdesc="Configuration plugin for Nemo Mobile (Qt5 version)"
8
arch=('x86_64')
9
url="https://github.com/sailfishos/nemo-qml-plugin-configuration"
10
license=('BSD-3-Clause')
11
depends=('qt5-mlite' 'qt5-declarative')
12
makedepends=('git')
13
source=("git+https://github.com/sailfishos/nemo-qml-plugin-configuration.git#tag=$pkgver")
14
sha512sums=('a485793282b8f50b284e347a02b0ffbab42210573bd1bb61b68d0146d7e7277447bd74b311835a2633d2e98a6f8ead823c7d8330eb5318837b2280840609fda3')
15
16
build() {
17
cd nemo-qml-plugin-configuration
18
qmake-qt5
19
make
20
}
21
22
package() {
23
cd nemo-qml-plugin-configuration
24
make INSTALL_ROOT="$pkgdir" install
25
install -Dm644 LICENSE.BSD -t "$pkgdir"/usr/share/licenses/$pkgname/
26
}
27
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 14:00:22 | Low | 1 |