summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-08-20 08:21:25 -0600
committerMark Wagie2021-08-20 08:21:25 -0600
commit14c8096de92c9b4b35cea8baddd83c5bb356a000 (patch)
tree2d6bf5bb438028fad3ce5350f1f3e60b3e34c228
parent2f5770074532bd0d941cc5948856372c86ea3ad2 (diff)
downloadaur-14c8096de92c9b4b35cea8baddd83c5bb356a000.tar.gz
use binary, not AppImage
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a2afda70830..8dba0247a226 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = vulkan-caps-viewer-x11-bin
pkgdesc = Vulkan Hardware Capability Viewer
pkgver = 3.02
- pkgrel = 1
+ pkgrel = 2
url = http://vulkan.gpuinfo.org/
arch = x86_64
license = GPL2
+ depends = vulkan-icd-loader
+ depends = qt5-x11extras
provides = vulkan-caps-viewer
conflicts = vulkan-caps-viewer
replaces = vulkan-caps-viewer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 07a027feb7ff..3b6dbd28575e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
# Co-Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=vulkan-caps-viewer-x11-bin
pkgver=3.02
-pkgrel=1
+pkgrel=2
pkgdesc="Vulkan Hardware Capability Viewer"
arch=('x86_64')
url="http://vulkan.gpuinfo.org/"
license=('GPL2')
+depends=('vulkan-icd-loader' 'qt5-x11extras')
provides=("${pkgname%-*-*}")
conflicts=("${pkgname%-*-*}")
replaces=("${pkgname%-*-*}-bin")
@@ -20,10 +21,8 @@ prepare() {
}
package() {
- install -Dm755 "vulkancapsviewer_${pkgver}_linux64.AppImage" \
- "$pkgdir"/usr/bin/vulkanCapsViewer
-
cd "$srcdir/squashfs-root"
+ install -Dm755 usr/bin/vulkanCapsViewer -t "$pkgdir/usr/bin"
install -Dm644 usr/share/applications/vulkanCapsViewer.desktop -t \
"$pkgdir/usr/share/applications"
install -Dm644 usr/share/icons/hicolor/256x256/apps/vulkanCapsViewer.png -t \