Date: Sunday, October 14, 2018 @ 00:07:38 Author: wild Revision: 393369
archrelease: copy trunk to community-x86_64 Added: gir-to-d/repos/community-x86_64/PKGBUILD (from rev 393368, gir-to-d/trunk/PKGBUILD) Deleted: gir-to-d/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-10-14 00:07:20 UTC (rev 393368) +++ PKGBUILD 2018-10-14 00:07:38 UTC (rev 393369) @@ -1,28 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgname=gir-to-d -pkgver=0.16.1 -pkgrel=1 -pkgdesc="Create D bindings from GObject introspection files" -arch=(x86_64) -url="https://github.com/gtkd-developers/gir-to-d" -license=(LGPL3) -depends=(gcc-libs) -makedepends=(meson dmd libphobos) -source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz") -sha256sums=('da15697873b38a51847a00cc07b6d2ad0c7d181bde5cd81201c6356063354533') - -prepare() { - mkdir -p build -} - -build() { - cd build - meson ../$pkgname-$pkgver --prefix=/usr - ninja -} - -package() { - cd build - DESTDIR="$pkgdir" ninja install -} Copied: gir-to-d/repos/community-x86_64/PKGBUILD (from rev 393368, gir-to-d/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-10-14 00:07:38 UTC (rev 393369) @@ -0,0 +1,28 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=gir-to-d +pkgver=0.16.1 +pkgrel=2 +pkgdesc="Create D bindings from GObject introspection files" +arch=(x86_64) +url="https://github.com/gtkd-developers/gir-to-d" +license=(LGPL3) +depends=(gcc-libs) +makedepends=(meson dmd libphobos) +source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz") +sha256sums=('da15697873b38a51847a00cc07b6d2ad0c7d181bde5cd81201c6356063354533') + +prepare() { + mkdir -p build +} + +build() { + cd build + meson ../$pkgname-$pkgver --prefix=/usr + ninja +} + +package() { + cd build + DESTDIR="$pkgdir" ninja install +}