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

Antonio Rojas arojas at archlinux.org
Wed May 3 20:29:34 UTC 2017


    Date: Wednesday, May 3, 2017 @ 20:29:32
  Author: arojas
Revision: 295239

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

Added:
  appstream/repos/extra-i686/PKGBUILD
    (from rev 295238, appstream/trunk/PKGBUILD)
  appstream/repos/extra-i686/update-appstream-index.hook
    (from rev 295238, appstream/trunk/update-appstream-index.hook)
  appstream/repos/extra-x86_64/PKGBUILD
    (from rev 295238, appstream/trunk/PKGBUILD)
  appstream/repos/extra-x86_64/update-appstream-index.hook
    (from rev 295238, appstream/trunk/update-appstream-index.hook)
Deleted:
  appstream/repos/extra-i686/PKGBUILD
  appstream/repos/extra-i686/update-appstream-index.hook
  appstream/repos/extra-x86_64/PKGBUILD
  appstream/repos/extra-x86_64/update-appstream-index.hook

------------------------------------------+
 /PKGBUILD                                |  108 +++++++++++++++++++++++++++++
 /update-appstream-index.hook             |   34 +++++++++
 extra-i686/PKGBUILD                      |   54 --------------
 extra-i686/update-appstream-index.hook   |   17 ----
 extra-x86_64/PKGBUILD                    |   54 --------------
 extra-x86_64/update-appstream-index.hook |   17 ----
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-05-03 20:29:03 UTC (rev 295238)
+++ extra-i686/PKGBUILD	2017-05-03 20:29:32 UTC (rev 295239)
@@ -1,54 +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.10.6
-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=(libyaml libxml2 libstemmer glib2)
-makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base itstool)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-        update-appstream-index.hook)
-sha256sums=('fed48f8f5c031203222e6cf53988e1db1c0bc51ce3e467f76d20b4c55a74dddc'
-            'SKIP'
-            'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias at tenstral.net>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver \
-	-DQT=ON \
-	-DCMAKE_INSTALL_LIBDIR=lib \
-	-DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-  
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
-  install -Dm644 "$srcdir"/update-appstream-index.hook "$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  cd build/qt
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream/repos/extra-i686/PKGBUILD (from rev 295238, appstream/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-05-03 20:29:32 UTC (rev 295239)
@@ -0,0 +1,54 @@
+# $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.11.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=(libyaml libxml2 libstemmer glib2)
+makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base itstool)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+        update-appstream-index.hook)
+sha256sums=('521f30164c01654a7416623a317aeace20a9bec717b37f0ab3cc1cbe7cfbbafa'
+            'SKIP'
+            'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias at tenstral.net>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../AppStream-$pkgver \
+	-DQT=ON \
+	-DCMAKE_INSTALL_LIBDIR=lib \
+	-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package_appstream() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+  
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+
+  install -Dm644 "$srcdir"/update-appstream-index.hook "$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
+}
+
+package_appstream-qt() {
+  pkgdesc='Qt5 interface for AppStream'
+  depends=(appstream qt5-base)
+
+  cd build/qt
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/update-appstream-index.hook
===================================================================
--- extra-i686/update-appstream-index.hook	2017-05-03 20:29:03 UTC (rev 295238)
+++ extra-i686/update-appstream-index.hook	2017-05-03 20:29:32 UTC (rev 295239)
@@ -1,17 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/app-info/*
-
-[Trigger]
-Type = Package
-Operation = Install
-Operation = Upgrade
-Target = appstream
-
-[Action]
-Description = Updating the appstream index...
-When = PostTransaction
-Exec = /usr/bin/appstreamcli refresh-cache --force

Copied: appstream/repos/extra-i686/update-appstream-index.hook (from rev 295238, appstream/trunk/update-appstream-index.hook)
===================================================================
--- extra-i686/update-appstream-index.hook	                        (rev 0)
+++ extra-i686/update-appstream-index.hook	2017-05-03 20:29:32 UTC (rev 295239)
@@ -0,0 +1,17 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/app-info/*
+
+[Trigger]
+Type = Package
+Operation = Install
+Operation = Upgrade
+Target = appstream
+
+[Action]
+Description = Updating the appstream index...
+When = PostTransaction
+Exec = /usr/bin/appstreamcli refresh-cache --force

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-05-03 20:29:03 UTC (rev 295238)
+++ extra-x86_64/PKGBUILD	2017-05-03 20:29:32 UTC (rev 295239)
@@ -1,54 +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.10.6
-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=(libyaml libxml2 libstemmer glib2)
-makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base itstool)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-        update-appstream-index.hook)
-sha256sums=('fed48f8f5c031203222e6cf53988e1db1c0bc51ce3e467f76d20b4c55a74dddc'
-            'SKIP'
-            'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias at tenstral.net>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../AppStream-$pkgver \
-	-DQT=ON \
-	-DCMAKE_INSTALL_LIBDIR=lib \
-	-DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package_appstream() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-  
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
-  install -Dm644 "$srcdir"/update-appstream-index.hook "$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  cd build/qt
-  make DESTDIR="$pkgdir" install
-}

Copied: appstream/repos/extra-x86_64/PKGBUILD (from rev 295238, appstream/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-05-03 20:29:32 UTC (rev 295239)
@@ -0,0 +1,54 @@
+# $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.11.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=(libyaml libxml2 libstemmer glib2)
+makedepends=(cmake xmlto gobject-introspection python2 docbook-xsl qt5-base itstool)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+        update-appstream-index.hook)
+sha256sums=('521f30164c01654a7416623a317aeace20a9bec717b37f0ab3cc1cbe7cfbbafa'
+            'SKIP'
+            'a08b972b31388efe7edfa6db8dbd6909914bb613dd39b608b1764ed040907f82')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias at tenstral.net>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../AppStream-$pkgver \
+	-DQT=ON \
+	-DCMAKE_INSTALL_LIBDIR=lib \
+	-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package_appstream() {
+  cd build
+
+  make DESTDIR="$pkgdir" install
+  
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+
+  install -Dm644 "$srcdir"/update-appstream-index.hook "$pkgdir"/usr/share/libalpm/hooks/update-appstream-index.hook
+}
+
+package_appstream-qt() {
+  pkgdesc='Qt5 interface for AppStream'
+  depends=(appstream qt5-base)
+
+  cd build/qt
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/update-appstream-index.hook
===================================================================
--- extra-x86_64/update-appstream-index.hook	2017-05-03 20:29:03 UTC (rev 295238)
+++ extra-x86_64/update-appstream-index.hook	2017-05-03 20:29:32 UTC (rev 295239)
@@ -1,17 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/app-info/*
-
-[Trigger]
-Type = Package
-Operation = Install
-Operation = Upgrade
-Target = appstream
-
-[Action]
-Description = Updating the appstream index...
-When = PostTransaction
-Exec = /usr/bin/appstreamcli refresh-cache --force

Copied: appstream/repos/extra-x86_64/update-appstream-index.hook (from rev 295238, appstream/trunk/update-appstream-index.hook)
===================================================================
--- extra-x86_64/update-appstream-index.hook	                        (rev 0)
+++ extra-x86_64/update-appstream-index.hook	2017-05-03 20:29:32 UTC (rev 295239)
@@ -0,0 +1,17 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/app-info/*
+
+[Trigger]
+Type = Package
+Operation = Install
+Operation = Upgrade
+Target = appstream
+
+[Action]
+Description = Updating the appstream index...
+When = PostTransaction
+Exec = /usr/bin/appstreamcli refresh-cache --force



More information about the arch-commits mailing list