From 6248c8c0800bc1b710575dc06497a0f055203121 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 30 Apr 2018 21:16:14 -0300 Subject: [PATCH] ldc: update to 1.9.0. --- common/shlibs | 10 +++++----- srcpkgs/ldc/template | 16 ++++++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/common/shlibs b/common/shlibs index bcaa2e9c58a..9fcfd8f4b8a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/ldc/template b/srcpkgs/ldc/template index 9a8b7b5baa6..37515c11608 100644 --- a/srcpkgs/ldc/template +++ b/srcpkgs/ldc/template @@ -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 " -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 " +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*" } }