[arch-commits] Commit in emscripten/repos/community-x86_64 (6 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu Jul 4 21:56:03 UTC 2019
Date: Thursday, July 4, 2019 @ 21:56:02
Author: svenstaro
Revision: 487451
archrelease: copy trunk to community-x86_64
Added:
emscripten/repos/community-x86_64/PKGBUILD
(from rev 487450, emscripten/trunk/PKGBUILD)
emscripten/repos/community-x86_64/emscripten.install
(from rev 487450, emscripten/trunk/emscripten.install)
emscripten/repos/community-x86_64/emscripten.sh
(from rev 487450, emscripten/trunk/emscripten.sh)
Deleted:
emscripten/repos/community-x86_64/PKGBUILD
emscripten/repos/community-x86_64/emscripten.install
emscripten/repos/community-x86_64/emscripten.sh
--------------------+
PKGBUILD | 144 +++++++++++++++++++++++++--------------------------
emscripten.install | 26 ++++-----
emscripten.sh | 4 -
3 files changed, 87 insertions(+), 87 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-04 21:55:48 UTC (rev 487450)
+++ PKGBUILD 2019-07-04 21:56:02 UTC (rev 487451)
@@ -1,72 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Vlad Kolotvin <vlad.kolotvin at gmail.com>
-
-pkgname=emscripten
-pkgver=1.38.36
-pkgrel=5
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable JavaScript for the web"
-arch=('x86_64')
-url="http://emscripten.org"
-license=('custom')
-depends=(nodejs python binaryen)
-makedepends=(cmake libxml2 git ninja)
-optdepends=('java-environment: for using clojure'
- 'ruby: for using websockify addon'
- 'cmake: for emcc --show-ports')
-install=emscripten.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz"
- git+https://github.com/llvm/llvm-project.git#commit=58dbe47
- "emscripten.sh")
-sha512sums=('70ec76c0e196c2e91182adb144eace500c00ae35f4a78b5818d059eeb05e875d93216e344631a32324e55dda51c290e9772c67bd59a837e08437eda11b25d026'
- 'SKIP'
- 'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d')
-
-prepare() {
- cd "$srcdir"/emscripten-$pkgver
-
- sed -i 's|EMSCRIPTEN_ROOT.*|EMSCRIPTEN_ROOT = "/usr/lib/emscripten"|g' tools/settings_template_readonly.py
- sed -i 's|LLVM_ROOT.*|LLVM_ROOT = "/usr/lib/emscripten-llvm"|g' tools/settings_template_readonly.py
-
- mkdir "$srcdir"/llvm-project/llvm/build
-}
-
-build() {
- cd "$srcdir"/llvm-project/llvm/build
-
- # Inspired from https://github.com/WebAssembly/waterfall/blob/58e343a47ea02cb6daf19eefbdf626b23c24980c/src/build.py#L790
- cmake .. \
- -GNinja \
- -DPYTHON_EXECUTABLE=/usr/bin/python \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_SKIP_RPATH=YES \
- -DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
- -DLLVM_BUILD_RUNTIME=OFF \
- -DLLVM_TOOL_LTO_BUILD=ON \
- -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
- -DLLVM_INCLUDE_EXAMPLES=OFF \
- -DLLVM_INCLUDE_TESTS=OFF \
- -DLLVM_ENABLE_PROJECTS="lld;clang" \
- -DCLANG_INCLUDE_TESTS=OFF
- ninja
-}
-
-package() {
- # Install LLVM stuff according to https://github.com/emscripten-core/emscripten/blob/incoming/docs/process.md
- install -d "$pkgdir"/usr/lib
- cp -r "$srcdir"/llvm-project/llvm/build/bin "$pkgdir"/usr/lib/emscripten-llvm
-
- # Install emscripten
- cd "$srcdir"/emscripten-$pkgver
- install -d "$pkgdir"/usr/lib/emscripten
- cp -rup em* cmake site src system third_party tools "$pkgdir"/usr/lib/emscripten
-
- # Remove clutter
- rm "$pkgdir"/usr/lib/emscripten/*.bat
-
- install -d "$pkgdir"/usr/share/doc
- ln -s /usr/lib/emscripten/site/source/docs "$pkgdir"/usr/share/doc/$pkgname
- install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: emscripten/repos/community-x86_64/PKGBUILD (from rev 487450, emscripten/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-07-04 21:56:02 UTC (rev 487451)
@@ -0,0 +1,72 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Vlad Kolotvin <vlad.kolotvin at gmail.com>
+
+pkgname=emscripten
+pkgver=1.38.37
+pkgrel=1
+pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable JavaScript for the web"
+arch=('x86_64')
+url="http://emscripten.org"
+license=('custom')
+depends=(nodejs python binaryen)
+makedepends=(cmake libxml2 git ninja)
+optdepends=('java-environment: for using clojure'
+ 'ruby: for using websockify addon'
+ 'cmake: for emcc --show-ports')
+install=emscripten.install
+source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz"
+ git+https://github.com/llvm/llvm-project.git#commit=58dbe47
+ "emscripten.sh")
+sha512sums=('9d97d6685466a02c275feb1f84adcc8fd60128ceb3b2021546a2acbdd69cb3dfac1a4d4bd1e1ad2df702a33692ad486f2f95b22cce8a073fc480150ef3dbfcf2'
+ 'SKIP'
+ 'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d')
+
+prepare() {
+ cd "$srcdir"/emscripten-$pkgver
+
+ sed -i 's|EMSCRIPTEN_ROOT.*|EMSCRIPTEN_ROOT = "/usr/lib/emscripten"|g' tools/settings_template_readonly.py
+ sed -i 's|LLVM_ROOT.*|LLVM_ROOT = "/usr/lib/emscripten-llvm"|g' tools/settings_template_readonly.py
+
+ mkdir "$srcdir"/llvm-project/llvm/build
+}
+
+build() {
+ cd "$srcdir"/llvm-project/llvm/build
+
+ # Inspired from https://github.com/WebAssembly/waterfall/blob/58e343a47ea02cb6daf19eefbdf626b23c24980c/src/build.py#L790
+ cmake .. \
+ -GNinja \
+ -DPYTHON_EXECUTABLE=/usr/bin/python \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_SKIP_RPATH=YES \
+ -DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
+ -DLLVM_BUILD_RUNTIME=OFF \
+ -DLLVM_TOOL_LTO_BUILD=ON \
+ -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
+ -DLLVM_INCLUDE_EXAMPLES=OFF \
+ -DLLVM_INCLUDE_TESTS=OFF \
+ -DLLVM_ENABLE_PROJECTS="lld;clang" \
+ -DCLANG_INCLUDE_TESTS=OFF
+ ninja
+}
+
+package() {
+ # Install LLVM stuff according to https://github.com/emscripten-core/emscripten/blob/incoming/docs/process.md
+ install -d "$pkgdir"/usr/lib
+ cp -r "$srcdir"/llvm-project/llvm/build/bin "$pkgdir"/usr/lib/emscripten-llvm
+
+ # Install emscripten
+ cd "$srcdir"/emscripten-$pkgver
+ install -d "$pkgdir"/usr/lib/emscripten
+ cp -rup em* cmake site src system third_party tools "$pkgdir"/usr/lib/emscripten
+
+ # Remove clutter
+ rm "$pkgdir"/usr/lib/emscripten/*.bat
+
+ install -d "$pkgdir"/usr/share/doc
+ ln -s /usr/lib/emscripten/site/source/docs "$pkgdir"/usr/share/doc/$pkgname
+ install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
Deleted: emscripten.install
===================================================================
--- emscripten.install 2019-07-04 21:55:48 UTC (rev 487450)
+++ emscripten.install 2019-07-04 21:56:02 UTC (rev 487451)
@@ -1,13 +0,0 @@
-
-post_install() {
- echo "You need to login again or 'source /etc/profile.d/emscripten.sh' in your"
- echo "already running shells to be able to use emscripten."
-}
-
-post_upgrade() {
- echo "You may need to manually clear your emscripten cache as clang may not link"
- echo "the new library versions with cached data properly. Use this command:"
- echo "$ emcc --clear-cache"
- echo "You may also need to delete ~/.emscripten if emscripten complains about old paths"
- echo "or executables not found."
-}
Copied: emscripten/repos/community-x86_64/emscripten.install (from rev 487450, emscripten/trunk/emscripten.install)
===================================================================
--- emscripten.install (rev 0)
+++ emscripten.install 2019-07-04 21:56:02 UTC (rev 487451)
@@ -0,0 +1,13 @@
+
+post_install() {
+ echo "You need to login again or 'source /etc/profile.d/emscripten.sh' in your"
+ echo "already running shells to be able to use emscripten."
+}
+
+post_upgrade() {
+ echo "You may need to manually clear your emscripten cache as clang may not link"
+ echo "the new library versions with cached data properly. Use this command:"
+ echo "$ emcc --clear-cache"
+ echo "You may also need to delete ~/.emscripten if emscripten complains about old paths"
+ echo "or executables not found."
+}
Deleted: emscripten.sh
===================================================================
--- emscripten.sh 2019-07-04 21:55:48 UTC (rev 487450)
+++ emscripten.sh 2019-07-04 21:56:02 UTC (rev 487451)
@@ -1,2 +0,0 @@
-#!/bin/sh
-export PATH=$PATH:/usr/lib/emscripten
Copied: emscripten/repos/community-x86_64/emscripten.sh (from rev 487450, emscripten/trunk/emscripten.sh)
===================================================================
--- emscripten.sh (rev 0)
+++ emscripten.sh 2019-07-04 21:56:02 UTC (rev 487451)
@@ -0,0 +1,2 @@
+#!/bin/sh
+export PATH=$PATH:/usr/lib/emscripten
More information about the arch-commits
mailing list