mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/gmic to 3.3.1-2
This commit is contained in:
parent
e74b549776
commit
5bd64d717e
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = gmic
|
pkgbase = gmic
|
||||||
pkgver = 3.3.1
|
pkgver = 3.3.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://gmic.eu/
|
url = https://gmic.eu/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom:CeCILL
|
license = custom:CeCILL
|
||||||
|
|
|
@ -12,7 +12,7 @@ highmem=1
|
||||||
pkgbase=gmic
|
pkgbase=gmic
|
||||||
pkgname=(gmic gimp-plugin-gmic)
|
pkgname=(gmic gimp-plugin-gmic)
|
||||||
pkgver=3.3.1
|
pkgver=3.3.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://gmic.eu/'
|
url='https://gmic.eu/'
|
||||||
license=(custom:CeCILL)
|
license=(custom:CeCILL)
|
||||||
|
@ -92,6 +92,8 @@ package_gmic() {
|
||||||
|
|
||||||
DESTDIR="$pkgdir" cmake --install build
|
DESTDIR="$pkgdir" cmake --install build
|
||||||
install -Dm644 gmic-$pkgver/COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
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
|
DESTDIR="$pkgdir" cmake --install build-qt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue