ldc: update to 1.9.0.

This commit is contained in:
maxice8 2018-04-30 21:16:14 -03:00 committed by Leah Neukirchen
parent c50a31ad09
commit 6248c8c080
2 changed files with 13 additions and 13 deletions

View File

@ -2008,11 +2008,11 @@ libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1
libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1
liblastfm.so.1 liblastfm-1.0.9_1
liblastfm_fingerprint.so.1 liblastfm-1.0.9_1
libdruntime-ldc-debug-shared.so.78 ldc-runtime-1.8.0_1
libdruntime-ldc-shared.so.78 ldc-runtime-1.8.0_1
libphobos2-ldc-shared.so.78 ldc-runtime-1.8.0_1
libphobos2-ldc-debug-shared.so.78 ldc-runtime-1.8.0_1
libldc-jit.so.78 ldc-runtime-1.8.0_1
libdruntime-ldc-debug-shared.so.79 ldc-runtime-1.9.0_1
libdruntime-ldc-shared.so.79 ldc-runtime-1.9.0_1
libphobos2-ldc-shared.so.79 ldc-runtime-1.9.0_1
libphobos2-ldc-debug-shared.so.79 ldc-runtime-1.9.0_1
libldc-jit.so.79 ldc-runtime-1.9.0_1
libmarblewidget.so.19 marble-4.14.3_2
libastro.so.1 marble-4.14.3_2
libmarblewidget-qt5.so.28 marble5-17.12.2_1

View File

@ -1,20 +1,20 @@
# Template file for 'ldc'
pkgname=ldc
version=1.8.0
revision=3
version=1.9.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="libcurl-devel libffi-devel ncurses-devel zlib-devel"
depends="ldc-runtime"
conf_files="/etc/ldc2.conf"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://wiki.dlang.org/LDC"
license="BSD-3-Clause, BSL-1.0"
short_desc="Portable D programming language compiler based on LLVM"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD-3-Clause, BSL-1.0"
homepage="http://wiki.dlang.org/LDC"
distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
checksum=e421a1f4bbf97d173bd277125794862ca5b6a09409586b806cec23b922955c7f
checksum=e3f32a4dfcaae12f434e0e23638684faa83765827e7f2deb2df059dccc3169b9
conf_files="/etc/ldc2.conf"
nopie=yes
nocross=yes
@ -25,6 +25,6 @@ post_install() {
ldc-runtime_package() {
short_desc+=" - D runtime"
pkg_install() {
vmove usr/lib/*.so*
vmove "usr/lib/*.so*"
}
}