[arch-commits] Commit in cimg/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 29 18:16:41 UTC 2020
Date: Sunday, March 29, 2020 @ 18:16:41
Author: felixonmars
Revision: 606289
archrelease: copy trunk to community-any
Added:
cimg/repos/community-any/PKGBUILD
(from rev 606288, cimg/trunk/PKGBUILD)
Deleted:
cimg/repos/community-any/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-29 18:16:33 UTC (rev 606288)
+++ PKGBUILD 2020-03-29 18:16:41 UTC (rev 606289)
@@ -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.8.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=('332efb095f62e836ecc4dd2209f316d715252dc6ab094ebc92fb88d8af29168259938221ea659a0365161e2125f35156128bfba8dcd35fe86c3aee9eb0d461ff')
-
-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 606288, cimg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-29 18:16:41 UTC (rev 606289)
@@ -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.0
+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=('c3a45bdbf19a0598a7865920cc738deb71aa95351734d9bac9d77514dc6d5252433a28d4a8fe27aeb06b5c2557dc4e7a10e67cf788bcef2e52bf5038aa876031')
+
+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