mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Update to v4.0
This commit is contained in:
parent
7a8e3b5748
commit
e43d02ea9b
2 changed files with 11 additions and 9 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = previewqt
|
||||
pkgdesc = Simple application for previewing all kinds of files, from images to videos, from documents to archives.
|
||||
pkgver = 3.0
|
||||
pkgrel = 2
|
||||
pkgver = 4.0
|
||||
pkgrel = 1
|
||||
url = http://previewqt.org/
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
|
@ -19,9 +19,11 @@ pkgbase = previewqt
|
|||
depends = libarchive
|
||||
depends = kimageformats
|
||||
depends = resvg
|
||||
depends = qt6-webview
|
||||
depends = syntax-highlighting
|
||||
optdepends = libqpsd-git: PSB/PSD support
|
||||
optdepends = xcftools: XCF support
|
||||
source = https://previewqt.org/downloads/source/previewqt-3.0.tar.gz
|
||||
sha256sums = a3f7f13fad68035d6ef7766d2f1d8df680c35ee415d3aace3ef19f7ae7cfd2be
|
||||
source = https://previewqt.org/downloads/source/previewqt-4.0.tar.gz
|
||||
sha256sums = 7051942c1f2f08cc870fe78f3fd1c4d03baff44a3684e30f3f6b4ab4c044e456
|
||||
|
||||
pkgname = previewqt
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,18 +1,18 @@
|
|||
# Maintainer: Lukas Spies <lukas (at) previewqt _dot_ org>
|
||||
|
||||
pkgname=previewqt
|
||||
pkgver=3.0
|
||||
pkgrel=2
|
||||
pkgver=4.0
|
||||
pkgrel=1
|
||||
pkgdesc="Simple application for previewing all kinds of files, from images to videos, from documents to archives."
|
||||
arch=('x86_64')
|
||||
url="http://previewqt.org/"
|
||||
license=('GPL2')
|
||||
depends=('exiv2' 'imagemagick' 'qt6-imageformats' 'qt6-multimedia' 'qt6-svg' 'qt6-declarative' 'libraw' 'hicolor-icon-theme' 'libarchive' 'kimageformats' 'resvg')
|
||||
depends=('exiv2' 'imagemagick' 'qt6-imageformats' 'qt6-multimedia' 'qt6-svg' 'qt6-declarative' 'libraw' 'hicolor-icon-theme' 'libarchive' 'kimageformats' 'resvg' 'qt6-webview' 'syntax-highlighting')
|
||||
optdepends=('libqpsd-git: PSB/PSD support'
|
||||
'xcftools: XCF support')
|
||||
makedepends=('cmake' 'qt6-tools' 'extra-cmake-modules')
|
||||
source=(https://previewqt.org/downloads/source/$pkgname-$pkgver.tar.gz)
|
||||
sha256sums=('a3f7f13fad68035d6ef7766d2f1d8df680c35ee415d3aace3ef19f7ae7cfd2be')
|
||||
sha256sums=('7051942c1f2f08cc870fe78f3fd1c4d03baff44a3684e30f3f6b4ab4c044e456')
|
||||
|
||||
# NOTE
|
||||
# To use GraphicsMagick instead of ImageMagick replace it in the depends array above and change
|
||||
|
|
@ -24,7 +24,7 @@ sha256sums=('a3f7f13fad68035d6ef7766d2f1d8df680c35ee415d3aace3ef19f7ae7cfd2be')
|
|||
|
||||
prepare() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFREEIMAGE=OFF -DDEVIL=OFF -DPOPPLER=OFF -DQTPDF=ON -DIMAGEMAGICK=ON -DGRAPHICSMAGICK=OFF -DLIBVIPS=OFF -DVIDEO_MPV=OFF -DRESVG=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_PREVIEWQT_REMOTE=OFF
|
||||
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITH_FREEIMAGE=OFF -DWITH_DEVIL=OFF -DWITH_POPPLER=OFF -DWITH_QTPDF=ON -DWITH_IMAGEMAGICK=ON -DWITH_GRAPHICSMAGICK=OFF -DWITH_LIBVIPS=OFF -DWITH_VIDEO_MPV=OFF -DWITH_RESVG=ON -DWITH_EPUB=ON -DCMAKE_BUILD_TYPE=Release
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue