ldc: update to 1.3.0.
This commit is contained in:
parent
3a9d4e8a51
commit
9032e31d57
2 changed files with 7 additions and 13 deletions
|
@ -1916,10 +1916,10 @@ libfcitx-qt.so.0 libfcitx-qt-4.2.8_1
|
|||
liblastfm.so.1 liblastfm-1.0.9_1
|
||||
liblastfm_fingerprint.so.1 liblastfm-1.0.9_1
|
||||
libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1
|
||||
libdruntime-ldc-debug.so.72 ldc-runtime-1.2.0_1
|
||||
libdruntime-ldc.so.72 ldc-runtime-1.2.0_1
|
||||
libphobos2-ldc.so.72 ldc-runtime-1.2.0_1
|
||||
libphobos2-ldc-debug.so.72 ldc-runtime-1.2.0_1
|
||||
libdruntime-ldc-debug.so.73 ldc-runtime-1.3.0_1
|
||||
libdruntime-ldc.so.73 ldc-runtime-1.3.0_1
|
||||
libphobos2-ldc.so.73 ldc-runtime-1.3.0_1
|
||||
libphobos2-ldc-debug.so.73 ldc-runtime-1.3.0_1
|
||||
libmarblewidget.so.19 marble-4.14.3_2
|
||||
libastro.so.1 marble-4.14.3_2
|
||||
libparrot.so.6.9.0 parrot-6.9.0_1
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'ldc'
|
||||
pkgname=ldc
|
||||
version=1.2.0
|
||||
version=1.3.0
|
||||
revision=1
|
||||
wrksrc="ldc-${version}-src"
|
||||
build_style=cmake
|
||||
configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON"
|
||||
hostmakedepends="dmd llvm perl pkg-config"
|
||||
makedepends="libconfig-devel libcurl-devel libffi-devel ncurses-devel zlib-devel"
|
||||
makedepends="libcurl-devel libffi-devel ncurses-devel zlib-devel"
|
||||
depends="ldc-runtime"
|
||||
conf_files="/etc/ldc2.conf"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -14,16 +14,10 @@ homepage="http://wiki.dlang.org/LDC"
|
|||
license="3-clause-BSD, Boost Software License 1.0"
|
||||
short_desc="Portable D programming language compiler based on LLVM"
|
||||
distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
|
||||
checksum=910e8a670f0fadcaf64403c924091d6debf7ad29e203808f5f2b6899217e6f2b
|
||||
checksum=efe31a639bcb44e1f5b752da21713376d9410a01279fecc8aab8572065a3050b
|
||||
nopie=yes
|
||||
nocross=yes
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/bash-completion/completions
|
||||
mv ${DESTDIR}/etc/bash_completion.d/* \
|
||||
${DESTDIR}/usr/share/bash-completion/completions
|
||||
}
|
||||
|
||||
ldc-runtime_package() {
|
||||
short_desc+=" - D runtime"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue