[arch-commits] Commit in (4 files)

Jan de Groot jgc at nymeria.archlinux.org
Wed Jun 11 09:25:00 UTC 2014


    Date: Wednesday, June 11, 2014 @ 11:25:00
  Author: jgc
Revision: 214974

Add new package, required for appdata-tools and probably GNOME 3.14

Added:
  appstream-glib/
  appstream-glib/repos/
  appstream-glib/trunk/
  appstream-glib/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: appstream-glib/trunk/PKGBUILD
===================================================================
--- appstream-glib/trunk/PKGBUILD	                        (rev 0)
+++ appstream-glib/trunk/PKGBUILD	2014-06-11 09:25:00 UTC (rev 214974)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=appstream-glib
+pkgver=0.1.6
+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=('GPL')
+depends=('glib2' 'libsoup' 'gdk-pixbuf2' 'libarchive')
+makedepends=('intltool')
+source=(http://people.freedesktop.org/~hughsient/appstream-glib/releases/$pkgname-$pkgver.tar.xz)
+md5sums=('aecdcd0bedaf7e41fc13335288312aae')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: appstream-glib/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list