qt5-mlite

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-mlite
5pkgver=0.5.5
6pkgrel=1
7pkgdesc="Useful classes originating from MeeGo Touch (Qt5 version)"
8arch=('x86_64')
9url="https://github.com/sailfishos/mlite"
10license=('LGPL')
11depends=('qt5-base' 'dconf')
12makedepends=('git' 'qt5-tools')
13source=("git+https://github.com/sailfishos/mlite.git#tag=$pkgver")
14sha512sums=('291272df7ce28018e7785426b7c1eaa99e3a67ada4d9a3c1da8846b51330a48d27fec924911596bf0209b2cf26443a02cf2138561bf98ebe97b3c480ba8bd561')
15
16prepare() {
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
24build() {
25 cd mlite
26 qmake-qt5
27 make
28}
29
30package() {
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)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