extra/gmic to 3.3.1-2

This commit is contained in:
Kevin Mihelich 2023-11-02 12:52:34 +00:00
parent e74b549776
commit 5bd64d717e
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
pkgbase = gmic
pkgver = 3.3.1
pkgrel = 1
pkgrel = 2
url = https://gmic.eu/
arch = x86_64
license = custom:CeCILL

View file

@ -12,7 +12,7 @@ highmem=1
pkgbase=gmic
pkgname=(gmic gimp-plugin-gmic)
pkgver=3.3.1
pkgrel=1
pkgrel=2
arch=(x86_64)
url='https://gmic.eu/'
license=(custom:CeCILL)
@ -92,6 +92,8 @@ package_gmic() {
DESTDIR="$pkgdir" cmake --install build
install -Dm644 gmic-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
# .cpp is included by .h
install -Dm644 gmic-$pkgver/src/gmic.cpp -t "$pkgdir"/usr/include
DESTDIR="$pkgdir" cmake --install build-qt