Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
krita-plugin-gmic
Commits:
a6523c02 by Antonio Rojas at 2023-11-02T09:22:13+01:00
upgpkg: 3.2.4.1-5: Compile against system version of gmic
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = krita-plugin-gmic
pkgdesc = GMic plugin for Krita
pkgver = 3.2.4.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/amyspark/gmic
arch = x86_64
license = custom:CeCILL
@@ -18,10 +18,8 @@ pkgbase = krita-plugin-gmic
depends = zlib
source =
https://github.com/amyspark/gmic/releases/download/v3.2.4.1/gmic-3.2.4.1-patched.tar.xz
source =
https://github.com/amyspark/gmic/releases/download/v3.2.4.1/gmic-3.2.4.1-patched.tar.xz.asc
- source =
https://github.com/GreycLab/gmic/archive/v.3.3.1/gmic-src-3.3.1.tar.gz
validpgpkeys = 4894424D2412FEE5176732A3FC00108CFD9DBF1E
sha256sums =
06659fe05f7735827a93d637de2267512efb28bb0d55ce573495fecb59172604
sha256sums = SKIP
- sha256sums =
605d02df2888e159fa6bce7039bc048eeb4b942e92ccd9040c6286234cc27ad9
pkgname = krita-plugin-gmic
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=krita-plugin-gmic
pkgver=3.2.4.1
-pkgrel=4
+pkgrel=5
_gmicver=3.3.1
pkgdesc='GMic plugin for Krita'
arch=(x86_64)
@@ -19,16 +19,14 @@ depends=(fftw
zlib)
makedepends=(extra-cmake-modules
qt5-tools)
-source=(https://github.com/amyspark/gmic/releases/download/v$pkgver/gmic-$pkgver-patched.tar.xz{,.asc}
-
https://github.com/GreycLab/gmic/archive/v.$_gmicver/gmic-src-$_gmicver.tar.gz)
+source=(https://github.com/amyspark/gmic/releases/download/v$pkgver/gmic-$pkgver-patched.tar.xz{,.asc})
sha256sums=('06659fe05f7735827a93d637de2267512efb28bb0d55ce573495fecb59172604'
- 'SKIP'
- '605d02df2888e159fa6bce7039bc048eeb4b942e92ccd9040c6286234cc27ad9')
+ 'SKIP')
validpgpkeys=(4894424D2412FEE5176732A3FC00108CFD9DBF1E) #
https://github.com/amyspark.gpg
prepare() {
+# Remove bundled gmic, make sure to use system one
rm -r gmic-$pkgver-patched/src
- mv gmic-v.$_gmicver/src gmic-$pkgver-patched
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/krita-plugin-gmic/-/commit/a6523c02b5a37ac083ed7250de766a1a2a03dea6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/krita-plugin-gmic/-/commit/a6523c02b5a37ac083ed7250de766a1a2a03dea6
You're receiving this email because of your account on gitlab.archlinux.org.