[arch-commits] Commit in appstream-generator/repos (8 files)

Antonio Rojas arojas at archlinux.org
Fri May 26 11:08:52 UTC 2017


    Date: Friday, May 26, 2017 @ 11:08:52
  Author: arojas
Revision: 230458

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

Added:
  appstream-generator/repos/community-i686/PKGBUILD
    (from rev 230457, appstream-generator/trunk/PKGBUILD)
  appstream-generator/repos/community-i686/appstream-generator-buildpath.patch
    (from rev 230457, appstream-generator/trunk/appstream-generator-buildpath.patch)
  appstream-generator/repos/community-x86_64/PKGBUILD
    (from rev 230457, appstream-generator/trunk/PKGBUILD)
  appstream-generator/repos/community-x86_64/appstream-generator-buildpath.patch
    (from rev 230457, appstream-generator/trunk/appstream-generator-buildpath.patch)
Deleted:
  appstream-generator/repos/community-i686/PKGBUILD
  appstream-generator/repos/community-i686/appstream-generator-buildpath.patch
  appstream-generator/repos/community-x86_64/PKGBUILD
  appstream-generator/repos/community-x86_64/appstream-generator-buildpath.patch

------------------------------------------------------+
 /PKGBUILD                                            |   58 +++++++++++++++++
 /appstream-generator-buildpath.patch                 |   28 ++++++++
 community-i686/PKGBUILD                              |   38 -----------
 community-i686/appstream-generator-buildpath.patch   |   14 ----
 community-x86_64/PKGBUILD                            |   38 -----------
 community-x86_64/appstream-generator-buildpath.patch |   14 ----
 6 files changed, 86 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-26 11:08:35 UTC (rev 230457)
+++ community-i686/PKGBUILD	2017-05-26 11:08:52 UTC (rev 230458)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=appstream-generator
-pkgver=0.6.3
-pkgrel=2
-pkgdesc="A fast AppStream metadata generator"
-arch=(i686 x86_64)
-url="https://github.com/ximion/appstream-generator"
-license=(GPL3)
-depends=(appstream libarchive librsvg lmdb liblphobos)
-makedepends=(ldc meson ninja mustache-d curl)
-source=("https://github.com/ximion/appstream-generator/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
-        appstream-generator-ldc-1.2.patch::"https://github.com/ximion/appstream-generator/commit/07e46bae.patch"
-        appstream-generator-buildpath.patch)
-sha256sums=('927ac57571b4e033801635ef9446de1125c9fda00daa39000b0c2392465e34bb'
-            '296706113ad8055daa317709079ba39d5a27a832561b077c210e4263db62e133'
-            '28ecd93c873956493829b0afa3f81d47239428ef765359f1871d1acb3ab015f9')
-
-prepare() {
-  mkdir -p build
-
-# Fix build with LDC 1.2
-  cd $pkgname-$pkgver
-  patch -p1 -i ../appstream-generator-ldc-1.2.patch
-  patch -p1 -i ../appstream-generator-buildpath.patch
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver -Ddownload_js=false --prefix=/usr
-  ninja -j1
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: appstream-generator/repos/community-i686/PKGBUILD (from rev 230457, appstream-generator/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-26 11:08:52 UTC (rev 230458)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=appstream-generator
+pkgver=0.6.4
+pkgrel=1
+pkgdesc="A fast AppStream metadata generator"
+arch=(i686 x86_64)
+url="https://github.com/ximion/appstream-generator"
+license=(GPL3)
+depends=(appstream libarchive librsvg lmdb)
+makedepends=(dmd meson ninja mustache-d curl gir-to-d gobject-introspection)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz")
+sha256sums=('ffc7d7e411d6895e569b1568587a9ecd6a577f513ad1dcadda365cabb56cda5e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver -Ddownload_js=false --prefix=/usr
+  ninja -j1
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: community-i686/appstream-generator-buildpath.patch
===================================================================
--- community-i686/appstream-generator-buildpath.patch	2017-05-26 11:08:35 UTC (rev 230457)
+++ community-i686/appstream-generator-buildpath.patch	2017-05-26 11:08:52 UTC (rev 230458)
@@ -1,14 +0,0 @@
-diff --git a/src/asgen/zarchive.d b/src/asgen/zarchive.d
-index 17a40d6..c7a1181 100644
---- a/src/asgen/zarchive.d
-+++ b/src/asgen/zarchive.d
-@@ -572,7 +572,8 @@ unittest
- 
-     writeln ("TEST: ", "Extracting a tarball");
- 
--    import std.file : buildPath, tempDir;
-+    import std.file : tempDir;
-+    import std.path: buildPath;
-     import asgen.utils : getTestSamplesDir;
- 
-     auto archive = buildPath (getTestSamplesDir (), "test.tar.xz");

Copied: appstream-generator/repos/community-i686/appstream-generator-buildpath.patch (from rev 230457, appstream-generator/trunk/appstream-generator-buildpath.patch)
===================================================================
--- community-i686/appstream-generator-buildpath.patch	                        (rev 0)
+++ community-i686/appstream-generator-buildpath.patch	2017-05-26 11:08:52 UTC (rev 230458)
@@ -0,0 +1,14 @@
+diff --git a/src/asgen/zarchive.d b/src/asgen/zarchive.d
+index 17a40d6..c7a1181 100644
+--- a/src/asgen/zarchive.d
++++ b/src/asgen/zarchive.d
+@@ -572,7 +572,8 @@ unittest
+ 
+     writeln ("TEST: ", "Extracting a tarball");
+ 
+-    import std.file : buildPath, tempDir;
++    import std.file : tempDir;
++    import std.path: buildPath;
+     import asgen.utils : getTestSamplesDir;
+ 
+     auto archive = buildPath (getTestSamplesDir (), "test.tar.xz");

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-05-26 11:08:35 UTC (rev 230457)
+++ community-x86_64/PKGBUILD	2017-05-26 11:08:52 UTC (rev 230458)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=appstream-generator
-pkgver=0.6.3
-pkgrel=2
-pkgdesc="A fast AppStream metadata generator"
-arch=(i686 x86_64)
-url="https://github.com/ximion/appstream-generator"
-license=(GPL3)
-depends=(appstream libarchive librsvg lmdb liblphobos)
-makedepends=(ldc meson ninja mustache-d curl)
-source=("https://github.com/ximion/appstream-generator/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
-        appstream-generator-ldc-1.2.patch::"https://github.com/ximion/appstream-generator/commit/07e46bae.patch"
-        appstream-generator-buildpath.patch)
-sha256sums=('927ac57571b4e033801635ef9446de1125c9fda00daa39000b0c2392465e34bb'
-            '296706113ad8055daa317709079ba39d5a27a832561b077c210e4263db62e133'
-            '28ecd93c873956493829b0afa3f81d47239428ef765359f1871d1acb3ab015f9')
-
-prepare() {
-  mkdir -p build
-
-# Fix build with LDC 1.2
-  cd $pkgname-$pkgver
-  patch -p1 -i ../appstream-generator-ldc-1.2.patch
-  patch -p1 -i ../appstream-generator-buildpath.patch
-}
-
-build() {
-  cd build
-  meson ../$pkgname-$pkgver -Ddownload_js=false --prefix=/usr
-  ninja -j1
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: appstream-generator/repos/community-x86_64/PKGBUILD (from rev 230457, appstream-generator/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-26 11:08:52 UTC (rev 230458)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=appstream-generator
+pkgver=0.6.4
+pkgrel=1
+pkgdesc="A fast AppStream metadata generator"
+arch=(i686 x86_64)
+url="https://github.com/ximion/appstream-generator"
+license=(GPL3)
+depends=(appstream libarchive librsvg lmdb)
+makedepends=(dmd meson ninja mustache-d curl gir-to-d gobject-introspection)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz")
+sha256sums=('ffc7d7e411d6895e569b1568587a9ecd6a577f513ad1dcadda365cabb56cda5e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  meson ../$pkgname-$pkgver -Ddownload_js=false --prefix=/usr
+  ninja -j1
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: community-x86_64/appstream-generator-buildpath.patch
===================================================================
--- community-x86_64/appstream-generator-buildpath.patch	2017-05-26 11:08:35 UTC (rev 230457)
+++ community-x86_64/appstream-generator-buildpath.patch	2017-05-26 11:08:52 UTC (rev 230458)
@@ -1,14 +0,0 @@
-diff --git a/src/asgen/zarchive.d b/src/asgen/zarchive.d
-index 17a40d6..c7a1181 100644
---- a/src/asgen/zarchive.d
-+++ b/src/asgen/zarchive.d
-@@ -572,7 +572,8 @@ unittest
- 
-     writeln ("TEST: ", "Extracting a tarball");
- 
--    import std.file : buildPath, tempDir;
-+    import std.file : tempDir;
-+    import std.path: buildPath;
-     import asgen.utils : getTestSamplesDir;
- 
-     auto archive = buildPath (getTestSamplesDir (), "test.tar.xz");

Copied: appstream-generator/repos/community-x86_64/appstream-generator-buildpath.patch (from rev 230457, appstream-generator/trunk/appstream-generator-buildpath.patch)
===================================================================
--- community-x86_64/appstream-generator-buildpath.patch	                        (rev 0)
+++ community-x86_64/appstream-generator-buildpath.patch	2017-05-26 11:08:52 UTC (rev 230458)
@@ -0,0 +1,14 @@
+diff --git a/src/asgen/zarchive.d b/src/asgen/zarchive.d
+index 17a40d6..c7a1181 100644
+--- a/src/asgen/zarchive.d
++++ b/src/asgen/zarchive.d
+@@ -572,7 +572,8 @@ unittest
+ 
+     writeln ("TEST: ", "Extracting a tarball");
+ 
+-    import std.file : buildPath, tempDir;
++    import std.file : tempDir;
++    import std.path: buildPath;
+     import asgen.utils : getTestSamplesDir;
+ 
+     auto archive = buildPath (getTestSamplesDir (), "test.tar.xz");



More information about the arch-commits mailing list