Skip to content
Snippets Groups Projects
Commit b3698b95 authored by Balló György's avatar Balló György :flag_hu:
Browse files

Update to new version, add missing dependency on libzip (FS#69691)

parent 1d5405d0
No related branches found
No related tags found
No related merge requests found
......@@ -3,33 +3,30 @@
# Contributor: archtux <antonio.arias99999 at gmail.com>
pkgname=converseen
pkgver=0.9.8.1
pkgrel=5
pkgver=0.9.9.0
pkgrel=1
pkgdesc="Batch image converter and resizer"
arch=('x86_64')
url="http://converseen.fasterland.net/"
license=('GPL3')
depends=('djvulibre' 'ghostscript' 'hicolor-icon-theme' 'libheif' 'imagemagick' 'libraw' 'librsvg'
'libwebp' 'libwmf' 'openexr' 'qt5-base')
'libwebp' 'libwmf' 'libzip' 'openexr' 'qt5-base')
makedepends=('cmake' 'qt5-tools')
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
sha256sums=('43621963aceb1f68ca961417cd45d5bc64ba911efb02bae7ceb1e09974d70b9d')
sha256sums=('f3812bfe2768463a2aa5eea98cce665a1cff7d543a0915ff3a836c837f2867c6')
prepare() {
mkdir build
cd $pkgname
cd $pkgname-$pkgver
convert res/converseen.png +set date:create +set date:modify -resize 256x256 -alpha on res/converseen.png
sed -i 's|/share/pixmaps|/share/icons/hicolor/256x256/apps|' CMakeLists.txt
}
build() {
cd build
cmake ../$pkgname \
-DCMAKE_INSTALL_PREFIX=/usr
make
cmake -B build -S $pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr
cmake --build build
}
package() {
cd build
make DESTDIR="$pkgdir" install
DESTDIR="$pkgdir" cmake --install build
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment