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

Dan Printzell wild at archlinux.org
Sun Apr 14 14:42:01 UTC 2019


    Date: Sunday, April 14, 2019 @ 14:42:00
  Author: wild
Revision: 451630

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   99 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 48 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-14 14:41:48 UTC (rev 451629)
+++ PKGBUILD	2019-04-14 14:42:00 UTC (rev 451630)
@@ -1,51 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <filipe.lains at gmail.com>
-
-pkgname=vibe-d
-_pkgname=vibe.d
-pkgver=0.8.4
-pkgrel=4
-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"
-"fix-aa-tests.patch::https://github.com/vibe-d/vibe.d/commit/926691489fcc6da40e3c8e187e557398acbef532.patch")
-sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3'
-            'a4aa070a9b1cf4c5c6920e8537bdcd0a4b8bae94a3a0a16db1c2d667118f13a98936ccd5f4f8055a2c25ceced1e98a950b60620be1e825eb8ebbbe88821c5c5b')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  # Disable failing tests
-  sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
-
-	patch -p1 < "$srcdir"/fix-aa-tests.patch
-}
-
-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
-}
-

Copied: vibe-d/repos/community-x86_64/PKGBUILD (from rev 451629, vibe-d/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-14 14:42:00 UTC (rev 451630)
@@ -0,0 +1,48 @@
+# Maintainer: Filipe Laíns (FFY00) <filipe.lains at gmail.com>
+
+pkgname=vibe-d
+_pkgname=vibe.d
+pkgver=0.8.5
+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"
+        "fix-meson.patch::https://github.com/vibe-d/vibe.d/pull/2302/commits/b2e5f979b52ed8ae1d044c37d556fae70882917c.patch")
+sha512sums=('de4b14087e0df0de8ccad272481987d956487e8d18ab7142c3f25e54c41820e3f24aa6307416b67ff805240316c6dedc69f89fddf377307f0d5f35b9481cecdf'
+            '33b987cd59bda57f032b2b29535c83552329051271d3b0c23bcae23da1a1b8f352055d94a9663371c01d53bbf463958497780d3c8563f6c7ab030ccb7f06081f')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  patch -p1 < "$srcdir"/fix-meson.patch
+}
+
+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