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

Jan de Groot jgc at archlinux.org
Thu Sep 18 21:47:43 UTC 2014


    Date: Thursday, September 18, 2014 @ 23:47:42
  Author: jgc
Revision: 222076

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  appstream-glib/repos/gnome-unstable-i686/
  appstream-glib/repos/gnome-unstable-i686/PKGBUILD
    (from rev 222075, appstream-glib/trunk/PKGBUILD)
  appstream-glib/repos/gnome-unstable-x86_64/
  appstream-glib/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 222075, appstream-glib/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: appstream-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 222075, appstream-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-09-18 21:47:42 UTC (rev 222076)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=appstream-glib
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Provides GObjects and helper methods to make it easy to read and write AppStream metadata."
+arch=('i686' 'x86_64')
+url="http://people.freedesktop.org/~hughsient/appstream-glib/"
+license=('LGPL')
+depends=('glib2' 'libsoup' 'gdk-pixbuf2' 'libarchive' 'gtk3' 'libyaml')
+makedepends=('intltool')
+source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('f4be91093be4d43856258766684e7744')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: appstream-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 222075, appstream-glib/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-18 21:47:42 UTC (rev 222076)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=appstream-glib
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Provides GObjects and helper methods to make it easy to read and write AppStream metadata."
+arch=('i686' 'x86_64')
+url="http://people.freedesktop.org/~hughsient/appstream-glib/"
+license=('LGPL')
+depends=('glib2' 'libsoup' 'gdk-pixbuf2' 'libarchive' 'gtk3' 'libyaml')
+makedepends=('intltool')
+source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('f4be91093be4d43856258766684e7744')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list