Date: Thursday, September 22, 2016 @ 15:58:57 Author: arojas Revision: 190162
archrelease: copy trunk to community-i686, community-x86_64 Added: giac/repos/community-i686/PKGBUILD (from rev 190161, giac/trunk/PKGBUILD) giac/repos/community-x86_64/PKGBUILD (from rev 190161, giac/trunk/PKGBUILD) Deleted: giac/repos/community-i686/PKGBUILD giac/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 88 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 44 ---------------------- community-x86_64/PKGBUILD | 44 ---------------------- 3 files changed, 88 insertions(+), 88 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-09-22 15:58:27 UTC (rev 190161) +++ community-i686/PKGBUILD 2016-09-22 15:58:57 UTC (rev 190162) @@ -1,44 +0,0 @@ -# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgbase=giac -pkgname=(xcas libgiac) -_pkgver=1.2.2-81 -pkgver=${_pkgver//-/.} -pkgrel=1 -pkgdesc="A free computer algebra system" -arch=(i686 x86_64) -url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html" -license=(GPL3) -makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk) -source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz") -md5sums=('862e255694ed179865bf76fcafbac60f') - -build() { - cd $pkgbase-${pkgver%.*} - - ./configure --prefix=/usr - make -} - -package_xcas() { - depends=(libgiac fltk) - conflicts=(giac) - provides=(giac) - replaces=(giac) - - cd $pkgbase-${pkgver%.*} - make DESTDIR="$pkgdir" install - - rm -r "$pkgdir"/usr/{lib,include} -} - -package_libgiac() { - pkgdesc="Giac shared library" - depends=(mpfi gsl pari-sage ntl lapack libpng) - - cd $pkgbase-${pkgver%.*} - make DESTDIR="$pkgdir" install - - rm -r "$pkgdir"/usr/{bin,share} -} Copied: giac/repos/community-i686/PKGBUILD (from rev 190161, giac/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-09-22 15:58:57 UTC (rev 190162) @@ -0,0 +1,44 @@ +# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgbase=giac +pkgname=(xcas libgiac) +_pkgver=1.2.2-85 +pkgver=${_pkgver//-/.} +pkgrel=1 +pkgdesc="A free computer algebra system" +arch=(i686 x86_64) +url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html" +license=(GPL3) +makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk) +source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz") +md5sums=('b8032f578d111ee373dc64b235b9e638') + +build() { + cd $pkgbase-${pkgver%.*} + + ./configure --prefix=/usr + make +} + +package_xcas() { + depends=(libgiac fltk) + conflicts=(giac) + provides=(giac) + replaces=(giac) + + cd $pkgbase-${pkgver%.*} + make DESTDIR="$pkgdir" install + + rm -r "$pkgdir"/usr/{lib,include} +} + +package_libgiac() { + pkgdesc="Giac shared library" + depends=(mpfi gsl pari-sage ntl lapack libpng) + + cd $pkgbase-${pkgver%.*} + make DESTDIR="$pkgdir" install + + rm -r "$pkgdir"/usr/{bin,share} +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-09-22 15:58:27 UTC (rev 190161) +++ community-x86_64/PKGBUILD 2016-09-22 15:58:57 UTC (rev 190162) @@ -1,44 +0,0 @@ -# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgbase=giac -pkgname=(xcas libgiac) -_pkgver=1.2.2-81 -pkgver=${_pkgver//-/.} -pkgrel=1 -pkgdesc="A free computer algebra system" -arch=(i686 x86_64) -url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html" -license=(GPL3) -makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk) -source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz") -md5sums=('862e255694ed179865bf76fcafbac60f') - -build() { - cd $pkgbase-${pkgver%.*} - - ./configure --prefix=/usr - make -} - -package_xcas() { - depends=(libgiac fltk) - conflicts=(giac) - provides=(giac) - replaces=(giac) - - cd $pkgbase-${pkgver%.*} - make DESTDIR="$pkgdir" install - - rm -r "$pkgdir"/usr/{lib,include} -} - -package_libgiac() { - pkgdesc="Giac shared library" - depends=(mpfi gsl pari-sage ntl lapack libpng) - - cd $pkgbase-${pkgver%.*} - make DESTDIR="$pkgdir" install - - rm -r "$pkgdir"/usr/{bin,share} -} Copied: giac/repos/community-x86_64/PKGBUILD (from rev 190161, giac/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-09-22 15:58:57 UTC (rev 190162) @@ -0,0 +1,44 @@ +# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgbase=giac +pkgname=(xcas libgiac) +_pkgver=1.2.2-85 +pkgver=${_pkgver//-/.} +pkgrel=1 +pkgdesc="A free computer algebra system" +arch=(i686 x86_64) +url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html" +license=(GPL3) +makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk) +source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz") +md5sums=('b8032f578d111ee373dc64b235b9e638') + +build() { + cd $pkgbase-${pkgver%.*} + + ./configure --prefix=/usr + make +} + +package_xcas() { + depends=(libgiac fltk) + conflicts=(giac) + provides=(giac) + replaces=(giac) + + cd $pkgbase-${pkgver%.*} + make DESTDIR="$pkgdir" install + + rm -r "$pkgdir"/usr/{lib,include} +} + +package_libgiac() { + pkgdesc="Giac shared library" + depends=(mpfi gsl pari-sage ntl lapack libpng) + + cd $pkgbase-${pkgver%.*} + make DESTDIR="$pkgdir" install + + rm -r "$pkgdir"/usr/{bin,share} +}