qt5-mlite
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-mlite
5
pkgver=0.5.5
6
pkgrel=1
7
pkgdesc="Useful classes originating from MeeGo Touch (Qt5 version)"
8
arch=('x86_64')
9
url="https://github.com/sailfishos/mlite"
10
license=('LGPL')
11
depends=('qt5-base' 'dconf')
12
makedepends=('git' 'qt5-tools')
13
source=("git+https://github.com/sailfishos/mlite.git#tag=$pkgver")
14
sha512sums=('291272df7ce28018e7785426b7c1eaa99e3a67ada4d9a3c1da8846b51330a48d27fec924911596bf0209b2cf26443a02cf2138561bf98ebe97b3c480ba8bd561')
15
16
prepare() {
17
cd mlite
18
sed -i -e 's|/usr/libexec|/usr/lib|' \
19
tools/mliteremoteaction/mliteremoteaction.pro \
20
tools/mliteremoteaction/main.cpp \
21
src/mremoteaction.cpp
22
}
23
24
build() {
25
cd mlite
26
qmake-qt5
27
make
28
}
29
30
package() {
31
cd mlite
32
make INSTALL_ROOT="$pkgdir" install
33
34
# Remove tests
35
rm -r "$pkgdir/opt"
36
}
37
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 14:00:22 | Low | 1 |