Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / gmic


Commits:
519fc14b by Antonio Rojas at 2023-11-02T09:14:21+01:00
upgpkg: 3.3.1-2: Install gmic.cpp file, it is called by the include file

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
 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)
@@ -85,6 +85,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
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gmic/-/commit/519fc14b014a939e68225ceff1310ecfb6825636

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gmic/-/commit/519fc14b014a939e68225ceff1310ecfb6825636
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to