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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:58:01 UTC 2014


    Date: Friday, September 26, 2014 @ 12:58:01
  Author: jgc
Revision: 223164

db-move: moved appstream-glib from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  appstream-glib/repos/testing-i686/
  appstream-glib/repos/testing-i686/PKGBUILD
    (from rev 223030, appstream-glib/repos/gnome-unstable-i686/PKGBUILD)
  appstream-glib/repos/testing-x86_64/
  appstream-glib/repos/testing-x86_64/PKGBUILD
    (from rev 223030, appstream-glib/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  appstream-glib/repos/gnome-unstable-i686/
  appstream-glib/repos/gnome-unstable-x86_64/

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

Copied: appstream-glib/repos/testing-i686/PKGBUILD (from rev 223030, appstream-glib/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:58:01 UTC (rev 223164)
@@ -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/testing-x86_64/PKGBUILD (from rev 223030, appstream-glib/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:58:01 UTC (rev 223164)
@@ -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