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

Antonio Rojas arojas at archlinux.org
Wed Jan 28 19:35:27 UTC 2015


    Date: Wednesday, January 28, 2015 @ 20:35:26
  Author: arojas
Revision: 126711

archrelease: copy trunk to community-i686, community-x86_64

Added:
  appstream/repos/community-i686/PKGBUILD
    (from rev 126710, appstream/trunk/PKGBUILD)
  appstream/repos/community-x86_64/PKGBUILD
    (from rev 126710, appstream/trunk/PKGBUILD)
Deleted:
  appstream/repos/community-i686/PKGBUILD
  appstream/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   90 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   45 ----------------------
 community-x86_64/PKGBUILD |   45 ----------------------
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-01-28 19:35:03 UTC (rev 126710)
+++ community-i686/PKGBUILD	2015-01-28 19:35:26 UTC (rev 126711)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Jameson Pugh <imntreal at gmail.com>
-# Contributor: Tim Jester-Pfadt <t.jp<at>gmx.de>
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.7.6
-pkgrel=2
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=('i686' 'x86_64')
-url="http://distributions.freedesktop.org/wiki/AppStream"
-license=('GPL')
-depends=('xapian-core' 'polkit' 'libyaml' 'libxml2')
-makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 'docbook-xsl' 'qt5-base')
-source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz")
-sha256sums=('7b3b907049ae908a3dd240b5ea7f814988d80d8fe44fa93eee4e2d3d4517ce30')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 -DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-  
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
-}
-
-package_appstream-qt() {
-  pkgdesc=('Qt5 interface for AppStream')
-  depends=('appstream' 'qt5-base')
-
-  cd build/qt
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream/repos/community-i686/PKGBUILD (from rev 126710, appstream/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-01-28 19:35:26 UTC (rev 126711)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+# Contributor: Tim Jester-Pfadt <t.jp<at>gmx.de>
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=('i686' 'x86_64')
+url="http://distributions.freedesktop.org/wiki/AppStream"
+license=('GPL')
+depends=('xapian-core' 'polkit' 'libyaml' 'libxml2')
+makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 'docbook-xsl' 'qt5-base')
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz")
+sha256sums=('7c35bd25a6ed818a2e40ce668d9adb6b844ac3d635d53ace91aa1a24d533507d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_appstream() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+  
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
+}
+
+package_appstream-qt() {
+  pkgdesc=('Qt5 interface for AppStream')
+  depends=('appstream' 'qt5-base')
+
+  cd build/qt
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-01-28 19:35:03 UTC (rev 126710)
+++ community-x86_64/PKGBUILD	2015-01-28 19:35:26 UTC (rev 126711)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Jameson Pugh <imntreal at gmail.com>
-# Contributor: Tim Jester-Pfadt <t.jp<at>gmx.de>
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.7.6
-pkgrel=2
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=('i686' 'x86_64')
-url="http://distributions.freedesktop.org/wiki/AppStream"
-license=('GPL')
-depends=('xapian-core' 'polkit' 'libyaml' 'libxml2')
-makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 'docbook-xsl' 'qt5-base')
-source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz")
-sha256sums=('7b3b907049ae908a3dd240b5ea7f814988d80d8fe44fa93eee4e2d3d4517ce30')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 -DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-  
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
-}
-
-package_appstream-qt() {
-  pkgdesc=('Qt5 interface for AppStream')
-  depends=('appstream' 'qt5-base')
-
-  cd build/qt
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream/repos/community-x86_64/PKGBUILD (from rev 126710, appstream/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-01-28 19:35:26 UTC (rev 126711)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+# Contributor: Tim Jester-Pfadt <t.jp<at>gmx.de>
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=('i686' 'x86_64')
+url="http://distributions.freedesktop.org/wiki/AppStream"
+license=('GPL')
+depends=('xapian-core' 'polkit' 'libyaml' 'libxml2')
+makedepends=('cmake' 'xmlto' 'intltool' 'gobject-introspection' 'python2' 'docbook-xsl' 'qt5-base')
+source=("http://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz")
+sha256sums=('7c35bd25a6ed818a2e40ce668d9adb6b844ac3d635d53ace91aa1a24d533507d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../AppStream-$pkgver -DQT=ON -DAPPSTREAM_QT_VERSION=5 -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_appstream() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+  
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppstreamQt,lib/cmake,lib/libAppstreamQt.*}
+}
+
+package_appstream-qt() {
+  pkgdesc=('Qt5 interface for AppStream')
+  depends=('appstream' 'qt5-base')
+
+  cd build/qt
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list