[arch-commits] Commit in appdata-tools/repos (6 files)

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


    Date: Friday, September 26, 2014 @ 12:58:03
  Author: jgc
Revision: 223165

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

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

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

Copied: appdata-tools/repos/testing-i686/PKGBUILD (from rev 223030, appdata-tools/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:58:03 UTC (rev 223165)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=appdata-tools
+pkgver=0.1.8
+pkgrel=2
+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=('appstream-glib')
+makedepends=('intltool')
+source=(http://people.freedesktop.org/~hughsient/releases/appdata-tools-$pkgver.tar.xz)
+md5sums=('47d8500b7b96fac6667c3173c77c1e66')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: appdata-tools/repos/testing-x86_64/PKGBUILD (from rev 223030, appdata-tools/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:58:03 UTC (rev 223165)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=appdata-tools
+pkgver=0.1.8
+pkgrel=2
+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=('appstream-glib')
+makedepends=('intltool')
+source=(http://people.freedesktop.org/~hughsient/releases/appdata-tools-$pkgver.tar.xz)
+md5sums=('47d8500b7b96fac6667c3173c77c1e66')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list