Skip to content

Commit

Permalink
db-move: moved automake from [testing] to [core] (any)
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@388714 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
andyrtr committed Jun 10, 2020
1 parent e504fb9 commit a2ec29c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 108 deletions.
20 changes: 12 additions & 8 deletions automake/repos/core-any/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkgname=automake
pkgver=1.16.2
pkgrel=1
pkgrel=3
pkgdesc="A GNU tool for automatically creating Makefiles"
arch=('any')
license=('GPL')
Expand All @@ -13,21 +13,25 @@ groups=('base-devel')
depends=('perl' 'bash')
makedepends=('autoconf')
checkdepends=('dejagnu' 'gcc-fortran' 'java-environment' 'vala' 'emacs' 'cscope'
'python2' 'python-virtualenv')
'expect' 'ncompress' 'gettext' 'lzip' 'zip' 'sharutils' 'help2man'
# disable TeX tests for now, lots of them fail and need upstream
# fixes for current texlive release
#'texlive-bin' 'texinfo'
'python' 'python-virtualenv')
source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}
automake-1.15-dejagnu-testcase.patch)
test_vala-mix2.sh.diff)
sha512sums=('a4aa0e41ceaa7df5bc303a6004597fb158f4198594017cd2c586fd9f5a29233e081766bf22b7e4ef0d4c8c3d45a8591009427efa319b362922a958ac1ef6e27b'
'SKIP'
'fbea84532ebb9210b95d82104ee53d91bcf97e76c2ebad66794c22d8fd205b263dcba6c04aa87273cc40243ce4c5ae97df63417b52f37288167ad2b1aa80fd04')
'e6cc9cb41cfd10cbd4ab0263859bfa8c892112c68a69043601c6d7da7c70300ccfe29b242a597bdf6c00bf14c12c19180eedbd66e80ae2bbea9513e36d999108')
validpgpkeys=('E1622F96D2BB4E58018EEF9860F906016E407573' # Stefano Lattarini
'F2A38D7EEB2B66405761070D0ADEE10094604D37' # Mathieu Lirzin
'155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering

prepare() {
# upstream suggested gcc10 fix for failing test
# https://lists.gnu.org/archive/html/bug-automake/2020-06/msg00003.html
cd "${srcdir}/${pkgname}-${pkgver}"

# fix testsuite issue with resent dejagnu
patch -p1 -i "$srcdir"/automake-1.15-dejagnu-testcase.patch
patch -Np1 -i ../test_vala-mix2.sh.diff
}

build() {
Expand All @@ -38,7 +42,7 @@ build() {

check() {
cd "${srcdir}/${pkgname}-${pkgver}"
make check PYTHON=/usr/bin/python2
make check
}

package() {
Expand Down
49 changes: 0 additions & 49 deletions automake/repos/core-any/automake-1.15-dejagnu-testcase.patch

This file was deleted.

51 changes: 0 additions & 51 deletions automake/repos/testing-any/PKGBUILD

This file was deleted.

0 comments on commit a2ec29c

Please sign in to comment.