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

Antonio Rojas arojas at archlinux.org
Wed Jul 13 06:21:39 UTC 2016


    Date: Wednesday, July 13, 2016 @ 06:21:39
  Author: arojas
Revision: 182822

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

Added:
  appstream-generator/repos/community-i686/PKGBUILD
    (from rev 182821, appstream-generator/trunk/PKGBUILD)
  appstream-generator/repos/community-x86_64/PKGBUILD
    (from rev 182821, appstream-generator/trunk/PKGBUILD)
Deleted:
  appstream-generator/repos/community-i686/PKGBUILD
  appstream-generator/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 -------------------------
 community-x86_64/PKGBUILD |   35 -------------------------
 3 files changed, 60 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-07-13 06:20:59 UTC (rev 182821)
+++ community-i686/PKGBUILD	2016-07-13 06:21:39 UTC (rev 182822)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=appstream-generator
-pkgver=0.3.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"
-	https://github.com/ximion/appstream-generator/commit/b463e430.patch)
-sha256sums=('1cb396d4716a7e1089f865211f7d5fb5125f7f86b0a468326222df663b76c7fc'
-            '786997e7c9693657c51591875a94f039976e005f7c12ed33f777de73393a3072'
-            '9aed4dbf712a46fbb0ddf5c2dedb0d7b1bce162ebb86b8bfe030a05365d2b34f')
-
-prepare() {
-  cd $pkgname-$pkgver
-# Fix build
-  patch -p1 -i ../b463e430.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  dub build
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream-generator/repos/community-i686/PKGBUILD (from rev 182821, appstream-generator/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-07-13 06:21:39 UTC (rev 182822)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=appstream-generator
+pkgver=0.4.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")
+sha256sums=('b8a872db6b0412d28d05df31a0c3ae54b5102a5f447456de0a83aeb21896e01f'
+            '786997e7c9693657c51591875a94f039976e005f7c12ed33f777de73393a3072')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-07-13 06:20:59 UTC (rev 182821)
+++ community-x86_64/PKGBUILD	2016-07-13 06:21:39 UTC (rev 182822)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=appstream-generator
-pkgver=0.3.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"
-	https://github.com/ximion/appstream-generator/commit/b463e430.patch)
-sha256sums=('1cb396d4716a7e1089f865211f7d5fb5125f7f86b0a468326222df663b76c7fc'
-            '786997e7c9693657c51591875a94f039976e005f7c12ed33f777de73393a3072'
-            '9aed4dbf712a46fbb0ddf5c2dedb0d7b1bce162ebb86b8bfe030a05365d2b34f')
-
-prepare() {
-  cd $pkgname-$pkgver
-# Fix build
-  patch -p1 -i ../b463e430.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  dub build
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream-generator/repos/community-x86_64/PKGBUILD (from rev 182821, appstream-generator/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-07-13 06:21:39 UTC (rev 182822)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=appstream-generator
+pkgver=0.4.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")
+sha256sums=('b8a872db6b0412d28d05df31a0c3ae54b5102a5f447456de0a83aeb21896e01f'
+            '786997e7c9693657c51591875a94f039976e005f7c12ed33f777de73393a3072')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list