diff options
author | ClangPan | 2024-09-06 17:51:26 +0200 |
---|---|---|
committer | ClangPan | 2024-09-06 17:51:26 +0200 |
commit | cdb996b86489b5d5c03c6111ee2e223cfeaef5ea (patch) | |
tree | 3f6dfe954a0aa70020ce746ae081b6423ba96f55 | |
parent | a26de4c6f988063ba0b4c6ff059eb0024b13067b (diff) | |
download | aur-cdb996b86489b5d5c03c6111ee2e223cfeaef5ea.tar.gz |
Re-added the -DPACKAGE_DEB=ON temporarily, as the folder detection is scuffed
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -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 @@ -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 } |