summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/dmd/README6
-rw-r--r--development/dmd/dmd.SlackBuild8
-rw-r--r--development/dmd/dmd.info6
-rw-r--r--development/dmd/slack-desc6
4 files changed, 13 insertions, 13 deletions
diff --git a/development/dmd/README b/development/dmd/README
index 43c5eedc97..13e7d11395 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 2d5f117601..3ba9480248 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 0e3523db26..599c5a4fc0 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 e96dfbca02..f82334e6bc 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: