[arch-commits] Commit in vibe-d/repos/community-x86_64 (PKGBUILD PKGBUILD)

Dan Printzell wild at archlinux.org
Mon Jan 13 15:10:56 UTC 2020


    Date: Monday, January 13, 2020 @ 15:10:55
  Author: wild
Revision: 552369

archrelease: copy trunk to community-x86_64

Added:
  vibe-d/repos/community-x86_64/PKGBUILD
    (from rev 552368, vibe-d/trunk/PKGBUILD)
Deleted:
  vibe-d/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 47 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-13 15:10:49 UTC (rev 552368)
+++ PKGBUILD	2020-01-13 15:10:55 UTC (rev 552369)
@@ -1,53 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <filipe.lains at gmail.com>
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.6
-pkgrel=1
-pkgdesc='High-performance asynchronous I/O, concurrency and web application toolkit'
-arch=('x86_64')
-url='https://vibed.org'
-license=('MIT')
-depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
-makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz")
-sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Meson forgot to add this flag when creating a shared library.
-  find . -iname "meson.build" -exec sed -i "/soversion:/a, link_args: '-shared'," {} \;
-
-  # Add missing file
-  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," http/meson.build
-}
-
-build() {
-  mkdir -p $_pkgname-$pkgver/build
-  cd $_pkgname-$pkgver/build
-
-  export DC=ldc
-
-  arch-meson ..
-
-  # meson broke -soname for D in the latest update
-  sed -i "s/-soname,/=-soname=/g" build.ninja
-
-  ninja
-}
-
-check() {
-  cd $_pkgname-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd $_pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 552368, vibe-d/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-13 15:10:55 UTC (rev 552369)
@@ -0,0 +1,47 @@
+# Maintainer: Filipe Laíns (FFY00) <filipe.lains at gmail.com>
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.6
+pkgrel=2
+pkgdesc='High-performance asynchronous I/O, concurrency and web application toolkit'
+arch=('x86_64')
+url='https://vibed.org'
+license=('MIT')
+depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
+makedepends=('meson' 'ldc' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz")
+sha512sums=('4c5960693698349b606a15f7e4e680474b05604e7a18b79890ee91b1e1805818ace916eb4d25727e8ec63ef7243b1f3d3df97be0682c0d785e32341878705ada')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  # Add missing file
+  sed -i "/vibe_http_src =/a 'vibe/http/internal/basic_auth_client.d'," http/meson.build
+}
+
+build() {
+  mkdir -p $_pkgname-$pkgver/build
+  cd $_pkgname-$pkgver/build
+
+  export DC=ldc
+
+  arch-meson ..
+
+  ninja
+}
+
+check() {
+  cd $_pkgname-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd $_pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm 644 ../LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



More information about the arch-commits mailing list