summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClangPan2024-09-06 17:51:26 +0200
committerClangPan2024-09-06 17:51:26 +0200
commitcdb996b86489b5d5c03c6111ee2e223cfeaef5ea (patch)
tree3f6dfe954a0aa70020ce746ae081b6423ba96f55
parenta26de4c6f988063ba0b4c6ff059eb0024b13067b (diff)
downloadaur-cdb996b86489b5d5c03c6111ee2e223cfeaef5ea.tar.gz
Re-added the -DPACKAGE_DEB=ON temporarily, as the folder detection is scuffed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d55537008494..b58c02f001dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = tacentview-git
makedepends = cmake
makedepends = git
makedepends = ninja
- depends = gcc-libs
+ depends = clang
depends = hicolor-icon-theme
depends = libx11
depends = libxcb
diff --git a/PKGBUILD b/PKGBUILD
index 74cf557d4027..a40b863beabc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=tacentview
pkgname=${_pkgname}-git
pkgver=1.0.45.7.ga863c4b
-pkgrel=1
+pkgrel=2
pkgdesc="An image and texture viewer for tga, png, apng, exr, dds, ktx, ktx2, astc, pkm, qoi, gif, hdr, jpg, tif, ico, webp, and bmp files. Uses Dear ImGui, OpenGL and Tacent."
arch=('any')
url="https://github.com/bluescan/${_pkgname}"
@@ -28,6 +28,7 @@ prepare() {
cmake -S "${_pkgname}" -B build \
-DCMAKE_BUILD_TYPE=Release \
-DFETCHCONTENT_QUIET=OFF \
+ -DPACKAGE_DEB=ON \
-GNinja
}