[arch-commits] Commit in gts/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Wed Jun 20 06:41:50 UTC 2018


    Date: Wednesday, June 20, 2018 @ 06:41:50
  Author: bisson
Revision: 327318

archrelease: copy trunk to extra-x86_64

Added:
  gts/repos/extra-x86_64/PKGBUILD
    (from rev 327317, gts/trunk/PKGBUILD)
Deleted:
  gts/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-20 06:41:04 UTC (rev 327317)
+++ PKGBUILD	2018-06-20 06:41:50 UTC (rev 327318)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Thomas Dziedzic <gostrc at gmail>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=gts
-pkgver=0.7.6
-pkgrel=4
-pkgdesc='Provides useful functions to deal with 3D surfaces meshed with interconnected triangles'
-url='http://gts.sourceforge.net/'
-license=('LGPL')
-arch=('x86_64')
-depends=('glib2')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('059c3e13e3e3b796d775ec9f96abdce8f2b3b5144df8514eda0cc12e13e8b81e')
-
-build() {
-	cd "${pkgname}-${pkgver}"
-	export LDFLAGS=${LDFLAGS//--as-needed,}
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: gts/repos/extra-x86_64/PKGBUILD (from rev 327317, gts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-20 06:41:50 UTC (rev 327318)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Thomas Dziedzic <gostrc at gmail>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=gts
+pkgver=0.7.6
+pkgrel=5
+pkgdesc='Provides useful functions to deal with 3D surfaces meshed with interconnected triangles'
+url='http://gts.sourceforge.net/'
+license=('LGPL')
+arch=('x86_64')
+depends=('glib2')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('059c3e13e3e3b796d775ec9f96abdce8f2b3b5144df8514eda0cc12e13e8b81e')
+
+build() {
+	cd "${pkgname}-${pkgver}"
+	export LDFLAGS+=' -lm'
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list