[arch-commits] Commit in appstream-generator/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Wed Sep 7 12:51:14 UTC 2016
Date: Wednesday, September 7, 2016 @ 12:51:12
Author: arojas
Revision: 188930
archrelease: copy trunk to community-i686, community-x86_64
Added:
appstream-generator/repos/community-i686/PKGBUILD
(from rev 188929, appstream-generator/trunk/PKGBUILD)
appstream-generator/repos/community-x86_64/PKGBUILD
(from rev 188929, appstream-generator/trunk/PKGBUILD)
Deleted:
appstream-generator/repos/community-i686/PKGBUILD
appstream-generator/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 37 ----------------------
community-x86_64/PKGBUILD | 37 ----------------------
3 files changed, 74 insertions(+), 74 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-09-07 12:50:30 UTC (rev 188929)
+++ community-i686/PKGBUILD 2016-09-07 12:51:12 UTC (rev 188930)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=appstream-generator
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A fast AppStream metadata generator"
-arch=(i686 x86_64)
-url="https://github.com/ximion/appstream-generator"
-license=(GPL3)
-depends=(appstream curl libarchive librsvg lmdb)
-makedepends=(gdc dub)
-source=("https://github.com/ximion/appstream-generator/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
- "https://github.com/ximion/d-bindings/archive/3a31df3da5977cfabb7cd076e02ab83b525bbf34.zip"
- asgen-fix-i686-build.patch::"https://github.com/ximion/appstream-generator/commit/3c0bdb95.patch"
- asgen-fix-i686-build-2.patch::"https://github.com/ximion/appstream-generator/commit/608550b4.patch")
-sha256sums=('446b33752a65e4b2206e69848a4ad8c062cf4d5ff4af908253754651368eff39'
- '786997e7c9693657c51591875a94f039976e005f7c12ed33f777de73393a3072'
- '8bf027d99afe1d19fee62508394a873ebe0d96e635c1ed9666edc4e42cd88487'
- 'cb99014886504ca6d08eae660bc0afcb89545d1512b8c75853e2eb95bd64aafd')
-
-prepare() {
- cd $pkgname-$pkgver
-# Fix i686 build
- patch -p1 -i ../asgen-fix-i686-build.patch
- patch -p1 -i ../asgen-fix-i686-build-2.patch
-}
-
-build() {
- cd $pkgname-$pkgver
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: appstream-generator/repos/community-i686/PKGBUILD (from rev 188929, appstream-generator/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-07 12:51:12 UTC (rev 188930)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=appstream-generator
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="A fast AppStream metadata generator"
+arch=(i686 x86_64)
+url="https://github.com/ximion/appstream-generator"
+license=(GPL3)
+depends=(appstream curl libarchive librsvg lmdb)
+makedepends=(gdc dub)
+source=("https://github.com/ximion/appstream-generator/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
+ "https://github.com/ximion/d-bindings/archive/cec0ebdc70963fa92a1ed02877b2c794a634d0f7.zip"
+ asgen-fix-i686-build.patch::"https://github.com/ximion/appstream-generator/commit/3c0bdb95.patch"
+ asgen-fix-i686-build-2.patch::"https://github.com/ximion/appstream-generator/commit/608550b4.patch")
+sha256sums=('446b33752a65e4b2206e69848a4ad8c062cf4d5ff4af908253754651368eff39'
+ '6899abfd4c9bea7e634d86bc0b33caffe76ed40e86aee6b57c741a2aec58d047'
+ '8bf027d99afe1d19fee62508394a873ebe0d96e635c1ed9666edc4e42cd88487'
+ 'cb99014886504ca6d08eae660bc0afcb89545d1512b8c75853e2eb95bd64aafd')
+
+prepare() {
+ cd $pkgname-$pkgver
+# Fix i686 build
+ patch -p1 -i ../asgen-fix-i686-build.patch
+ patch -p1 -i ../asgen-fix-i686-build-2.patch
+}
+
+build() {
+ cd $pkgname-$pkgver
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-09-07 12:50:30 UTC (rev 188929)
+++ community-x86_64/PKGBUILD 2016-09-07 12:51:12 UTC (rev 188930)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=appstream-generator
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A fast AppStream metadata generator"
-arch=(i686 x86_64)
-url="https://github.com/ximion/appstream-generator"
-license=(GPL3)
-depends=(appstream curl libarchive librsvg lmdb)
-makedepends=(gdc dub)
-source=("https://github.com/ximion/appstream-generator/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
- "https://github.com/ximion/d-bindings/archive/3a31df3da5977cfabb7cd076e02ab83b525bbf34.zip"
- asgen-fix-i686-build.patch::"https://github.com/ximion/appstream-generator/commit/3c0bdb95.patch"
- asgen-fix-i686-build-2.patch::"https://github.com/ximion/appstream-generator/commit/608550b4.patch")
-sha256sums=('446b33752a65e4b2206e69848a4ad8c062cf4d5ff4af908253754651368eff39'
- '786997e7c9693657c51591875a94f039976e005f7c12ed33f777de73393a3072'
- '8bf027d99afe1d19fee62508394a873ebe0d96e635c1ed9666edc4e42cd88487'
- 'cb99014886504ca6d08eae660bc0afcb89545d1512b8c75853e2eb95bd64aafd')
-
-prepare() {
- cd $pkgname-$pkgver
-# Fix i686 build
- patch -p1 -i ../asgen-fix-i686-build.patch
- patch -p1 -i ../asgen-fix-i686-build-2.patch
-}
-
-build() {
- cd $pkgname-$pkgver
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: appstream-generator/repos/community-x86_64/PKGBUILD (from rev 188929, appstream-generator/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-09-07 12:51:12 UTC (rev 188930)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=appstream-generator
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="A fast AppStream metadata generator"
+arch=(i686 x86_64)
+url="https://github.com/ximion/appstream-generator"
+license=(GPL3)
+depends=(appstream curl libarchive librsvg lmdb)
+makedepends=(gdc dub)
+source=("https://github.com/ximion/appstream-generator/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
+ "https://github.com/ximion/d-bindings/archive/cec0ebdc70963fa92a1ed02877b2c794a634d0f7.zip"
+ asgen-fix-i686-build.patch::"https://github.com/ximion/appstream-generator/commit/3c0bdb95.patch"
+ asgen-fix-i686-build-2.patch::"https://github.com/ximion/appstream-generator/commit/608550b4.patch")
+sha256sums=('446b33752a65e4b2206e69848a4ad8c062cf4d5ff4af908253754651368eff39'
+ '6899abfd4c9bea7e634d86bc0b33caffe76ed40e86aee6b57c741a2aec58d047'
+ '8bf027d99afe1d19fee62508394a873ebe0d96e635c1ed9666edc4e42cd88487'
+ 'cb99014886504ca6d08eae660bc0afcb89545d1512b8c75853e2eb95bd64aafd')
+
+prepare() {
+ cd $pkgname-$pkgver
+# Fix i686 build
+ patch -p1 -i ../asgen-fix-i686-build.patch
+ patch -p1 -i ../asgen-fix-i686-build-2.patch
+}
+
+build() {
+ cd $pkgname-$pkgver
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list