wg-dice-overlay-bin

LOW
maintainer jmb0507 0 votes scanned 2026-09-25 21:13:17.793975
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: boujuan <https://github.com/boujuan>
2
3pkgname=wg-dice-overlay-bin
4_pkgname=wg-dice-overlay
5pkgver=1.1.6
6pkgrel=1
7pkgdesc="Transparent 3D dice overlay with real physics for Warhammer 40.000: Wrath & Glory"
8arch=('x86_64')
9url="https://github.com/boujuan/wg-dice-overlay"
10license=('MIT')
11depends=(
12 'alsa-lib'
13 'at-spi2-core'
14 'cairo'
15 'dbus'
16 'expat'
17 'glib2'
18 'gtk3'
19 'libcups'
20 'libdrm'
21 'libnotify'
22 'libx11'
23 'libxcb'
24 'libxcomposite'
25 'libxdamage'
26 'libxext'
27 'libxfixes'
28 'libxkbcommon'
29 'libxrandr'
30 'mesa'
31 'nspr'
32 'nss'
33 'pango'
34)
35optdepends=(
36 'vulkan-radeon: RADV Vulkan support for AMD GPU'
37 'vulkan-intel: Vulkan support for Intel GPU'
38 'nvidia-utils: Vulkan support for NVIDIA GPU'
39)
40provides=("${_pkgname}")
41conflicts=("${_pkgname}")
42source=(
43 "${_pkgname}-${pkgver}.tar.gz::https://github.com/boujuan/wg-dice-overlay/releases/download/v${pkgver}/WG-Dice-Overlay-${pkgver}-linux-x64.tar.gz"
44 "${_pkgname}.desktop"
45 "icon.png"
46 "LICENSE"
47)
48sha256sums=(
49 'a7e355ef77f14c78fdeb18352bbbf85f0ec4ce6d58a25087d75e0b23e78f5aaf'
50 '5039adc5d0f0f7f72bb446a9b23ff8042e1742dd971a1fd0220eb5f12de158ca'
51 '3cc7a138de4d38f162cfde22bc6c8bbfad4c27b5fefbf950692d83daecf0da12'
52 '81369e3a9ecb260645a1fa5b395ce183784580d7963bfc61a229d047cdc204bd'
53)
54
55package() {
56 # Install application directory
57 install -dm755 "${pkgdir}/opt/${_pkgname}"
58 cp -a "${srcdir}/linux-unpacked/." "${pkgdir}/opt/${_pkgname}/"
59
60 # Ensure binary is executable
61 chmod 755 "${pkgdir}/opt/${_pkgname}/${_pkgname}"
62 chmod 4755 "${pkgdir}/opt/${_pkgname}/chrome-sandbox" 2>/dev/null || true
63
64 # Symlink to /usr/bin
65 install -dm755 "${pkgdir}/usr/bin"
66 ln -sf "/opt/${_pkgname}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
67
68 # Desktop file
69 install -Dm644 "${srcdir}/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
70
71 # App icon
72 install -Dm644 "${srcdir}/icon.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/${_pkgname}.png"
73
74 # License
75 install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
76}
77

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 21:13:17 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