[arch-commits] Commit in cimg/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 15 22:41:04 UTC 2020
Date: Sunday, March 15, 2020 @ 22:41:03
Author: felixonmars
Revision: 598760
archrelease: copy trunk to community-any
Added:
cimg/repos/community-any/PKGBUILD
(from rev 598759, cimg/trunk/PKGBUILD)
Deleted:
cimg/repos/community-any/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-15 22:40:50 UTC (rev 598759)
+++ PKGBUILD 2020-03-15 22:41:03 UTC (rev 598760)
@@ -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.7.3
-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")
-sha256sums=('227539bc503dea24bf1629523063d9b760bbccd6ce308316f9ccaa1b7cd5f2d4')
-
-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 598759, cimg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-15 22:41:03 UTC (rev 598760)
@@ -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.7.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=('78dacf29dcbff3bfb4eebfd498310ee92ab7723db3307f426b15b01c4c8c74ce9f93ca67785a034942b30f26db569ab61a709b9992cfd775a92d5746d037b02e')
+
+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