ldc: update to 1.0.0.
This commit is contained in:
parent
b50d33ea84
commit
fabd964712
2 changed files with 9 additions and 9 deletions
|
@ -1972,10 +1972,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.66 ldc-runtime-0.15.1_1
|
||||
libdruntime-ldc.so.66 ldc-runtime-0.15.1_1
|
||||
libphobos2-ldc.so.66 ldc-runtime-0.15.1_1
|
||||
libphobos2-ldc-debug.so.66 ldc-runtime-0.15.1_1
|
||||
libdruntime-ldc-debug.so.70 ldc-runtime-1.0.0_1
|
||||
libdruntime-ldc.so.70 ldc-runtime-1.0.0_1
|
||||
libphobos2-ldc.so.70 ldc-runtime-1.0.0_1
|
||||
libphobos2-ldc-debug.so.70 ldc-runtime-1.0.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,20 +1,20 @@
|
|||
# Template file for 'ldc'
|
||||
#
|
||||
pkgname=ldc
|
||||
version=0.15.1
|
||||
version=1.0.0
|
||||
revision=1
|
||||
wrksrc="ldc-${version}-src"
|
||||
build_style=cmake
|
||||
configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON"
|
||||
hostmakedepends="cmake llvm perl pkg-config"
|
||||
hostmakedepends="cmake dmd llvm perl pkg-config"
|
||||
makedepends="zlib-devel libconfig-devel libffi-devel libcurl-devel"
|
||||
conf_files="/etc/ldc2.rebuild.conf /etc/ldc2.conf"
|
||||
conf_files="/etc/ldc2.conf"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://wiki.dlang.org/LDC"
|
||||
license="BSD"
|
||||
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=ff7ea55309d678c20524779091617aa1d4bdbaa39e1a650927020fe1627f4b0f
|
||||
checksum=3740ee6d5871e953aeb03b11f9d8c951286a55884892b51981bfe579b8fe571d
|
||||
nopie=yes
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/bash-completion/completions
|
||||
|
|
Loading…
Reference in a new issue