Date: Friday, May 26, 2017 @ 11:02:10 Author: arojas Revision: 230453
archrelease: copy trunk to community-x86_64, community-i686 Added: gir-to-d/repos/community-i686/PKGBUILD (from rev 230452, gir-to-d/trunk/PKGBUILD) gir-to-d/repos/community-x86_64/PKGBUILD (from rev 230452, gir-to-d/trunk/PKGBUILD) Deleted: gir-to-d/repos/community-i686/PKGBUILD gir-to-d/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 28 ------------------ community-x86_64/PKGBUILD | 28 ------------------ 3 files changed, 68 insertions(+), 56 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2017-05-26 11:01:31 UTC (rev 230452) +++ community-i686/PKGBUILD 2017-05-26 11:02:10 UTC (rev 230453) @@ -1,28 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgname=gir-to-d -pkgver=0.9.0 -pkgrel=1 -pkgdesc="Create D bindings from GObject introspection files" -arch=(x86_64 i686) -url="https://github.com/gtkd-developers/gir-to-d" -license=(LGPL3) -depends=(gcc-libs) -makedepends=(meson dmd) -source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz") -sha256sums=('22aa011c8a17d0e268a6f28861b4218579eeea686658f244f77a18e99d64024a') - -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-i686/PKGBUILD (from rev 230452, gir-to-d/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-05-26 11:02:10 UTC (rev 230453) @@ -0,0 +1,34 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=gir-to-d +pkgver=0.9.0 +pkgrel=2 +pkgdesc="Create D bindings from GObject introspection files" +arch=(x86_64 i686) +url="https://github.com/gtkd-developers/gir-to-d" +license=(LGPL3) +depends=(gcc-libs) +makedepends=(meson dmd) +source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz" + gir-to-d-fix-asgen.patch::"https://github.com/gtkd-developers/gir-to-d/commit/d6309281.patch") +sha256sums=('22aa011c8a17d0e268a6f28861b4218579eeea686658f244f77a18e99d64024a' + '5076a3e7301ae9fff3a24d9f15b573aa40736ccd74d4975877195a6550ea4749') + +prepare() { + mkdir -p build + + cd $pkgname-$pkgver +# Fix appstream-generator build + patch -p1 -i ../gir-to-d-fix-asgen.patch +} + +build() { + cd build + meson ../$pkgname-$pkgver --prefix=/usr + ninja +} + +package() { + cd build + DESTDIR="$pkgdir" ninja install +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2017-05-26 11:01:31 UTC (rev 230452) +++ community-x86_64/PKGBUILD 2017-05-26 11:02:10 UTC (rev 230453) @@ -1,28 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgname=gir-to-d -pkgver=0.9.0 -pkgrel=1 -pkgdesc="Create D bindings from GObject introspection files" -arch=(x86_64 i686) -url="https://github.com/gtkd-developers/gir-to-d" -license=(LGPL3) -depends=(gcc-libs) -makedepends=(meson dmd) -source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz") -sha256sums=('22aa011c8a17d0e268a6f28861b4218579eeea686658f244f77a18e99d64024a') - -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 230452, gir-to-d/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-05-26 11:02:10 UTC (rev 230453) @@ -0,0 +1,34 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=gir-to-d +pkgver=0.9.0 +pkgrel=2 +pkgdesc="Create D bindings from GObject introspection files" +arch=(x86_64 i686) +url="https://github.com/gtkd-developers/gir-to-d" +license=(LGPL3) +depends=(gcc-libs) +makedepends=(meson dmd) +source=($pkgname-$pkgver.tar.gz::"https://github.com/gtkd-developers/gir-to-d/archive/v$pkgver.tar.gz" + gir-to-d-fix-asgen.patch::"https://github.com/gtkd-developers/gir-to-d/commit/d6309281.patch") +sha256sums=('22aa011c8a17d0e268a6f28861b4218579eeea686658f244f77a18e99d64024a' + '5076a3e7301ae9fff3a24d9f15b573aa40736ccd74d4975877195a6550ea4749') + +prepare() { + mkdir -p build + + cd $pkgname-$pkgver +# Fix appstream-generator build + patch -p1 -i ../gir-to-d-fix-asgen.patch +} + +build() { + cd build + meson ../$pkgname-$pkgver --prefix=/usr + ninja +} + +package() { + cd build + DESTDIR="$pkgdir" ninja install +}