diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-11 15:35:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-11 15:35:29 +0000 |
commit | 1fa80cad00c2c2449252fba87dab64a03cd76ac8 (patch) | |
tree | 113f1f37ecf9e70eae80897f69a287f3ab0b6d43 | |
parent | fde93c49a55b265ca740d9081a4ca70f41656e4b (diff) | |
download | aports-1fa80cad00c2c2449252fba87dab64a03cd76ac8.tar.bz2 aports-1fa80cad00c2c2449252fba87dab64a03cd76ac8.tar.xz |
testing/mozjs38: rename
we should not have -[0-9] in pkgname
-rw-r--r-- | testing/mozjs38/APKBUILD (renamed from testing/mozjs-38/APKBUILD) | 6 | ||||
-rw-r--r-- | testing/mozjs38/copy-headers.patch (renamed from testing/mozjs-38/copy-headers.patch) | 0 | ||||
-rw-r--r-- | testing/mozjs38/fix-fortify-system-wrappers.patch (renamed from testing/mozjs-38/fix-fortify-system-wrappers.patch) | 0 | ||||
-rw-r--r-- | testing/mozjs38/gcc-alignment.patch (renamed from testing/mozjs-38/gcc-alignment.patch) | 0 | ||||
-rw-r--r-- | testing/mozjs38/icu-add-bracket.patch (renamed from testing/mozjs-38/icu-add-bracket.patch) | 0 | ||||
-rw-r--r-- | testing/mozjs38/pkg-config-version.patch (renamed from testing/mozjs-38/pkg-config-version.patch) | 0 |
6 files changed, 4 insertions, 2 deletions
diff --git a/testing/mozjs-38/APKBUILD b/testing/mozjs38/APKBUILD index dd9b93c8ce..ed6fc39aaf 100644 --- a/testing/mozjs-38/APKBUILD +++ b/testing/mozjs38/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> -pkgname=mozjs-38 +pkgname=mozjs38 pkgver=38.8.0 -pkgrel=5 +pkgrel=0 pkgdesc="standalone mozilla javascript engine" url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/38" arch="all !armhf !armv7" @@ -9,6 +9,7 @@ license="LGPL" depends="" depends_dev="icu-dev nspr-dev libffi-dev readline-dev" makedepends="$depends_dev python2 perl sed" +replaces="mozjs-38" install="" subpackages="$pkgname-dev $pkgname-dbg" source="https://ftp.mozilla.org/pub/firefox/releases/${pkgver}esr/source/firefox-${pkgver}esr.source.tar.bz2 @@ -21,6 +22,7 @@ builddir="$srcdir/mozilla-esr38" _builddir="$builddir/js/src" options="!check" + build() { cd "$_builddir" SHELL=/bin/ash PYTHON=/usr/bin/python ./configure --prefix=/usr \ diff --git a/testing/mozjs-38/copy-headers.patch b/testing/mozjs38/copy-headers.patch index 7f352a795c..7f352a795c 100644 --- a/testing/mozjs-38/copy-headers.patch +++ b/testing/mozjs38/copy-headers.patch diff --git a/testing/mozjs-38/fix-fortify-system-wrappers.patch b/testing/mozjs38/fix-fortify-system-wrappers.patch index f020a2f408..f020a2f408 100644 --- a/testing/mozjs-38/fix-fortify-system-wrappers.patch +++ b/testing/mozjs38/fix-fortify-system-wrappers.patch diff --git a/testing/mozjs-38/gcc-alignment.patch b/testing/mozjs38/gcc-alignment.patch index a3a57d5447..a3a57d5447 100644 --- a/testing/mozjs-38/gcc-alignment.patch +++ b/testing/mozjs38/gcc-alignment.patch diff --git a/testing/mozjs-38/icu-add-bracket.patch b/testing/mozjs38/icu-add-bracket.patch index 873697d18f..873697d18f 100644 --- a/testing/mozjs-38/icu-add-bracket.patch +++ b/testing/mozjs38/icu-add-bracket.patch diff --git a/testing/mozjs-38/pkg-config-version.patch b/testing/mozjs38/pkg-config-version.patch index 34a43d1f6d..34a43d1f6d 100644 --- a/testing/mozjs-38/pkg-config-version.patch +++ b/testing/mozjs38/pkg-config-version.patch |