[arch-commits] Commit in ldc/repos/community-x86_64 (4 files)
Dan Printzell
wild at archlinux.org
Sun Aug 19 16:57:20 UTC 2018
Date: Sunday, August 19, 2018 @ 16:57:19
Author: wild
Revision: 372795
archrelease: copy trunk to community-x86_64
Added:
ldc/repos/community-x86_64/PKGBUILD
(from rev 372794, ldc/trunk/PKGBUILD)
ldc/repos/community-x86_64/ldc2.conf
(from rev 372794, ldc/trunk/ldc2.conf)
Deleted:
ldc/repos/community-x86_64/PKGBUILD
ldc/repos/community-x86_64/ldc2.conf
-----------+
PKGBUILD | 226 ++++++++++++++++++++++++++++++------------------------------
ldc2.conf | 40 +++++-----
2 files changed, 133 insertions(+), 133 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-19 16:57:12 UTC (rev 372794)
+++ PKGBUILD 2018-08-19 16:57:19 UTC (rev 372795)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Mihails Strasuns <public at dicebot.lv>
-# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=1.10.0
-_pkgcommit=f8880c6c3853e0aef81209de3ab4db48131a040c
-_dversion=2.080.1
-_llvmversion=6.0.1
-epoch=1
-pkgrel=2
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
-arch=('x86_64')
-url="https://github.com/ldc-developers/ldc"
-license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'ldc')
-
-source=(
- "git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit"
- "git+https://github.com/ldc-developers/druntime.git"
- "git+https://github.com/ldc-developers/phobos.git"
- "git+https://github.com/ldc-developers/dmd-testsuite.git"
- "ldc2.conf"
-)
-
-sha256sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- '5af2d8fd3f1224e4d4d0eda8bf88e9b2423e4860cf21e349f23265731022f5c5')
-
-prepare() {
- cd "$srcdir/ldc"
-
- git submodule init
- git config submodule.druntime.url "$srcdir/druntime"
- git config submodule.phobos.url "$srcdir/phobos"
- git config submodule.tests/d2/dmd-testsuite.url "$srcdir/dmd-testsuite"
- git submodule update
-
- # libclang_rt* -> clang/_llvmversion/lib/linux/libclang_rt*
- sed -i "s/libclang_rt/clang\/$_llvmversion\/lib\/linux\/&/g" driver/linker-gcc.cpp
-}
-
-build() {
- cd "$srcdir/ldc"
-
- mkdir -p build && cd build
-
- cmake \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_SKIP_RPATH=ON \
- -DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
- -DBUILD_SHARED_LIBS=BOTH \
- -DBUILD_LTO_LIBS=ON \
- -DLDC_WITH_LLD=OFF \
- -DD_COMPILER_FLAGS="-link-defaultlib-shared=false -linker=gold -flto=full" \
- ..
- make
-}
-
-check() {
- cd "$srcdir/ldc/build"
- make all-test-runners
-}
-
-package_ldc() {
- depends=('liblphobos' 'llvm-libs' 'llvm' 'clang')
- backup=('etc/ldc2.conf')
- provides=("d-compiler=$_dversion")
-
- cd "$srcdir/ldc/build"
- make install DESTDIR="$pkgdir"
-
- # move bash-completion
- mkdir -p "$pkgdir/usr/share/bash-completion/completions/"
- mv "$pkgdir/etc/bash_completion.d/ldc2" "$pkgdir/usr/share/bash-completion/completions/"
- rm -rf "$pkgdir/etc/bash_completion.d"
-
- # remove liblphobos files
- rm -rf "$pkgdir/usr/include"
- rm -rf "$pkgdir/usr/lib"
-
- # symlinks
- ln -s /usr/share/bash-completion/completions/ldc2 "$pkgdir/usr/share/bash-completion/completions/ldc"
- ln -s /usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
- ln -s /usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
-
- # licenses
- install -D -m644 "$srcdir/ldc/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
- # default configuration files
- install -D -m644 "$srcdir/ldc2.conf" "$pkgdir/etc/ldc2.conf"
-}
-
-package_liblphobos() {
- provides=('d-runtime' 'd-stdlib')
- depends=('curl')
- options=('staticlibs')
-
- cd "$srcdir/ldc/build"
- make install DESTDIR="$pkgdir"
-
- # remove ldc files
- rm -rf "$pkgdir/usr/bin/"
- rm -rf "$pkgdir/etc/"
-
- # licenses
- install -D -m644 "$srcdir/ldc/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: ldc/repos/community-x86_64/PKGBUILD (from rev 372794, ldc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-19 16:57:19 UTC (rev 372795)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer:
+# Contributor: Mihails Strasuns <public at dicebot.lv>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=1.11.0
+_pkgcommit=9bd4fb2df54a8d143d70329b5b923bf226dd1897
+_dversion=2.081.2
+_llvmversion=6.0.1
+epoch=1
+pkgrel=1
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
+arch=('x86_64')
+url="https://github.com/ldc-developers/ldc"
+license=('BSD')
+makedepends=('git' 'cmake' 'llvm' 'ldc')
+
+source=(
+ "git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit"
+ "git+https://github.com/ldc-developers/druntime.git"
+ "git+https://github.com/ldc-developers/phobos.git"
+ "git+https://github.com/ldc-developers/dmd-testsuite.git"
+ "ldc2.conf"
+)
+
+sha256sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ '5af2d8fd3f1224e4d4d0eda8bf88e9b2423e4860cf21e349f23265731022f5c5')
+
+prepare() {
+ cd "$srcdir/ldc"
+
+ git submodule init
+ git config submodule.druntime.url "$srcdir/druntime"
+ git config submodule.phobos.url "$srcdir/phobos"
+ git config submodule.tests/d2/dmd-testsuite.url "$srcdir/dmd-testsuite"
+ git submodule update
+
+ # libclang_rt* -> clang/_llvmversion/lib/linux/libclang_rt*
+ sed -i "s/libclang_rt/clang\/$_llvmversion\/lib\/linux\/&/g" driver/linker-gcc.cpp
+}
+
+build() {
+ cd "$srcdir/ldc"
+
+ mkdir -p build && cd build
+
+ cmake \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
+ -DBUILD_SHARED_LIBS=BOTH \
+ -DBUILD_LTO_LIBS=ON \
+ -DLDC_WITH_LLD=OFF \
+ -DD_COMPILER_FLAGS="-link-defaultlib-shared=false -linker=gold -flto=full" \
+ ..
+ make
+}
+
+check() {
+ cd "$srcdir/ldc/build"
+ make all-test-runners
+}
+
+package_ldc() {
+ depends=('liblphobos' 'llvm-libs' 'llvm' 'clang')
+ backup=('etc/ldc2.conf')
+ provides=("d-compiler=$_dversion")
+
+ cd "$srcdir/ldc/build"
+ make install DESTDIR="$pkgdir"
+
+ # move bash-completion
+ mkdir -p "$pkgdir/usr/share/bash-completion/completions/"
+ mv "$pkgdir/etc/bash_completion.d/ldc2" "$pkgdir/usr/share/bash-completion/completions/"
+ rm -rf "$pkgdir/etc/bash_completion.d"
+
+ # remove liblphobos files
+ rm -rf "$pkgdir/usr/include"
+ rm -rf "$pkgdir/usr/lib"
+
+ # symlinks
+ ln -s /usr/share/bash-completion/completions/ldc2 "$pkgdir/usr/share/bash-completion/completions/ldc"
+ ln -s /usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
+ ln -s /usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
+
+ # licenses
+ install -D -m644 "$srcdir/ldc/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+ # default configuration files
+ install -D -m644 "$srcdir/ldc2.conf" "$pkgdir/etc/ldc2.conf"
+}
+
+package_liblphobos() {
+ provides=('d-runtime' 'd-stdlib')
+ depends=('curl')
+ options=('staticlibs')
+
+ cd "$srcdir/ldc/build"
+ make install DESTDIR="$pkgdir"
+
+ # remove ldc files
+ rm -rf "$pkgdir/usr/bin/"
+ rm -rf "$pkgdir/etc/"
+
+ # licenses
+ install -D -m644 "$srcdir/ldc/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
Deleted: ldc2.conf
===================================================================
--- ldc2.conf 2018-08-19 16:57:12 UTC (rev 372794)
+++ ldc2.conf 2018-08-19 16:57:19 UTC (rev 372795)
@@ -1,20 +0,0 @@
-// See comments in driver/config.d in ldc source tree for grammar description of
-// this config file.
-
-// The default group is required
-default:
-{
- // default switches injected before all explicit command-line switches
- switches = [
- "-I/usr/include/dlang/ldc/ldc",
- "-I/usr/include/dlang/ldc",
- "-L--no-warn-search-mismatch",
- "-L--export-dynamic",
- "-defaultlib=phobos2-ldc,druntime-ldc",
- "-link-defaultlib-shared"
- ];
- // default switches appended after all explicit command-line switches
- post-switches = [
- "-L-L/usr/lib"
- ];
-};
Copied: ldc/repos/community-x86_64/ldc2.conf (from rev 372794, ldc/trunk/ldc2.conf)
===================================================================
--- ldc2.conf (rev 0)
+++ ldc2.conf 2018-08-19 16:57:19 UTC (rev 372795)
@@ -0,0 +1,20 @@
+// See comments in driver/config.d in ldc source tree for grammar description of
+// this config file.
+
+// The default group is required
+default:
+{
+ // default switches injected before all explicit command-line switches
+ switches = [
+ "-I/usr/include/dlang/ldc/ldc",
+ "-I/usr/include/dlang/ldc",
+ "-L--no-warn-search-mismatch",
+ "-L--export-dynamic",
+ "-defaultlib=phobos2-ldc,druntime-ldc",
+ "-link-defaultlib-shared"
+ ];
+ // default switches appended after all explicit command-line switches
+ post-switches = [
+ "-L-L/usr/lib"
+ ];
+};
More information about the arch-commits
mailing list