[arch-commits] Commit in gir-to-d/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri May 26 11:53:44 UTC 2017


    Date: Friday, May 26, 2017 @ 11:53:42
  Author: arojas
Revision: 230462

archrelease: copy trunk to community-x86_64, community-i686

Added:
  gir-to-d/repos/community-i686/PKGBUILD
    (from rev 230461, gir-to-d/trunk/PKGBUILD)
  gir-to-d/repos/community-x86_64/PKGBUILD
    (from rev 230461, gir-to-d/trunk/PKGBUILD)
Deleted:
  gir-to-d/repos/community-i686/PKGBUILD
  gir-to-d/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 --------------------------
 community-x86_64/PKGBUILD |   34 --------------------------
 3 files changed, 56 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-26 11:52:57 UTC (rev 230461)
+++ community-i686/PKGBUILD	2017-05-26 11:53:42 UTC (rev 230462)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at 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
-}

Copied: gir-to-d/repos/community-i686/PKGBUILD (from rev 230461, gir-to-d/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-26 11:53:42 UTC (rev 230462)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=gir-to-d
+pkgver=0.10.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=('b229ff65093fdc99a7265650462746fb168181bd68c8e4ced3e01befb147a9eb')
+
+prepare() {
+  mkdir -p build
+}
+
+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:52:57 UTC (rev 230461)
+++ community-x86_64/PKGBUILD	2017-05-26 11:53:42 UTC (rev 230462)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at 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
-}

Copied: gir-to-d/repos/community-x86_64/PKGBUILD (from rev 230461, gir-to-d/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-26 11:53:42 UTC (rev 230462)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=gir-to-d
+pkgver=0.10.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=('b229ff65093fdc99a7265650462746fb168181bd68c8e4ced3e01befb147a9eb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver --prefix=/usr
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list