Date: Wednesday, May 30, 2018 @ 19:22:33
  Author: bisson
Revision: 325174

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-30 19:22:18 UTC (rev 325173)
+++ PKGBUILD    2018-05-30 19:22:33 UTC (rev 325174)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Thomas Dziedzic <gostrc at gmail>
-# Contributor: Juergen Hoetzel <[email protected]>
-# Contributor: Tobias Kieslich <[email protected]>
-
-pkgname=gts
-pkgver=0.7.6
-pkgrel=3
-pkgdesc='Provides useful functions to deal with 3D surfaces meshed with 
interconnected triangles'
-url='http://gts.sourceforge.net/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glib2')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('000720bebecf0b153eb28260bd30fbd979dcc040')
-
-
-build() {
-       cd "${pkgname}-${pkgver}"
-       ./configure --prefix=/usr --disable-static
-       make
-}
-
-package() {
-       cd "${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: gts/repos/extra-x86_64/PKGBUILD (from rev 325172, gts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-05-30 19:22:33 UTC (rev 325174)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Thomas Dziedzic <gostrc at gmail>
+# Contributor: Juergen Hoetzel <[email protected]>
+# Contributor: Tobias Kieslich <[email protected]>
+
+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
+}

Reply via email to