diff options
author | Eugen Wissner <belka@caraus.de> | 2017-08-15 18:37:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-19 07:10:30 +0700 |
commit | 8d72a147914cb72a1c3762c2d368d14dea5a7c81 (patch) | |
tree | 725a4f73a3575c66a2bc1c9c47bf53700ff6cb52 | |
parent | 1fbec0b2a73d153dd301030894ee98c3f6670a6b (diff) |
development/dmd: Updated for version 2.075.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/dmd/README | 6 | ||||
-rw-r--r-- | development/dmd/dmd.SlackBuild | 8 | ||||
-rw-r--r-- | development/dmd/dmd.info | 6 | ||||
-rw-r--r-- | development/dmd/slack-desc | 6 |
4 files changed, 13 insertions, 13 deletions
diff --git a/development/dmd/README b/development/dmd/README index 43c5eedc978a..13e7d11395e0 100644 --- a/development/dmd/README +++ b/development/dmd/README @@ -1,5 +1,5 @@ Official reference D compiler. -D is a systems programming language with C-like syntax and static -typing. It combines efficiency, control and modeling power with -safety and programmer productivity. +D is a general-purpose programming language with static typing, systems-level +access, and C-like syntax. It combines efficiency, control and modeling power +with safety and programmer productivity. diff --git a/development/dmd/dmd.SlackBuild b/development/dmd/dmd.SlackBuild index 2d5f117601b4..3ba9480248cb 100644 --- a/development/dmd/dmd.SlackBuild +++ b/development/dmd/dmd.SlackBuild @@ -23,7 +23,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=dmd -VERSION=${VERSION:-2.075.0} +VERSION=${VERSION:-2.075.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,7 +64,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir $PKG/etc -sed -e "s|%@P%/../../src|/usr/lib${LIBDIRSUFFIX}/d|g" \ +sed -e "s|%@P%/../../src/phobos -I%@P%/../../src/druntime/import|/usr/include/d|g" \ -e "s|%@P%/../lib32|/usr/lib|" \ -e "s|%@P%/../lib64|/usr/lib64|" \ linux/bin${ARCHSUFFIX}/dmd.conf > $PKG/etc/dmd.conf @@ -74,9 +74,9 @@ mkdir -p $PKG/usr/bin rm -f linux/bin${ARCHSUFFIX}/README.TXT mv linux/bin${ARCHSUFFIX}/* $PKG/usr/bin -mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/d +mkdir -p $PKG/usr/lib${LIBDIRSUFFIX} $PKG/usr/include/d mv linux/lib${ARCHSUFFIX}/libphobos2.* $PKG/usr/lib${LIBDIRSUFFIX} -mv src/{druntime,phobos} $PKG/usr/lib${LIBDIRSUFFIX}/d +mv src/{druntime/import/*,phobos/std} $PKG/usr/include/d mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mv html/* $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/development/dmd/dmd.info b/development/dmd/dmd.info index 0e3523db260b..599c5a4fc09b 100644 --- a/development/dmd/dmd.info +++ b/development/dmd/dmd.info @@ -1,8 +1,8 @@ PRGNAM="dmd" -VERSION="2.075.0" +VERSION="2.075.1" HOMEPAGE="https://dlang.org" -DOWNLOAD="http://downloads.dlang.org/releases/2.x/2.075.0/dmd.2.075.0.linux.tar.xz" -MD5SUM="4fad30ec74229fba8d7bc952eb95df39" +DOWNLOAD="http://downloads.dlang.org/releases/2.x/2.075.0/dmd.2.075.1.linux.tar.xz" +MD5SUM="285f7c1ae3a1a061331ff4dd6e855ac9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/development/dmd/slack-desc b/development/dmd/slack-desc index e96dfbca0254..f82334e6bc3a 100644 --- a/development/dmd/slack-desc +++ b/development/dmd/slack-desc @@ -8,9 +8,9 @@ |-----handy-ruler------------------------------------------------------| dmd: dmd (Digital Mars D Compiler Package) dmd: -dmd: D is a systems programming language with C-like syntax and static -dmd: typing. It combines efficiency, control and modeling power with -dmd: safety and programmer productivity. +dmd: D is a general-purpose programming language with static typing, +dmd: systems-level access, and C-like syntax. It combines efficiency, +dmd: control and modeling power with safety and programmer productivity. dmd: dmd: Homepage: https://dlang.org dmd: |