[arch-commits] Commit in cimg/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri May 28 15:28:58 UTC 2021
Date: Friday, May 28, 2021 @ 15:28:58
Author: felixonmars
Revision: 949932
archrelease: copy trunk to community-any
Added:
cimg/repos/community-any/PKGBUILD
(from rev 949931, cimg/trunk/PKGBUILD)
Deleted:
cimg/repos/community-any/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-28 15:28:41 UTC (rev 949931)
+++ PKGBUILD 2021-05-28 15:28:58 UTC (rev 949932)
@@ -1,22 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Diego Galizzi <dgalizzi at gmail dot com>
-# Contributor: zoulnix <http://goo.gl/HQaP>
-
-pkgname=cimg
-pkgver=2.9.4
-pkgrel=1
-pkgdesc="Open-source C++ toolkit for image processing"
-arch=('any')
-url="http://cimg.eu/"
-license=('custom')
-depends=('fftw' 'graphicsmagick')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver}.tar.gz")
-sha512sums=('2f254a3b97a90c12768bd9fd47907ca74b3e556e4f253ba85fc031c967e889a3853a0e9bdbe19d9eca9e4c9df2ec0d86a737320c06d4bdf580c5ed39cc725c3d')
-
-package() {
- cd "${srcdir}"/CImg-v.${pkgver}
- install -d "${pkgdir}"/usr/include/CImg/plugins ${pkgdir}/usr/share/licenses/${pkgname}
- install -m644 CImg.h "${pkgdir}"/usr/include/
- install -m644 plugins/*.h "${pkgdir}"/usr/include/CImg/plugins/
- install -m644 Licence_CeCILL*_V*-en.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
Copied: cimg/repos/community-any/PKGBUILD (from rev 949931, cimg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-28 15:28:58 UTC (rev 949932)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Diego Galizzi <dgalizzi at gmail dot com>
+# Contributor: zoulnix <http://goo.gl/HQaP>
+
+pkgname=cimg
+pkgver=2.9.5
+pkgrel=1
+pkgdesc="Open-source C++ toolkit for image processing"
+arch=('any')
+url="http://cimg.eu/"
+license=('custom')
+depends=('fftw' 'graphicsmagick')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver}.tar.gz")
+sha512sums=('dc7a9d586511a9da3a3b46ffae17e5759105758ab9007d4dfcfa581dc629a9610302a60710fbe3f3750dabc1cc3bf2b0124e1d73c009d94f59bf304a2d0e2269')
+
+package() {
+ cd "${srcdir}"/CImg-v.${pkgver}
+ install -d "${pkgdir}"/usr/include/CImg/plugins ${pkgdir}/usr/share/licenses/${pkgname}
+ install -m644 CImg.h "${pkgdir}"/usr/include/
+ install -m644 plugins/*.h "${pkgdir}"/usr/include/CImg/plugins/
+ install -m644 Licence_CeCILL*_V*-en.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
More information about the arch-commits
mailing list