linux-iprojection
maintainer j0x
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a source tarball hosted on the project's own GitHub releases, which is normal for AUR packages; the low vote count and recent upload are noted but do not indicate active danger.
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.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a source tarball hosted on the project's own GitHub releases, which is normal for AUR packages; the low vote count and recent upload are noted but do not indicate active danger.
PKGBUILD
1
pkgname=linux-iprojection
2
pkgver=1.1.0
3
_srcver=1.1.0
4
pkgrel=1
5
pkgdesc="Native Linux control & casting app for Epson projectors"
6
arch=('any')
7
url="https://github.com/John-Varghese-EH/Linux-iProjection"
8
license=('AGPL3')
9
depends=('python' 'python-gobject' 'python-zeroconf' 'gtk4' 'libadwaita')
10
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
11
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/$pkgname-$_srcver.tar.gz")
12
sha256sums=('SKIP')
13
14
build() {
15
cd "$srcdir/$pkgname-$_srcver"
16
python -m build --wheel --no-isolation
17
}
18
19
package() {
20
cd "$srcdir/$pkgname-$_srcver"
21
python -m installer --destdir="$pkgdir" dist/*.whl
22
23
# Install desktop file and icon
24
install -Dm644 data/dev.linux_iprojection.LinuxIProjection.desktop "$pkgdir/usr/share/applications/dev.linux_iprojection.LinuxIProjection.desktop"
25
install -Dm644 data/icons/hicolor/scalable/apps/dev.linux_iprojection.LinuxIProjection.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/dev.linux_iprojection.LinuxIProjection.svg"
26
install -Dm644 data/dev.linux_iprojection.LinuxIProjection.metainfo.xml "$pkgdir/usr/share/metainfo/dev.linux_iprojection.LinuxIProjection.metainfo.xml"
27
install -Dm644 data/linux_iprojection.gresource "$pkgdir/usr/share/linux-iprojection/linux_iprojection.gresource"
28
}
29
Changes since previous scan
--- PKGBUILD @ 2026-07-24 00:02+++ PKGBUILD @ 2026-08-03 00:08@@ -1,5 +1,6 @@ pkgname=linux-iprojection-pkgver=0.1.0+pkgver=1.1.0+_srcver=1.1.0 pkgrel=1 pkgdesc="Native Linux control & casting app for Epson projectors" arch=('any')@@ -7,16 +8,16 @@ license=('AGPL3') depends=('python' 'python-gobject' 'python-zeroconf' 'gtk4' 'libadwaita') makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')-source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")+source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/$pkgname-$_srcver.tar.gz") sha256sums=('SKIP') build() {- cd "$srcdir/$pkgname-$pkgver"+ cd "$srcdir/$pkgname-$_srcver" python -m build --wheel --no-isolation } package() {- cd "$srcdir/$pkgname-$pkgver"+ cd "$srcdir/$pkgname-$_srcver" python -m installer --destdir="$pkgdir" dist/*.whl # Install desktop file and iconScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 15:27:57 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 07:20:00 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 19:17:41 | LOW | 2 |