[arch-commits] Commit in catimg/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Sep 8 19:47:37 UTC 2020


    Date: Tuesday, September 8, 2020 @ 19:47:36
  Author: felixonmars
Revision: 701297

archrelease: copy trunk to community-x86_64

Added:
  catimg/repos/community-x86_64/PKGBUILD
    (from rev 701296, catimg/trunk/PKGBUILD)
Deleted:
  catimg/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-08 19:47:23 UTC (rev 701296)
+++ PKGBUILD	2020-09-08 19:47:36 UTC (rev 701297)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: sqlwwx <wwx_2012 at live.com>
-# Contributors: Eduardo San Martin Morote http://posva.net/
-
-pkgname=catimg
-pkgver=2.6.0
-pkgrel=2
-pkgdesc="Print images in a terminal with 256 colors support"
-arch=('x86_64')
-url="https://github.com/posva/catimg"
-license=('MIT')
-depends=('glibc')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/posva/catimg/archive/$pkgver.tar.gz")
-sha512sums=('a3c0ed92a797dc6e213e202cf36d4da32f4baba0ba4dc60875f4df152e3df10ec2276723e10826ce13ac1ddb4f32f75e0d6851767003032ecaa73fe0851e6559')
-
-build() {
-	cd $pkgname-$pkgver
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-	make
-}
-
-package() {
-	cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: catimg/repos/community-x86_64/PKGBUILD (from rev 701296, catimg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-08 19:47:36 UTC (rev 701297)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: sqlwwx <wwx_2012 at live.com>
+# Contributors: Eduardo San Martin Morote http://posva.net/
+
+pkgname=catimg
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Print images in a terminal with 256 colors support"
+arch=('x86_64')
+url="https://github.com/posva/catimg"
+license=('MIT')
+depends=('glibc')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/posva/catimg/archive/$pkgver.tar.gz")
+sha512sums=('85b19183a2dc666aeb5655d6b66a40d325160d6ac8b5d38c00bad14ee79d69f2277ba0378af6ea84570a0d41c10d52950d658c0872dc1007e7ae17da7b6abdec')
+
+build() {
+	cd $pkgname-$pkgver
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+	ninja
+}
+
+package() {
+	cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list