[arch-commits] Commit in appstream-generator/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Fri May 26 11:09:30 UTC 2017
Date: Friday, May 26, 2017 @ 11:09:30
Author: arojas
Revision: 230460
archrelease: copy trunk to community-i686, community-x86_64
Added:
appstream-generator/repos/community-i686/PKGBUILD
(from rev 230459, appstream-generator/trunk/PKGBUILD)
appstream-generator/repos/community-x86_64/PKGBUILD
(from rev 230459, appstream-generator/trunk/PKGBUILD)
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 +++++++++++++++++
community-i686/PKGBUILD | 29 --------
community-i686/appstream-generator-buildpath.patch | 14 ----
community-x86_64/PKGBUILD | 29 --------
community-x86_64/appstream-generator-buildpath.patch | 14 ----
5 files changed, 58 insertions(+), 86 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-05-26 11:09:05 UTC (rev 230459)
+++ community-i686/PKGBUILD 2017-05-26 11:09:30 UTC (rev 230460)
@@ -1,29 +0,0 @@
-# $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
-}
Copied: appstream-generator/repos/community-i686/PKGBUILD (from rev 230459, appstream-generator/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-26 11:09:30 UTC (rev 230460)
@@ -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:09:05 UTC (rev 230459)
+++ community-i686/appstream-generator-buildpath.patch 2017-05-26 11:09:30 UTC (rev 230460)
@@ -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");
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-05-26 11:09:05 UTC (rev 230459)
+++ community-x86_64/PKGBUILD 2017-05-26 11:09:30 UTC (rev 230460)
@@ -1,29 +0,0 @@
-# $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
-}
Copied: appstream-generator/repos/community-x86_64/PKGBUILD (from rev 230459, appstream-generator/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-05-26 11:09:30 UTC (rev 230460)
@@ -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:09:05 UTC (rev 230459)
+++ community-x86_64/appstream-generator-buildpath.patch 2017-05-26 11:09:30 UTC (rev 230460)
@@ -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");
More information about the arch-commits
mailing list