linux-explorer

LOW
maintainer actuallyaridan 0 votes scanned 2026-09-14 21:18:01.325770
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: actuallyaridan <https://github.com/actuallyaridan>
2#
3# This is the source of truth for the AUR package. On release,
4# .github/workflows/release.yml injects the real pkgver and sha256sums,
5# generates .SRCINFO, and pushes both to the AUR. The two values below are
6# placeholders; everything else is used verbatim.
7
8pkgname=linux-explorer
9pkgver=1.0
10pkgrel=1
11pkgdesc="A faithful recreation of Windows 7's Explorer"
12arch=('x86_64')
13url="https://github.com/actuallyaridan/linux-explorer"
14license=('GPL-3.0-only')
15depends=('qt6-base' 'qt6-multimedia' 'kio' 'kcoreaddons' 'kconfig'
16 'kwidgetsaddons' 'kwindowsystem' 'solid' 'libaero-qt')
17optdepends=('kio-extras: real search, and archives that open as folders'
18 'kio-admin: Open as Administrator'
19 'ark: Send to Compressed (zipped) folder'
20 'ffmpegthumbs: thumbnails for video'
21 'kdegraphics-thumbnailers: thumbnails for PDF and RAW'
22 'kdenetwork-filesharing: Samba browsing behind Map network drive')
23makedepends=('cmake' 'ninja')
24source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
25sha256sums=('7dd6aaf162d17192d84a0183896a590fbc8533bf68cae4a1820110ce63356337')
26
27build() {
28 cmake -S "$pkgname-$pkgver" -B build \
29 -G Ninja \
30 -DCMAKE_BUILD_TYPE=Release \
31 -DCMAKE_INSTALL_PREFIX=/usr
32 cmake --build build
33}
34
35package() {
36 DESTDIR="$pkgdir" cmake --install build
37 install -Dm644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-09-14 21:18:01 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