[arch-commits] Commit in cimg/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Mar 16 14:23:29 UTC 2020


    Date: Monday, March 16, 2020 @ 14:23:29
  Author: felixonmars
Revision: 599742

archrelease: copy trunk to community-any

Added:
  cimg/repos/community-any/PKGBUILD
    (from rev 599741, cimg/trunk/PKGBUILD)
Deleted:
  cimg/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-16 14:23:14 UTC (rev 599741)
+++ PKGBUILD	2020-03-16 14:23:29 UTC (rev 599742)
@@ -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.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}/
-}

Copied: cimg/repos/community-any/PKGBUILD (from rev 599741, cimg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-16 14:23:29 UTC (rev 599742)
@@ -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.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=('559f8b7fc9b7b54f739e1e125efe557e55a499d1384bf94e33f1f162368fea162b88737f1b18679fc80c456511b5bb92bb74788a88ec271ff3da18b0984a4455')
+
+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