mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/gmic to 2.2.3-1
This commit is contained in:
parent
e17efe425a
commit
3ef06965af
1 changed files with 7 additions and 8 deletions
|
@ -11,23 +11,22 @@ highmem=1
|
|||
|
||||
pkgbase=gmic
|
||||
pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
|
||||
pkgver=2.2.2
|
||||
_commit=26c271d8a721447f24f118c9d0236a02118d0009
|
||||
pkgrel=2
|
||||
pkgver=2.2.3
|
||||
_commit=34f7e483a819dd2af4f772d0f748928119f22f6d
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url="http://gmic.eu/"
|
||||
license=(custom:CeCILL)
|
||||
makedepends=(gimp qt5-base fftw openexr opencv git)
|
||||
source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz"
|
||||
git://github.com/dtschump/gmic-community.git#commit=$_commit
|
||||
git://github.com/c-koi/zart.git#commit=$_commit
|
||||
gmic-qt-v.$pkgver.tar.gz::"https://github.com/c-koi/gmic-qt/archive/v.$pkgver.tar.gz")
|
||||
sha256sums=('cce23f791c7c9f4a09ef00c4b696b29fe2ee55725cc03e9273c3da52bd900e7f'
|
||||
sha256sums=('366e348ebfa85354e99b19eecf2e6b10d445901132eb73c84b18fb23af23f0e8'
|
||||
'SKIP'
|
||||
'13bb8e3207af1e6aac0b3c2694e8bb212bb14e574c5fa9d6d2899966d1ee835f')
|
||||
'72a6ad1f1acb15f4d9417c9cd16615160d04f764aaa2b0206fa6c80587fb91af')
|
||||
|
||||
prepare() {
|
||||
mv gmic-$pkgver gmic
|
||||
mv gmic-community/zart zart
|
||||
mv gmic-qt-v.$pkgver gmic-qt
|
||||
|
||||
sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' -i gmic/src/Makefile
|
||||
|
@ -50,7 +49,7 @@ package_gmic() {
|
|||
cd gmic/src
|
||||
make DESTDIR="$pkgdir" install
|
||||
install -Dm644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
rm -rf "$pkgdir"/usr/{bin/zart,lib/gimp,share/zart,bin/gmic_krita_qt}
|
||||
rm -r "$pkgdir"/usr/{bin/zart,lib/gimp,bin/gmic_krita_qt}
|
||||
}
|
||||
|
||||
package_zart() {
|
||||
|
|
Loading…
Reference in a new issue