[arch-commits] Commit in appdata-tools/repos (4 files)
Jan de Groot
jgc at nymeria.archlinux.org
Mon Mar 24 15:56:55 UTC 2014
Date: Monday, March 24, 2014 @ 16:56:55
Author: jgc
Revision: 208596
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
appdata-tools/repos/gnome-unstable-i686/
appdata-tools/repos/gnome-unstable-i686/PKGBUILD
(from rev 208595, appdata-tools/trunk/PKGBUILD)
appdata-tools/repos/gnome-unstable-x86_64/
appdata-tools/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 208595, appdata-tools/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: appdata-tools/repos/gnome-unstable-i686/PKGBUILD (from rev 208595, appdata-tools/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2014-03-24 15:56:55 UTC (rev 208596)
@@ -0,0 +1,27 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=appdata-tools
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="command line program designed to validate AppData descriptions for standards compliance and to the style guide"
+arch=('i686' 'x86_64')
+url="https://github.com/hughsie/appdata-tools/"
+license=('GPL')
+depends=('glib2' 'libsoup' 'gdk-pixbuf2')
+makedepends=('intltool')
+source=(https://github.com/hughsie/appdata-tools/archive/${pkgname//-/_}_${pkgver//./_}.tar.gz)
+md5sums=('1de322092e91a992c7b5ec4e5a43b45e')
+
+build() {
+ cd ${pkgname}-${pkgname//-/_}_${pkgver//./_}
+ autoreconf -fi
+ intltoolize
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgname//-/_}_${pkgver//./_}
+ make DESTDIR="${pkgdir}" install
+}
Copied: appdata-tools/repos/gnome-unstable-x86_64/PKGBUILD (from rev 208595, appdata-tools/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2014-03-24 15:56:55 UTC (rev 208596)
@@ -0,0 +1,27 @@
+# $Id: $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=appdata-tools
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="command line program designed to validate AppData descriptions for standards compliance and to the style guide"
+arch=('i686' 'x86_64')
+url="https://github.com/hughsie/appdata-tools/"
+license=('GPL')
+depends=('glib2' 'libsoup' 'gdk-pixbuf2')
+makedepends=('intltool')
+source=(https://github.com/hughsie/appdata-tools/archive/${pkgname//-/_}_${pkgver//./_}.tar.gz)
+md5sums=('1de322092e91a992c7b5ec4e5a43b45e')
+
+build() {
+ cd ${pkgname}-${pkgname//-/_}_${pkgver//./_}
+ autoreconf -fi
+ intltoolize
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgname//-/_}_${pkgver//./_}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list