[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2020-08-18 Thread Dan Printzell via arch-commits
Date: Tuesday, August 18, 2020 @ 20:38:54
  Author: wild
Revision: 684846

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 684845, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 684845, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 684845, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  146 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-18 20:38:48 UTC (rev 684845)
+++ PKGBUILD2020-08-18 20:38:54 UTC (rev 684846)
@@ -1,73 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=dcd
-pkgver=0.13.0
-pkgrel=1
-epoch=1
-_pkgcommit=808460a678d9c993d393c36e7eb06601a157efcf
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/dlang-community/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-"git+https://github.com/msgpack/msgpack-d;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/dlang-community/dsymbol;
-"git+https://github.com/dlang-community/stdx-allocator;
-"dcd.service"
-   "dcd.conf")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
-
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
-
-prepare() {
-  cd "$srcdir/DCD"
-
-  git submodule init
-  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git config submodule.stdx-allocator.url "$srcdir/stdx-allocator"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"" makefile
-}
-
-build() {
-  cd "$srcdir/DCD"
-
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-  install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-  # documentation
-  install -d "$pkgdir/usr/share/man/man1/"
-  find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-  # license
-  install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd service
-  install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-  # global config
-  install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 684845, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-18 20:38:54 UTC (rev 684846)
@@ -0,0 +1,73 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=dcd
+pkgver=0.13.1
+pkgrel=1
+epoch=1
+_pkgcommit=92db0486968f8ee59c16099c21b133dc4e9d91cb
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/dlang-community/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+"git+https://github.com/msgpack/msgpack-d;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/dlang-community/dsymbol;
+"git+https://github.com/dlang-community/stdx-allocator;
+"dcd.service"
+   "dcd.conf")
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
+
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
+
+prepare() {
+  cd 

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2020-07-26 Thread Dan Printzell via arch-commits
Date: Sunday, July 26, 2020 @ 21:57:22
  Author: wild
Revision: 665389

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 665388, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 665388, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 665388, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  146 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 21:57:15 UTC (rev 665388)
+++ PKGBUILD2020-07-26 21:57:22 UTC (rev 665389)
@@ -1,73 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=dcd
-pkgver=0.12.0
-pkgrel=3
-epoch=1
-_pkgcommit=33dbd7653ecf830b735382e11d9bee66853a6dcf
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/dlang-community/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-"git+https://github.com/msgpack/msgpack-d;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/dlang-community/dsymbol;
-"git+https://github.com/dlang-community/stdx-allocator;
-"dcd.service"
-   "dcd.conf")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
-
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
-
-prepare() {
-  cd "$srcdir/DCD"
-
-  git submodule init
-  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git config submodule.stdx-allocator.url "$srcdir/stdx-allocator"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"" makefile
-}
-
-build() {
-  cd "$srcdir/DCD"
-
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-  install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-  # documentation
-  install -d "$pkgdir/usr/share/man/man1/"
-  find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-  # license
-  install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd service
-  install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-  # global config
-  install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 665388, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-26 21:57:22 UTC (rev 665389)
@@ -0,0 +1,73 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=dcd
+pkgver=0.13.0
+pkgrel=1
+epoch=1
+_pkgcommit=808460a678d9c993d393c36e7eb06601a157efcf
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/dlang-community/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+"git+https://github.com/msgpack/msgpack-d;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/dlang-community/dsymbol;
+"git+https://github.com/dlang-community/stdx-allocator;
+"dcd.service"
+   "dcd.conf")
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
+
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
+
+prepare() {
+  cd "$srcdir/DCD"

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2019-11-07 Thread Dan Printzell via arch-commits
Date: Thursday, November 7, 2019 @ 19:20:25
  Author: wild
Revision: 524512

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 524511, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 524511, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 524511, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  146 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-07 19:20:17 UTC (rev 524511)
+++ PKGBUILD2019-11-07 19:20:25 UTC (rev 524512)
@@ -1,73 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=dcd
-pkgver=0.12.0
-pkgrel=2
-epoch=1
-_pkgcommit=33dbd7653ecf830b735382e11d9bee66853a6dcf
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/dlang-community/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-"git+https://github.com/msgpack/msgpack-d;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/dlang-community/dsymbol;
-"git+https://github.com/dlang-community/stdx-allocator;
-"dcd.service"
-   "dcd.conf")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
-
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
-
-prepare() {
-  cd "$srcdir/DCD"
-
-  git submodule init
-  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git config submodule.stdx-allocator.url "$srcdir/stdx-allocator"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"" makefile
-}
-
-build() {
-  cd "$srcdir/DCD"
-
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-  install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-  # documentation
-  install -d "$pkgdir/usr/share/man/man1/"
-  find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-  # license
-  install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd service
-  install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-  # global config
-  install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 524511, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-07 19:20:25 UTC (rev 524512)
@@ -0,0 +1,73 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=dcd
+pkgver=0.12.0
+pkgrel=3
+epoch=1
+_pkgcommit=33dbd7653ecf830b735382e11d9bee66853a6dcf
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/dlang-community/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+"git+https://github.com/msgpack/msgpack-d;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/dlang-community/dsymbol;
+"git+https://github.com/dlang-community/stdx-allocator;
+"dcd.service"
+   "dcd.conf")
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
+
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
+
+prepare() {
+  cd 

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2019-09-15 Thread Dan Printzell via arch-commits
Date: Sunday, September 15, 2019 @ 22:26:29
  Author: wild
Revision: 510800

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 510799, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 510799, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 510799, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  146 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-15 22:09:08 UTC (rev 510799)
+++ PKGBUILD2019-09-15 22:26:29 UTC (rev 510800)
@@ -1,73 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=dcd
-pkgver=0.12.0
-pkgrel=1
-epoch=1
-_pkgcommit=33dbd7653ecf830b735382e11d9bee66853a6dcf
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-"git+https://github.com/msgpack/msgpack-d;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/dlang-community/dsymbol;
-"git+https://github.com/dlang-community/stdx-allocator;
-"dcd.service"
-   "dcd.conf")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
-
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
-
-prepare() {
-  cd "$srcdir/DCD"
-
-  git submodule init
-  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git config submodule.stdx-allocator.url "$srcdir/stdx-allocator"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"" makefile
-}
-
-build() {
-  cd "$srcdir/DCD"
-
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-  install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-  # documentation
-  install -d "$pkgdir/usr/share/man/man1/"
-  find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-  # license
-  install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd service
-  install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-  # global config
-  install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 510799, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-15 22:26:29 UTC (rev 510800)
@@ -0,0 +1,73 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=dcd
+pkgver=0.12.0
+pkgrel=2
+epoch=1
+_pkgcommit=33dbd7653ecf830b735382e11d9bee66853a6dcf
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/dlang-community/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+"git+https://github.com/msgpack/msgpack-d;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/dlang-community/dsymbol;
+"git+https://github.com/dlang-community/stdx-allocator;
+"dcd.service"
+   "dcd.conf")
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
+
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
+
+prepare() {
+  cd "$srcdir/DCD"

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2019-08-07 Thread Dan Printzell via arch-commits
Date: Thursday, August 8, 2019 @ 00:08:41
  Author: wild
Revision: 498315

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 498314, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 498314, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 498314, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  143 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 87 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-08 00:08:29 UTC (rev 498314)
+++ PKGBUILD2019-08-08 00:08:41 UTC (rev 498315)
@@ -1,70 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=dcd
-pkgver=0.11.1
-pkgrel=1
-epoch=1
-_pkgcommit=d42fec7590a759d3afaf9609468d1bb394be1e7e
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-"git+https://github.com/msgpack/msgpack-d;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/dlang-community/dsymbol;
-"dcd.service"
-   "dcd.conf")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
-
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
-
-prepare() {
-  cd "$srcdir/DCD"
-
-  git submodule init
-  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"" makefile
-}
-
-build() {
-  cd "$srcdir/DCD"
-
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-  install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-  # documentation
-  install -d "$pkgdir/usr/share/man/man1/"
-  find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-  # license
-  install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd service
-  install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-  # global config
-  install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 498314, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-08 00:08:41 UTC (rev 498315)
@@ -0,0 +1,73 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=dcd
+pkgver=0.12.0
+pkgrel=1
+epoch=1
+_pkgcommit=33dbd7653ecf830b735382e11d9bee66853a6dcf
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+"git+https://github.com/msgpack/msgpack-d;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/dlang-community/dsymbol;
+"git+https://github.com/dlang-community/stdx-allocator;
+"dcd.service"
+   "dcd.conf")
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
+
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
+
+prepare() {
+  cd "$srcdir/DCD"
+
+  git submodule init
+  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+  git config submodule.containers.url "$srcdir/containers"
+  git config 

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2019-04-13 Thread Dan Printzell via arch-commits
Date: Saturday, April 13, 2019 @ 18:40:32
  Author: wild
Revision: 451534

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 451533, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 451533, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 451533, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  140 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-13 18:40:19 UTC (rev 451533)
+++ PKGBUILD2019-04-13 18:40:32 UTC (rev 451534)
@@ -1,70 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=dcd
-pkgver=0.11.0
-pkgrel=2
-epoch=1
-_pkgcommit=8a7a6c75acfb320e0b8aa5e00d210f5393ae3363
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-"git+https://github.com/msgpack/msgpack-d;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/dlang-community/dsymbol;
-"dcd.service"
-   "dcd.conf")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
-
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
-
-prepare() {
-  cd "$srcdir/DCD"
-
-  git submodule init
-  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"" makefile
-}
-
-build() {
-  cd "$srcdir/DCD"
-
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-  install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-  # documentation
-  install -d "$pkgdir/usr/share/man/man1/"
-  find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-  # license
-  install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd service
-  install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-  # global config
-  install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 451533, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-13 18:40:32 UTC (rev 451534)
@@ -0,0 +1,70 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=dcd
+pkgver=0.11.1
+pkgrel=1
+epoch=1
+_pkgcommit=d42fec7590a759d3afaf9609468d1bb394be1e7e
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+"git+https://github.com/msgpack/msgpack-d;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/dlang-community/dsymbol;
+"dcd.service"
+   "dcd.conf")
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
+
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
+
+prepare() {
+  cd "$srcdir/DCD"
+
+  git submodule init
+  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+  git config submodule.containers.url "$srcdir/containers"
+  git config submodule.libdparse.url "$srcdir/libdparse"
+  git config submodule.dsymbol.url 

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:36:43
  Author: wild
Revision: 442266

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 442265, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 442265, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 442265, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  140 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 23:36:32 UTC (rev 442265)
+++ PKGBUILD2019-03-16 23:36:43 UTC (rev 442266)
@@ -1,70 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=dcd
-pkgver=0.11.0
-pkgrel=1
-epoch=1
-_pkgcommit=8a7a6c75acfb320e0b8aa5e00d210f5393ae3363
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-"git+https://github.com/msgpack/msgpack-d;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/dlang-community/dsymbol;
-"dcd.service"
-   "dcd.conf")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
-
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
-
-prepare() {
-  cd "$srcdir/DCD"
-
-  git submodule init
-  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"" makefile
-}
-
-build() {
-  cd "$srcdir/DCD"
-
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-  install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-  # documentation
-  install -d "$pkgdir/usr/share/man/man1/"
-  find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-  # license
-  install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd service
-  install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-  # global config
-  install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 442265, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 23:36:43 UTC (rev 442266)
@@ -0,0 +1,70 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=dcd
+pkgver=0.11.0
+pkgrel=2
+epoch=1
+_pkgcommit=8a7a6c75acfb320e0b8aa5e00d210f5393ae3363
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+"git+https://github.com/msgpack/msgpack-d;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/dlang-community/dsymbol;
+"dcd.service"
+   "dcd.conf")
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
+
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
+
+prepare() {
+  cd "$srcdir/DCD"
+
+  git submodule init
+  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+  git config submodule.containers.url "$srcdir/containers"
+  git config submodule.libdparse.url "$srcdir/libdparse"
+  git config submodule.dsymbol.url 

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2019-03-16 Thread Dan Printzell via arch-commits
Date: Saturday, March 16, 2019 @ 23:23:23
  Author: wild
Revision: 442260

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 442259, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 442259, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 442259, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  139 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 84 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 23:23:12 UTC (rev 442259)
+++ PKGBUILD2019-03-16 23:23:23 UTC (rev 442260)
@@ -1,69 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=dcd
-pkgver=0.11.2
-pkgrel=1
-_pkgcommit=a163e33beb69cc661d8f82b3d983b4f39955f312
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-"git+https://github.com/msgpack/msgpack-d;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/dlang-community/dsymbol;
-"dcd.service"
-   "dcd.conf")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
-
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
-
-prepare() {
-  cd "$srcdir/DCD"
-
-  git submodule init
-  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"" makefile
-}
-
-build() {
-  cd "$srcdir/DCD"
-
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-  install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-  # documentation
-  install -d "$pkgdir/usr/share/man/man1/"
-  find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-  # license
-  install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd service
-  install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-  # global config
-  install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 442259, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 23:23:23 UTC (rev 442260)
@@ -0,0 +1,70 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=dcd
+pkgver=0.11.0
+pkgrel=1
+epoch=1
+_pkgcommit=8a7a6c75acfb320e0b8aa5e00d210f5393ae3363
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+"git+https://github.com/msgpack/msgpack-d;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/dlang-community/dsymbol;
+"dcd.service"
+   "dcd.conf")
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
+
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
+
+prepare() {
+  cd "$srcdir/DCD"
+
+  git submodule init
+  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+  git config submodule.containers.url "$srcdir/containers"
+  git config submodule.libdparse.url "$srcdir/libdparse"
+  git config submodule.dsymbol.url 

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2019-02-16 Thread Filipe Laíns via arch-commits
Date: Saturday, February 16, 2019 @ 16:43:22
  Author: ffy00
Revision: 433529

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 433528, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 433528, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 433528, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  138 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-16 16:43:07 UTC (rev 433528)
+++ PKGBUILD2019-02-16 16:43:22 UTC (rev 433529)
@@ -1,69 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=dcd
-pkgver=0.10.2
-pkgrel=1
-_pkgcommit=a163e33beb69cc661d8f82b3d983b4f39955f312
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-"git+https://github.com/msgpack/msgpack-d;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/dlang-community/dsymbol;
-"dcd.service"
-   "dcd.conf")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
-
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
-
-prepare() {
-  cd "$srcdir/DCD"
-
-  git submodule init
-  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false 
-L=\"$LDFLAGS\"" makefile
-}
-
-build() {
-  cd "$srcdir/DCD"
-
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-  install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-  # documentation
-  install -d "$pkgdir/usr/share/man/man1/"
-  find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-  # license
-  install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd service
-  install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-  # global config
-  install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 433528, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-16 16:43:22 UTC (rev 433529)
@@ -0,0 +1,69 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=dcd
+pkgver=0.11.2
+pkgrel=1
+_pkgcommit=a163e33beb69cc661d8f82b3d983b4f39955f312
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+"git+https://github.com/msgpack/msgpack-d;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/dlang-community/dsymbol;
+"dcd.service"
+   "dcd.conf")
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
+
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
+
+prepare() {
+  cd "$srcdir/DCD"
+
+  git submodule init
+  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+  git config submodule.containers.url "$srcdir/containers"
+  git config submodule.libdparse.url "$srcdir/libdparse"
+  git config submodule.dsymbol.url "$srcdir/dsymbol"
+  

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2019-01-05 Thread Dan Printzell via arch-commits
Date: Saturday, January 5, 2019 @ 14:40:45
  Author: wild
Revision: 420677

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 420676, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 420676, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 420676, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  138 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-05 14:40:28 UTC (rev 420676)
+++ PKGBUILD2019-01-05 14:40:45 UTC (rev 420677)
@@ -1,69 +0,0 @@
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=dcd
-pkgver=0.9.13
-pkgrel=1
-_pkgcommit=baddc0a3fe97521e0b7fdbc1a45bde18afed4314
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-"git+https://github.com/msgpack/msgpack-d;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/dlang-community/dsymbol;
-"dcd.service"
-   "dcd.conf")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
-
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
-
-prepare() {
-  cd "$srcdir/DCD"
-
-  git submodule init
-  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false" 
makefile
-}
-
-build() {
-  cd "$srcdir/DCD"
-
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-  install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-  # documentation
-  install -d "$pkgdir/usr/share/man/man1/"
-  find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-  # license
-  install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd service
-  install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-  # global config
-  install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 420676, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-05 14:40:45 UTC (rev 420677)
@@ -0,0 +1,69 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=dcd
+pkgver=0.10.2
+pkgrel=1
+_pkgcommit=a163e33beb69cc661d8f82b3d983b4f39955f312
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+"git+https://github.com/msgpack/msgpack-d;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/dlang-community/dsymbol;
+"dcd.service"
+   "dcd.conf")
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
+
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
+
+prepare() {
+  cd "$srcdir/DCD"
+
+  git submodule init
+  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+  git config submodule.containers.url "$srcdir/containers"
+  git config submodule.libdparse.url "$srcdir/libdparse"
+  git config submodule.dsymbol.url "$srcdir/dsymbol"
+  git submodule 

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2018-09-17 Thread Dan Printzell via arch-commits
Date: Tuesday, September 18, 2018 @ 00:12:49
  Author: wild
Revision: 382823

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 382822, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 382822, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 382822, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  139 --
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 83 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-18 00:12:37 UTC (rev 382822)
+++ PKGBUILD2018-09-18 00:12:49 UTC (rev 382823)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=dcd
-pkgver=0.9.12
-pkgrel=1
-_pkgcommit=a9de09c4dc979897896fe7dd031f2f08cc09fa6a
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-"git+https://github.com/msgpack/msgpack-d;
-"git+https://github.com/economicmodeling/containers;
-"git+https://github.com/dlang-community/libdparse;
-"git+https://github.com/dlang-community/dsymbol;
-"dcd.service"
-   "dcd.conf")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
-
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
-
-prepare() {
-  cd "$srcdir/DCD"
-
-  git submodule init
-  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-  git config submodule.containers.url "$srcdir/containers"
-  git config submodule.libdparse.url "$srcdir/libdparse"
-  git config submodule.dsymbol.url "$srcdir/dsymbol"
-  git submodule update
-
-  # Only LDC have -O5
-  sed -i "/-O5/ a -flto=full -linker=gold -link-defaultlib-shared=false" 
makefile
-}
-
-build() {
-  cd "$srcdir/DCD"
-
-  make ldc
-}
-
-package() {
-  # binaries
-  install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-  install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-  # documentation
-  install -d "$pkgdir/usr/share/man/man1/"
-  find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-  # license
-  install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd service
-  install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-  # global config
-  install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 382822, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-18 00:12:49 UTC (rev 382823)
@@ -0,0 +1,69 @@
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=dcd
+pkgver=0.9.13
+pkgrel=1
+_pkgcommit=baddc0a3fe97521e0b7fdbc1a45bde18afed4314
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+"git+https://github.com/msgpack/msgpack-d;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/dlang-community/dsymbol;
+"dcd.service"
+   "dcd.conf")
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
+
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
+
+prepare() {
+  cd "$srcdir/DCD"
+
+  git submodule init
+  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+  git config submodule.containers.url "$srcdir/containers"
+  git config submodule.libdparse.url "$srcdir/libdparse"
+  git config submodule.dsymbol.url "$srcdir/dsymbol"
+  git 

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2018-09-02 Thread Filipe Laíns via arch-commits
Date: Sunday, September 2, 2018 @ 23:42:33
  Author: ffy00
Revision: 376203

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 376202, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 376202, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 376202, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  145 --
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 84 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-02 23:42:30 UTC (rev 376202)
+++ PKGBUILD2018-09-02 23:42:33 UTC (rev 376203)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=('dcd')
-pkgver=0.9.10
-pkgrel=1
-_pkgcommit=5a73968870fc7b9ba76a76be1ae193c32d420b13
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-
-source=(
-   "git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-   "git+https://github.com/msgpack/msgpack-d;
-   "git+https://github.com/economicmodeling/containers;
-   "git+https://github.com/dlang-community/libdparse;
-   "git+https://github.com/dlang-community/dsymbol;
-   "dcd.service"
-   "dcd.conf"
-)
-
-sha256sums=(
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
-   'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
-)
-
-prepare() {
-   cd "$srcdir/DCD"
-
-   git submodule init
-   git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-   git config submodule.containers.url "$srcdir/containers"
-   git config submodule.libdparse.url "$srcdir/libdparse"
-   git config submodule.dsymbol.url "$srcdir/dsymbol"
-   git submodule update
-
-   # Only LDC have -O5
-   sed -i "/-O5/ a -flto=full -linker=gold 
-link-defaultlib-shared=false" makefile
-}
-
-build() {
-   cd "$srcdir/DCD"
-
-   make ldc
-}
-
-package() {
-   # binaries
-   install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-   install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-   # documentation
-   install -d "$pkgdir/usr/share/man/man1/"
-   find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-   # license
-   install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   # systemd service
-   install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-   # global config
-   install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 376202, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-02 23:42:33 UTC (rev 376203)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=dcd
+pkgver=0.9.12
+pkgrel=1
+_pkgcommit=a9de09c4dc979897896fe7dd031f2f08cc09fa6a
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+source=("git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+"git+https://github.com/msgpack/msgpack-d;
+"git+https://github.com/economicmodeling/containers;
+"git+https://github.com/dlang-community/libdparse;
+"git+https://github.com/dlang-community/dsymbol;
+"dcd.service"
+   "dcd.conf")
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'563e660058721fdacdfa365a774e58b0e9cdb962e14198112a5d971aa4e35025529266130474212834d78ad1c11901e2f8208176a3891ce6ffc9a2ffd9c8c1e0'
+
'1480d4d66b6732f198fcaae52861b06c8bfcee7f622a546d643a4e8fb259aa0350415fb2f87b1bc4d301ad11af866d7962faf2bcfc0587971a86a73265676703')
+
+prepare() {
+  cd "$srcdir/DCD"
+
+  git submodule init
+  git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+  git config submodule.containers.url "$srcdir/containers"
+  git config submodule.libdparse.url "$srcdir/libdparse"
+  git config submodule.dsymbol.url "$srcdir/dsymbol"
+  git submodule update
+
+  # Only LDC have -O5
+  sed -i 

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2018-07-23 Thread Dan Printzell via arch-commits
Date: Monday, July 23, 2018 @ 22:56:14
  Author: wild
Revision: 363229

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 363228, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 363228, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 363228, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  150 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-23 22:56:03 UTC (rev 363228)
+++ PKGBUILD2018-07-23 22:56:14 UTC (rev 363229)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=('dcd')
-pkgver=0.9.9
-pkgrel=1
-_pkgcommit=c7ea7e081ed9ad2d85e9f981fd047d7fcdb2cf51
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-
-source=(
-   "git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-   "git+https://github.com/msgpack/msgpack-d;
-   "git+https://github.com/economicmodeling/containers;
-   "git+https://github.com/dlang-community/libdparse;
-   "git+https://github.com/dlang-community/dsymbol;
-   "dcd.service"
-   "dcd.conf"
-)
-
-sha256sums=(
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
-   'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
-)
-
-prepare() {
-   cd "$srcdir/DCD"
-
-   git submodule init
-   git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-   git config submodule.containers.url "$srcdir/containers"
-   git config submodule.libdparse.url "$srcdir/libdparse"
-   git config submodule.dsymbol.url "$srcdir/dsymbol"
-   git submodule update
-
-   # Only LDC have -O5
-   sed -i "/-O5/ a -flto=full -linker=gold 
-link-defaultlib-shared=false" makefile
-}
-
-build() {
-   cd "$srcdir/DCD"
-
-   make ldc
-}
-
-package() {
-   # binaries
-   install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-   install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-   # documentation
-   install -d "$pkgdir/usr/share/man/man1/"
-   find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-   # license
-   install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   # systemd service
-   install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-   # global config
-   install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 363228, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-23 22:56:14 UTC (rev 363229)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=('dcd')
+pkgver=0.9.10
+pkgrel=1
+_pkgcommit=5a73968870fc7b9ba76a76be1ae193c32d420b13
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+
+source=(
+   "git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+   "git+https://github.com/msgpack/msgpack-d;
+   "git+https://github.com/economicmodeling/containers;
+   "git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/dlang-community/dsymbol;
+   "dcd.service"
+   "dcd.conf"
+)
+
+sha256sums=(
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
+   'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
+)
+
+prepare() {
+   cd "$srcdir/DCD"
+
+   git submodule init
+   git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+   git config submodule.containers.url "$srcdir/containers"
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.dsymbol.url "$srcdir/dsymbol"
+   git submodule update
+
+   # Only LDC have -O5
+   sed -i "/-O5/ a -flto=full -linker=gold 
-link-defaultlib-shared=false" makefile
+}
+
+build() {
+   cd "$srcdir/DCD"
+
+   make 

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2018-06-15 Thread Dan Printzell via arch-commits
Date: Friday, June 15, 2018 @ 19:44:12
  Author: wild
Revision: 343337

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 343336, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 343336, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 343336, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  150 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-15 19:44:03 UTC (rev 343336)
+++ PKGBUILD2018-06-15 19:44:12 UTC (rev 343337)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=('dcd')
-pkgver=0.9.8
-pkgrel=1
-_pkgcommit=717023b8b38c0f75687936272f81f274e4728f26
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-
-source=(
-   "git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-   "git+https://github.com/msgpack/msgpack-d;
-   "git+https://github.com/economicmodeling/containers;
-   "git+https://github.com/dlang-community/libdparse;
-   "git+https://github.com/dlang-community/dsymbol;
-   "dcd.service"
-   "dcd.conf"
-)
-
-sha256sums=(
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
-   'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
-)
-
-prepare() {
-   cd "$srcdir/DCD"
-
-   git submodule init
-   git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-   git config submodule.containers.url "$srcdir/containers"
-   git config submodule.libdparse.url "$srcdir/libdparse"
-   git config submodule.dsymbol.url "$srcdir/dsymbol"
-   git submodule update
-
-   # Only LDC have -O5
-   sed -i "/-O5/ a -flto=full -linker=gold 
-link-defaultlib-shared=false" makefile
-}
-
-build() {
-   cd "$srcdir/DCD"
-
-   make ldc
-}
-
-package() {
-   # binaries
-   install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-   install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-   # documentation
-   install -d "$pkgdir/usr/share/man/man1/"
-   find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-   # license
-   install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   # systemd service
-   install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-   # global config
-   install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 343336, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-15 19:44:12 UTC (rev 343337)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=('dcd')
+pkgver=0.9.9
+pkgrel=1
+_pkgcommit=c7ea7e081ed9ad2d85e9f981fd047d7fcdb2cf51
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+
+source=(
+   "git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+   "git+https://github.com/msgpack/msgpack-d;
+   "git+https://github.com/economicmodeling/containers;
+   "git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/dlang-community/dsymbol;
+   "dcd.service"
+   "dcd.conf"
+)
+
+sha256sums=(
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
+   'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
+)
+
+prepare() {
+   cd "$srcdir/DCD"
+
+   git submodule init
+   git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+   git config submodule.containers.url "$srcdir/containers"
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.dsymbol.url "$srcdir/dsymbol"
+   git submodule update
+
+   # Only LDC have -O5
+   sed -i "/-O5/ a -flto=full -linker=gold 
-link-defaultlib-shared=false" makefile
+}
+
+build() {
+   cd "$srcdir/DCD"
+
+   make ldc

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2018-05-22 Thread Dan Printzell via arch-commits
Date: Tuesday, May 22, 2018 @ 15:48:51
  Author: wild
Revision: 327638

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 327637, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 327637, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 327637, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  150 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-22 15:48:40 UTC (rev 327637)
+++ PKGBUILD2018-05-22 15:48:51 UTC (rev 327638)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=('dcd')
-pkgver=0.9.7
-pkgrel=1
-_pkgcommit=ff4474eb1bff9f2221b97062543b9b9516290c58
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-
-source=(
-   "git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-   "git+https://github.com/msgpack/msgpack-d;
-   "git+https://github.com/economicmodeling/containers;
-   "git+https://github.com/dlang-community/libdparse;
-   "git+https://github.com/dlang-community/dsymbol;
-   "dcd.service"
-   "dcd.conf"
-)
-
-sha256sums=(
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
-   'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
-)
-
-prepare() {
-   cd "$srcdir/DCD"
-
-   git submodule init
-   git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-   git config submodule.containers.url "$srcdir/containers"
-   git config submodule.libdparse.url "$srcdir/libdparse"
-   git config submodule.dsymbol.url "$srcdir/dsymbol"
-   git submodule update
-
-   # Only LDC have -O5
-   sed -i "/-O5/ a -flto=full -linker=gold 
-link-defaultlib-shared=false" makefile
-}
-
-build() {
-   cd "$srcdir/DCD"
-
-   make ldc
-}
-
-package() {
-   # binaries
-   install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-   install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-   # documentation
-   install -d "$pkgdir/usr/share/man/man1/"
-   find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-   # license
-   install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   # systemd service
-   install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-   # global config
-   install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 327637, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-22 15:48:51 UTC (rev 327638)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=('dcd')
+pkgver=0.9.8
+pkgrel=1
+_pkgcommit=717023b8b38c0f75687936272f81f274e4728f26
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+
+source=(
+   "git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+   "git+https://github.com/msgpack/msgpack-d;
+   "git+https://github.com/economicmodeling/containers;
+   "git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/dlang-community/dsymbol;
+   "dcd.service"
+   "dcd.conf"
+)
+
+sha256sums=(
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
+   'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
+)
+
+prepare() {
+   cd "$srcdir/DCD"
+
+   git submodule init
+   git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+   git config submodule.containers.url "$srcdir/containers"
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.dsymbol.url "$srcdir/dsymbol"
+   git submodule update
+
+   # Only LDC have -O5
+   sed -i "/-O5/ a 

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2018-05-17 Thread Dan Printzell via arch-commits
Date: Thursday, May 17, 2018 @ 17:06:45
  Author: wild
Revision: 323922

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 323921, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 323921, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 323921, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  150 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-17 17:06:34 UTC (rev 323921)
+++ PKGBUILD2018-05-17 17:06:45 UTC (rev 323922)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=('dcd')
-pkgver=0.9.4
-pkgrel=1
-_pkgcommit=c90afe1ece9a7f5723acf284b59ab390f2b18a13
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-
-source=(
-   "git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-   "git+https://github.com/msgpack/msgpack-d;
-   "git+https://github.com/economicmodeling/containers;
-   "git+https://github.com/dlang-community/libdparse;
-   "git+https://github.com/dlang-community/dsymbol;
-   "dcd.service"
-   "dcd.conf"
-)
-
-sha256sums=(
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
-   'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
-)
-
-prepare() {
-   cd "$srcdir/DCD"
-
-   git submodule init
-   git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-   git config submodule.containers.url "$srcdir/containers"
-   git config submodule.libdparse.url "$srcdir/libdparse"
-   git config submodule.dsymbol.url "$srcdir/dsymbol"
-   git submodule update
-
-   # Only LDC have -O5
-   sed -i "/-O5/ a -flto=full -linker=gold 
-link-defaultlib-shared=false" makefile
-}
-
-build() {
-   cd "$srcdir/DCD"
-
-   make ldc
-}
-
-package() {
-   # binaries
-   install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-   install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-   # documentation
-   install -d "$pkgdir/usr/share/man/man1/"
-   find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-   # license
-   install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   # systemd service
-   install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-   # global config
-   install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 323921, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-17 17:06:45 UTC (rev 323922)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=('dcd')
+pkgver=0.9.7
+pkgrel=1
+_pkgcommit=ff4474eb1bff9f2221b97062543b9b9516290c58
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+
+source=(
+   "git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+   "git+https://github.com/msgpack/msgpack-d;
+   "git+https://github.com/economicmodeling/containers;
+   "git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/dlang-community/dsymbol;
+   "dcd.service"
+   "dcd.conf"
+)
+
+sha256sums=(
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
+   'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
+)
+
+prepare() {
+   cd "$srcdir/DCD"
+
+   git submodule init
+   git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+   git config submodule.containers.url "$srcdir/containers"
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.dsymbol.url "$srcdir/dsymbol"
+   git submodule update
+
+   # Only LDC have -O5
+   sed -i "/-O5/ a 

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2018-04-27 Thread Dan Printzell via arch-commits
Date: Friday, April 27, 2018 @ 11:31:30
  Author: wild
Revision: 318287

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 318286, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 318286, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 318286, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  150 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-27 11:31:20 UTC (rev 318286)
+++ PKGBUILD2018-04-27 11:31:30 UTC (rev 318287)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=('dcd')
-pkgver=0.9.3
-pkgrel=1
-_pkgcommit=15f5b119773a34cfe29f48bc0ff55c2d0255d33e
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-
-source=(
-   "git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-   "git+https://github.com/msgpack/msgpack-d;
-   "git+https://github.com/economicmodeling/containers;
-   "git+https://github.com/dlang-community/libdparse;
-   "git+https://github.com/dlang-community/dsymbol;
-   "dcd.service"
-   "dcd.conf"
-)
-
-sha256sums=(
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
-   'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
-)
-
-prepare() {
-   cd "$srcdir/DCD"
-
-   git submodule init
-   git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-   git config submodule.containers.url "$srcdir/containers"
-   git config submodule.libdparse.url "$srcdir/libdparse"
-   git config submodule.dsymbol.url "$srcdir/dsymbol"
-   git submodule update
-
-   # Only LDC have -O5
-   sed -i "/-O5/ a -flto=full -linker=gold 
-link-defaultlib-shared=false" makefile
-}
-
-build() {
-   cd "$srcdir/DCD"
-
-   make ldc
-}
-
-package() {
-   # binaries
-   install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-   install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-   # documentation
-   install -d "$pkgdir/usr/share/man/man1/"
-   find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-   # license
-   install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   # systemd service
-   install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-   # global config
-   install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 318286, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-27 11:31:30 UTC (rev 318287)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=('dcd')
+pkgver=0.9.4
+pkgrel=1
+_pkgcommit=c90afe1ece9a7f5723acf284b59ab390f2b18a13
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+
+source=(
+   "git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+   "git+https://github.com/msgpack/msgpack-d;
+   "git+https://github.com/economicmodeling/containers;
+   "git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/dlang-community/dsymbol;
+   "dcd.service"
+   "dcd.conf"
+)
+
+sha256sums=(
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
+   'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
+)
+
+prepare() {
+   cd "$srcdir/DCD"
+
+   git submodule init
+   git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+   git config submodule.containers.url "$srcdir/containers"
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.dsymbol.url "$srcdir/dsymbol"
+   git submodule update
+
+   # Only LDC have -O5
+   sed -i "/-O5/ a 

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2018-04-26 Thread Dan Printzell via arch-commits
Date: Thursday, April 26, 2018 @ 17:56:46
  Author: wild
Revision: 318172

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 318171, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 318171, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 318171, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|  147 +-
 dcd.conf|2 
 dcd.service |   26 +-
 3 files changed, 89 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-26 17:56:36 UTC (rev 318171)
+++ PKGBUILD2018-04-26 17:56:46 UTC (rev 318172)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Mihails Strasuns 
-
-pkgname=('dcd')
-pkgver=0.9.1
-pkgrel=2
-_pkgcommit=9f4c6ddaf43544682de37d864d33b52e9648ca10
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-arch=('i686' 'x86_64')
-url="https://github.com/Hackerpilot/DCD;
-license=('GPL3')
-groups=('dlang')
-makedepends=('dmd' 'git')
-depends=('libphobos')
-
-source=(
-   "git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
-   "git+https://github.com/msgpack/msgpack-d;
-   "git+https://github.com/economicmodeling/containers;
-   "git+https://github.com/dlang-community/libdparse;
-   "git+https://github.com/dlang-community/dsymbol;
-   "dcd.service"
-   "dcd.conf"
-)
-
-sha256sums=(
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
-   'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
-)
-
-prepare() {
-   cd "$srcdir/DCD"
-
-   git submodule init
-   git config submodule.msgpack-d.url "$srcdir/msgpack-d"
-   git config submodule.containers.url "$srcdir/containers"
-   git config submodule.libdparse.url "$srcdir/libdparse"
-   git config submodule.dsymbol.url "$srcdir/dsymbol"
-   git submodule update
-}
-
-build() {
-   cd "$srcdir/DCD"
-
-   make dmd
-}
-
-package() {
-   # binaries
-   install -Dm755 "$srcdir/DCD/bin/dcd-server" "$pkgdir/usr/bin/dcd-server"
-   install -Dm755 "$srcdir/DCD/bin/dcd-client" "$pkgdir/usr/bin/dcd-client"
-
-   # documentation
-   install -d "$pkgdir/usr/share/man/man1/"
-   find "$srcdir/DCD/man1/" -type f -exec install -m 644 "{}" 
"$pkgdir/usr/share/man/man1/" \;
-
-   # license
-   install -Dm644 "$srcdir/DCD/License.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-   # systemd service
-   install -Dm644 "$srcdir/dcd.service" 
"$pkgdir/usr/lib/systemd/system/dcd.service"
-
-   # global config
-   install -Dm644 "$srcdir/dcd.conf" "$pkgdir/etc/dcd.conf"
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 318171, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-26 17:56:46 UTC (rev 318172)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Dan Printzell 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Mihails Strasuns 
+
+pkgname=('dcd')
+pkgver=0.9.3
+pkgrel=1
+_pkgcommit=15f5b119773a34cfe29f48bc0ff55c2d0255d33e
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+license=('GPL3')
+groups=('dlang')
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+
+source=(
+   "git+https://github.com/dlang-community/DCD#commit=$_pkgcommit;
+   "git+https://github.com/msgpack/msgpack-d;
+   "git+https://github.com/economicmodeling/containers;
+   "git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/dlang-community/dsymbol;
+   "dcd.service"
+   "dcd.conf"
+)
+
+sha256sums=(
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   '7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
+   'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
+)
+
+prepare() {
+   cd "$srcdir/DCD"
+
+   git submodule init
+   git config submodule.msgpack-d.url "$srcdir/msgpack-d"
+   git config submodule.containers.url "$srcdir/containers"
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.dsymbol.url "$srcdir/dsymbol"
+   git submodule update
+
+   # Only LDC have -O5
+   sed -i "/-O5/ a -flto=full -linker=gold 
-link-defaultlib-shared=false" makefile
+}
+
+build() {
+   cd "$srcdir/DCD"
+
+   

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2016-01-09 Thread Antonio Rojas
Date: Saturday, January 9, 2016 @ 10:24:35
  Author: arojas
Revision: 155775

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 155774, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 155774, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 155774, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|   96 --
 dcd.conf|2 -
 dcd.service |   26 +++
 3 files changed, 61 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-09 09:24:08 UTC (rev 155774)
+++ PKGBUILD2016-01-09 09:24:35 UTC (rev 155775)
@@ -1,49 +0,0 @@
-# Maintainer: Mihails Strasuns 
-pkgname=('dcd')
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-license=("GPL3")
-groups=('dlang')
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-
-source=(
-"git+https://github.com/Hackerpilot/DCD#tag=v$pkgver;
-"dcd.service"
-"dcd.conf"
-)
-sha256sums=(
-'SKIP'
-'7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
-'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
-)
-
-build()
-{
-cd $srcdir/DCD
-git submodule update --init --recursive
-make ldc
-}
-
-package()
-{
-cd $srcdir/DCD
-
-# binaries
-mkdir -p $pkgdir/usr/bin
-install -m755 -t $pkgdir/usr/bin ./bin/dcd-server
-install -m755 -t $pkgdir/usr/bin ./bin/dcd-client
-
-# documentation
-mkdir -p $pkgdir/usr/share/man/man1
-install -Dm644 man1/* $pkgdir/usr/share/man/man1/
-
-# systemd service
-install -Dm644 $srcdir/dcd.service 
${pkgdir}/usr/lib/systemd/system/dcd.service
-
-# global config
-install -Dm644 $srcdir/dcd.conf ${pkgdir}/etc/dcd.conf
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 155774, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-09 09:24:35 UTC (rev 155775)
@@ -0,0 +1,47 @@
+# Maintainer: Mihails Strasuns 
+pkgname=('dcd')
+pkgver=0.7.3
+pkgrel=1
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+license=("GPL3")
+groups=('dlang')
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+
+source=(
+"git+https://github.com/Hackerpilot/DCD#tag=v$pkgver;
+"dcd.service"
+"dcd.conf"
+)
+sha256sums=('SKIP'
+'7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
+'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b')
+
+build()
+{
+cd $srcdir/DCD
+git submodule update --init --recursive
+make ldc
+}
+
+package()
+{
+cd $srcdir/DCD
+
+# binaries
+mkdir -p $pkgdir/usr/bin
+install -m755 -t $pkgdir/usr/bin ./bin/dcd-server
+install -m755 -t $pkgdir/usr/bin ./bin/dcd-client
+
+# documentation
+mkdir -p $pkgdir/usr/share/man/man1
+install -Dm644 man1/* $pkgdir/usr/share/man/man1/
+
+# systemd service
+install -Dm644 $srcdir/dcd.service 
${pkgdir}/usr/lib/systemd/system/dcd.service
+
+# global config
+install -Dm644 $srcdir/dcd.conf ${pkgdir}/etc/dcd.conf
+}

Deleted: dcd.conf
===
--- dcd.conf2016-01-09 09:24:08 UTC (rev 155774)
+++ dcd.conf2016-01-09 09:24:35 UTC (rev 155775)
@@ -1 +0,0 @@
-/usr/include/dlang/dmd

Copied: dcd/repos/community-x86_64/dcd.conf (from rev 155774, 
dcd/trunk/dcd.conf)
===
--- dcd.conf(rev 0)
+++ dcd.conf2016-01-09 09:24:35 UTC (rev 155775)
@@ -0,0 +1 @@
+/usr/include/dlang/dmd

Deleted: dcd.service
===
--- dcd.service 2016-01-09 09:24:08 UTC (rev 155774)
+++ dcd.service 2016-01-09 09:24:35 UTC (rev 155775)
@@ -1,13 +0,0 @@
-[Unit]
-Description=DCD server
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/dcd-server
-ExecReload=/bin/kill $MAINPID
-KillMode=process
-Restart=always
-
-[Install]
-WantedBy=multi-user.target

Copied: dcd/repos/community-x86_64/dcd.service (from rev 155774, 
dcd/trunk/dcd.service)
===
--- dcd.service (rev 0)
+++ dcd.service 2016-01-09 09:24:35 UTC (rev 155775)
@@ -0,0 +1,13 @@
+[Unit]
+Description=DCD server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dcd-server
+ExecReload=/bin/kill $MAINPID
+KillMode=process

[arch-commits] Commit in dcd/repos/community-x86_64 (6 files)

2015-10-24 Thread Михаил Страшун
Date: Saturday, October 24, 2015 @ 09:59:02
  Author: dicebot
Revision: 144860

archrelease: copy trunk to community-x86_64

Added:
  dcd/repos/community-x86_64/PKGBUILD
(from rev 144859, dcd/trunk/PKGBUILD)
  dcd/repos/community-x86_64/dcd.conf
(from rev 144859, dcd/trunk/dcd.conf)
  dcd/repos/community-x86_64/dcd.service
(from rev 144859, dcd/trunk/dcd.service)
Deleted:
  dcd/repos/community-x86_64/PKGBUILD
  dcd/repos/community-x86_64/dcd.conf
  dcd/repos/community-x86_64/dcd.service

-+
 PKGBUILD|   98 +-
 dcd.conf|2 -
 dcd.service |   26 +++
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-24 07:58:54 UTC (rev 144859)
+++ PKGBUILD2015-10-24 07:59:02 UTC (rev 144860)
@@ -1,49 +0,0 @@
-# Maintainer: Mihails Strasuns 
-pkgname=('dcd')
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="D Completion Daemon: auto-complete for the D programming language"
-license=("GPL3")
-groups=('dlang')
-arch=('x86_64')
-url="https://github.com/Hackerpilot/DCD;
-makedepends=('ldc' 'git')
-depends=('liblphobos')
-
-source=(
-"git+https://github.com/Hackerpilot/DCD#tag=v$pkgver;
-"dcd.service"
-"dcd.conf"
-)
-sha256sums=(
-'SKIP'
-'7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
-'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
-)
-
-build()
-{
-cd $srcdir/DCD
-git submodule update --init
-make ldc
-}
-
-package()
-{
-cd $srcdir/DCD
-
-# binaries
-mkdir -p $pkgdir/usr/bin
-install -m755 -t $pkgdir/usr/bin ./bin/dcd-server
-install -m755 -t $pkgdir/usr/bin ./bin/dcd-client
-
-# documentation
-mkdir -p $pkgdir/usr/share/man/man1
-install -Dm644 man1/* $pkgdir/usr/share/man/man1/
-
-# systemd service
-install -Dm644 $srcdir/dcd.service 
${pkgdir}/usr/lib/systemd/system/dcd.service
-
-# global config
-install -Dm644 $srcdir/dcd.conf ${pkgdir}/etc/dcd.conf
-}

Copied: dcd/repos/community-x86_64/PKGBUILD (from rev 144859, 
dcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-24 07:59:02 UTC (rev 144860)
@@ -0,0 +1,49 @@
+# Maintainer: Mihails Strasuns 
+pkgname=('dcd')
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="D Completion Daemon: auto-complete for the D programming language"
+license=("GPL3")
+groups=('dlang')
+arch=('x86_64')
+url="https://github.com/Hackerpilot/DCD;
+makedepends=('ldc' 'git')
+depends=('liblphobos')
+
+source=(
+"git+https://github.com/Hackerpilot/DCD#tag=v$pkgver;
+"dcd.service"
+"dcd.conf"
+)
+sha256sums=(
+'SKIP'
+'7d3483ee92e42101d07395775aac5f0b277780f847c3823879fb35d1f2a9fbb3'
+'fb765020c49a918b157f5be2cabd71c16bbb050ddd762f1e08c84d1eddd4c97b'
+)
+
+build()
+{
+cd $srcdir/DCD
+git submodule update --init --recursive
+make ldc
+}
+
+package()
+{
+cd $srcdir/DCD
+
+# binaries
+mkdir -p $pkgdir/usr/bin
+install -m755 -t $pkgdir/usr/bin ./bin/dcd-server
+install -m755 -t $pkgdir/usr/bin ./bin/dcd-client
+
+# documentation
+mkdir -p $pkgdir/usr/share/man/man1
+install -Dm644 man1/* $pkgdir/usr/share/man/man1/
+
+# systemd service
+install -Dm644 $srcdir/dcd.service 
${pkgdir}/usr/lib/systemd/system/dcd.service
+
+# global config
+install -Dm644 $srcdir/dcd.conf ${pkgdir}/etc/dcd.conf
+}

Deleted: dcd.conf
===
--- dcd.conf2015-10-24 07:58:54 UTC (rev 144859)
+++ dcd.conf2015-10-24 07:59:02 UTC (rev 144860)
@@ -1 +0,0 @@
-/usr/include/dlang/dmd

Copied: dcd/repos/community-x86_64/dcd.conf (from rev 144859, 
dcd/trunk/dcd.conf)
===
--- dcd.conf(rev 0)
+++ dcd.conf2015-10-24 07:59:02 UTC (rev 144860)
@@ -0,0 +1 @@
+/usr/include/dlang/dmd

Deleted: dcd.service
===
--- dcd.service 2015-10-24 07:58:54 UTC (rev 144859)
+++ dcd.service 2015-10-24 07:59:02 UTC (rev 144860)
@@ -1,13 +0,0 @@
-[Unit]
-Description=DCD server
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/dcd-server
-ExecReload=/bin/kill $MAINPID
-KillMode=process
-Restart=always
-
-[Install]
-WantedBy=multi-user.target

Copied: dcd/repos/community-x86_64/dcd.service (from rev 144859, 
dcd/trunk/dcd.service)
===
--- dcd.service (rev 0)
+++ dcd.service 2015-10-24 07:59:02 UTC (rev 144860)
@@ -0,0 +1,13 @@
+[Unit]
+Description=DCD server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dcd-server
+ExecReload=/bin/kill $MAINPID
+KillMode=process
+Restart=always
+